6 Commits

Author SHA1 Message Date
ac06170925 ci: убрать sudo в Deploy job (act-runner всегда root)
Some checks failed
CI / Lint (pull_request) Failing after 1m9s
CI / Build (pull_request) Successful in 2m11s
CI / Secret scan (pull_request) Successful in 2m33s
CI / PR size check (pull_request) Successful in 7s
CI / Deploy to S1 + S2 (pull_request) Has been skipped
act-runner от Gitea Actions запускает контейнеры под root БЕЗ sudo.
sudo: command not found → Install rsync падает → весь Deploy валится.
Внутри контейнера мы и так root, apt-get работает напрямую.
2026-05-29 07:45:21 +03:00
615eac86fe ci: убрать lint из needs deploy-job (#9)
Some checks failed
CI / Lint (push) Failing after 1m10s
CI / Build (push) Successful in 2m6s
CI / Secret scan (push) Successful in 2m30s
CI / PR size check (push) Has been skipped
CI / Deploy to S1 + S2 (push) Failing after 2m6s
Co-authored-by: МИН <maksimivankov26@yandex.ru>
Co-committed-by: МИН <maksimivankov26@yandex.ru>
2026-05-29 04:32:46 +00:00
825fd5a35a ci: add auto-deploy to S1+S2 via rsync after merge (#6)
Some checks failed
CI / Lint (push) Failing after 1m9s
CI / Build (push) Successful in 2m10s
CI / Secret scan (push) Successful in 2m32s
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:06:44 +00:00
80c31a1f94 chore: onboarding-readiness — CI/ассеты/dev-login
Some checks failed
CI / Lint (pull_request) Failing after 43s
CI / Build (pull_request) Failing after 41s
CI / Secret scan (pull_request) Successful in 2m30s
CI / PR size check (pull_request) Successful in 6s
3 блокера перед запуском opensource-контрибьюторов:

1. CI Lint+Format убран format:check (206 файлов студии не
   соответствуют prettier — отдельная задача формат-недели).
   Build/Lint/Secret-scan/PR-size остаются.

2. Ассеты (93 МБ kubikon-assets/) теперь в Gitea Releases:
   https://git.rublox.pro/rublox/studio/releases/tag/assets-v1
   Скачка через scripts/fetch-assets.js (npm run fetch-assets +
   автозапуск через postinstall).

3. Dev-login:
   - IS_DEV расширен до 127.0.0.1 (vite на Windows слушает там)
   - PleeseReg в dev показывает «Войти как гость» (?standalone=1)
     или «Вставить JWT»; в prod — редирект на rublox.pro
   - AuthContext поддерживает ?standalone=1 URL-параметр
   - ModelThumbnails кеш v19→v20 чтобы старые failed-превью
     не блокировали рендер после фикса IS_DEV
2026-05-28 14:55:08 +03:00
d68920b4ce fix(ci): trufflehog без docker + лишняя )} в TerrainGenPanel
Some checks failed
CI / Lint + Format (pull_request) Failing after 1m24s
CI / Build (pull_request) Successful in 1m55s
CI / Secret scan (pull_request) Successful in 2m31s
CI / PR size check (pull_request) Successful in 6s
2026-05-28 14:18:40 +03:00
00ab2e5839 ci: добавить Gitea 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:42:12 +03:00