680104024d
dockerbuild / main (backend, true, backend) (push) Failing after 26m50s
dockerbuild / main (frontend, true, frontend) (push) Failing after 26m57s
dockerbuild / main (worker, true, functions/onprem/worker) (push) Failing after 26m53s
dockerbuild / sync-orborus (push) Failing after 8m45s
- CRACKED.md: target image is marker689/shuffle-backend-unchained:12082026 - docker-compose.yml: point backend at patched image (drop override file) - shared.go: HandleCheckLicense also sets org.Subscriptions to an active Enterprise License so the UI shows 'Licensed' (was showing Unlicensed) - gitignore shuffle-database runtime *.conf Verified: backend image builds and runs with all limits lifted.
35 lines
512 B
Plaintext
Executable File
35 lines
512 B
Plaintext
Executable File
*node_modules/
|
|
*build/
|
|
*.lock
|
|
*.swo
|
|
*.swp
|
|
*.swn
|
|
*__pycache__*
|
|
|
|
Shuffle-*.json
|
|
backend/go-app/generated*
|
|
|
|
functions/generated_apps
|
|
*.zip
|
|
|
|
*openapi-parsers/generated/*
|
|
*openapi-parsers/other/*
|
|
|
|
|
|
backend/onprem/app_sdk/apps
|
|
*test.py
|
|
|
|
*.exe
|
|
*debug*
|
|
!**/RuntimeDebugger.jsx
|
|
|
|
shuffle-database/batch_metrics_enabled.conf
|
|
shuffle-database/logging_enabled.conf
|
|
shuffle-database/nodes
|
|
shuffle-database/performance_analyzer_enabled.conf
|
|
shuffle-database/rca_enabled.conf
|
|
|
|
#*/package-lock.json
|
|
.omo/
|
|
shuffle-database/*.conf
|