13 Commits

Author SHA1 Message Date
90f5a53ad4 ci: убрать lint из needs deploy-job (#5)
Some checks failed
CI / Lint (push) Failing after 43s
CI / Secret scan (push) Successful in 2m38s
CI / Deploy to S1 + S2 (push) Failing after 1m38s
CI / Build (push) Successful in 1m35s
CI / PR size check (push) Has been skipped
Co-authored-by: МИН <maksimivankov26@yandex.ru>
Co-committed-by: МИН <maksimivankov26@yandex.ru>
2026-05-29 04:26:56 +00:00
f2938ee072 ci: add auto-deploy to S1+S2 via rsync after merge (#3)
Some checks failed
CI / Lint (push) Failing after 41s
CI / Build (push) Successful in 1m41s
CI / Secret scan (push) Successful in 2m29s
CI / PR size check (push) Has been skipped
CI / Deploy to S1 + S2 (push) Has been skipped
Co-authored-by: МИН <maksimivankov26@yandex.ru>
Co-committed-by: МИН <maksimivankov26@yandex.ru>
2026-05-29 01:10:04 +00:00
90134cfd2d fix: sync package-lock.json with package.json (#4)
Some checks failed
CI / Lint (push) Failing after 42s
CI / Build (push) Successful in 1m35s
CI / Secret scan (push) Successful in 2m28s
CI / PR size check (push) Has been skipped
Co-authored-by: МИН <maksimivankov26@yandex.ru>
Co-committed-by: МИН <maksimivankov26@yandex.ru>
2026-05-29 00:34:49 +00:00
7709bd9f74 fix(scripts): fetch-assets ESM + native Windows tar
Some checks failed
CI / Lint (push) Failing after 15s
CI / Build (push) Failing after 12s
CI / Secret scan (push) Successful in 2m26s
CI / PR size check (push) Has been skipped
2026-05-28 15:13:56 +03:00
cc3eb8d0be Merge chore/onboarding-readiness: CI/ассеты/?standalone=1
Some checks failed
CI / Lint (push) Failing after 13s
CI / Build (push) Failing after 12s
CI / Secret scan (push) Successful in 2m53s
CI / PR size check (push) Has been skipped
2026-05-28 15:09:11 +03:00
fafed7243f chore: onboarding-readiness — CI/ассеты/?standalone=1
Some checks failed
CI / Lint (pull_request) Failing after 31s
CI / Build (pull_request) Failing after 37s
CI / Secret scan (pull_request) Successful in 2m25s
CI / PR size check (pull_request) Successful in 5s
3 блокера перед запуском opensource-контрибьюторов:

1. CI Lint+Format убран format:check (отдельная формат-неделя).
   Secret-scan переехал с docker run на нативный trufflehog install.

2. Ассеты (106 МБ kubikon-assets/) в Gitea Releases:
   https://git.rublox.pro/rublox/player/releases/tag/assets-v1
   npm run fetch-assets + postinstall.

3. PlayerAuth поддерживает ?standalone=1 URL-параметр
   (раньше только через VITE_STANDALONE в .env).
2026-05-28 14:55:23 +03:00
min
13fa73d77a Merge pull request 'chore: ��������� � ����������� > �����������' (#1) from chore/onboarding-test-v2 into main
Some checks failed
CI / Lint + Format (push) Failing after 41s
CI / Build (push) Failing after 40s
CI / Secret scan (push) Failing after 29s
CI / PR size check (push) Has been skipped
assets-v1
2026-05-28 10:20:43 +00:00
Вика
124504488c chore: лидерборд — «Загрузка…» → «Загружаю…»
Some checks failed
CI / Lint + Format (pull_request) Failing after 34s
CI / Build (pull_request) Failing after 37s
CI / Secret scan (pull_request) Failing after 34s
CI / PR size check (pull_request) Failing after 31s
Тест онбординга v2: микро-правка в плеере для проверки полного цикла
PR (clone → install → build → commit → push → merge).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-28 13:18:45 +03:00
d0f5c90622 docs: туториалы first-PR + debug Babylon + Code of Conduct
Some checks failed
CI / Lint + Format (push) Failing after 3m3s
CI / Build (push) Failing after 34s
CI / Secret scan (push) Failing after 39s
CI / PR size check (push) Has been skipped
2026-05-28 00:58:50 +03:00
3aadb32b62 ci: добавить GitHub Actions workflow для lint+format+build+secret-scan+size-check
Some checks failed
CI / Lint + Format (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Secret scan (push) Has been cancelled
CI / PR size check (push) Has been cancelled
2026-05-28 00:41:42 +03:00
6d86aa7c36 docs: переводы оставшихся английских комментариев на русский
- src/api/API.js — комменты, описание env
- vite.config.js — описание полей
- src/App.jsx — IndexRoute (текст «Плеер Рублокса»)
- src/KubikonPlayer/KubikonPlayer.jsx — exitPlayer
- src/engine/PlayerController.js — _storysApiUrl
- src/engine/GameRuntime.js — _resolveExternalUrl
- src/engine/devlog.js — убрал упоминания приватных путей разработчика
- src/fixtures/sample-game.json — title/description
2026-05-27 23:18:38 +03:00
8428cda555 docs: переписал README/ARCHITECTURE/CONTRIBUTING/SECURITY/CHANGELOG на русский
Юзер указал что вся документация opensource-репо должна быть на русском.
Также:
- .env.example комменты на русском
- package.json description на русском
- Описания org и repo в Gitea обновлены через API
2026-05-27 23:13:28 +03:00
87444ee2c8 Initial public release: Rublox Player v1.0
Open-source web player for Rublox games, dual-licensed under
AGPL-3.0 + Commercial.

Highlights:
- Babylon.js 7 + React 18 + Vite 5 stack
- Self-contained engine (~46k lines): BlockManager, ModelManager,
  PlayerController, ScriptSandboxWorker, MultiplayerSync, 30+ GD
  gamemodes
- Configurable backend via VITE_API_BASE and friends — works against
  staging (dev-api.rublox.pro) out of the box
- Standalone mode (VITE_STANDALONE=true) loads a bundled sample game
  for first-run without any backend
- Full docs: README, ARCHITECTURE, CONTRIBUTING, SECURITY, CHANGELOG
- Lint + format scaffolding (ESLint + Prettier + EditorConfig)
- Legal: LICENSE (AGPL-3.0), LICENSE-COMMERCIAL.md, CLA.md, COPYRIGHT.md
- Issue templates: bug_report, feature_request, security_disclosure

Removed before public release:
- frontend_deploy.py (contained production SSH credentials)
- ~27 admin endpoints (kept in private repo)
- Hard-coded internal URLs and IPs
- All previous git history (clean repo init)
2026-05-27 23:04:04 +03:00