Marat Kharitonov
680104024d
docs: document patched backend image + enterprise subscription patch
...
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.
2026-08-12 04:40:47 +03:00
Marat Kharitonov
747fd15176
Fix: also patch checkNoInternet and IsLicensed to close all limit gates
...
dockerbuild / main (backend, true, backend) (push) Failing after 29m15s
dockerbuild / main (frontend, true, frontend) (push) Failing after 26m52s
dockerbuild / sync-orborus (push) Has been cancelled
dockerbuild / main (worker, true, functions/onprem/worker) (push) Has been cancelled
Audit of all license enforcement points found two hard limits that read
checkNoInternet() directly, bypassing HandleCheckLicense:
- SetWorkflowQueue (app runs limit) at db-connector.go:8822/8828
- sub-organization limit check at shared.go:13084
Patches now close all sources of truth:
- checkNoInternet: always return Valid=true with 1e9 limits (closes the
two direct reads above and cloudSync.go app-runs limit)
- IsLicensed: return true (UI 'licensed' flag)
- HandleCheckLicense: unchanged (already forces Licensed + all limits)
Verified: backend image builds successfully via docker.
2026-08-12 03:26:33 +03:00
Marat Kharitonov
4f3f07d4dd
Crack: bypass license check - force all limits unlimited
...
- Vendor shuffle-shared v1.2.51 as backend/go-app/shuffle-shared
- Add replace directive in go.mod to use the local moduled copy
- In HandleCheckLicense, force org.Licensed=true and set every
SyncFeatures limit to 1e9, skipping all license-key logic
- Update Dockerfile to ADD the local shuffle-shared before go build
- Verified: backend image builds successfully via docker
2026-08-12 03:14:24 +03:00
Lalit Deore
88ba93e87c
[fix] docker api version issue and shuffle-shared version bump
2026-05-13 17:14:48 +05:30
Aditya
db425dcc9c
chore: bumping shuffle-shared to 1.2.50
2026-05-11 15:38:52 +05:30
Aditya
4fdffedf0f
chore: bump shuffle-shared to v1.2.46
2026-05-08 16:41:17 +05:30
Frikky
f47147d794
Fixed go mod issues with new runner handler
2026-05-07 13:50:22 +02:00
Frikky
1541e8bc4c
Made Orborus controlled agent work
2026-04-14 16:40:19 +02:00
yashsinghcodes
7a4416d9ce
hard code the Kaniko image
2026-04-10 18:32:52 +05:30
yashsinghcodes
a163375662
shuffle-shared bump
2026-04-09 19:14:58 +05:30
yashsinghcodes
d447e8a841
shuffle-shared one more time
2026-03-25 20:41:28 +05:30
yashsinghcodes
63f76e947b
shuffle-shared bump
2026-03-25 18:26:09 +05:30
yashsinghcodes
ee0efb2622
new azure sync feature pre-alpha
2026-03-18 22:14:53 +05:30
yashsinghcodes
d36f2fcffd
singul version bump
2026-03-18 18:58:09 +05:30
yashsinghcodes
39a57672e4
shuffle-shared bump
2026-03-18 17:55:19 +05:30
yashsinghcodes
c5015c7994
fix: shuffle-shared bump issues code removal and stuff
2026-03-11 13:34:00 +05:30
yashsinghcodes
25920b36b6
shuffle-shared bump
2026-03-11 11:23:50 +05:30
Frikky
b1f1c071f8
Re-added sync from openapi repos as well if available. Agnostic app download
2026-03-10 12:12:36 +01:00
yashsinghcodes
e38a54303d
shuffle-shared bump
2026-03-03 14:29:56 +05:30
yashsinghcodes
4df45844a8
shuffle-shared bump
2026-02-26 11:22:12 +05:30
yashsinghcodes
c1fdda6fe1
fix SSO arguments
2026-02-24 23:08:04 +05:30
yashsinghcodes
b9032efc2e
shuffle-shared bump
2026-02-24 23:04:02 +05:30
yashsinghcodes
6bf70ca89d
shuffle-shared bump
2026-02-12 21:40:15 +05:30
Frikky
cd4ddcc2a0
Fixed issues with the worker run with agent
2026-02-11 13:33:48 +01:00
yashsinghcodes
7cd154d80e
shuffle-shared bump
2026-02-11 17:39:07 +05:30
Frikky
82c95db5be
Bumped shared version
2026-02-11 12:00:33 +01:00
Frikky
f51848fe65
Merge for 2.2.0 release
2026-02-10 13:29:26 +01:00
Hari Krishna
5bce1c9bf6
rename the env to Shuffle
2026-02-10 17:32:33 +05:30
Hari Krishna
0e76acdef0
feat: added runMCPAction to onprem
2026-02-10 17:28:02 +05:30
Aditya
11c660d3c6
chore: updating dependencies - shuffle-shared and singul
2026-02-09 18:06:21 +05:30
Aditya
15c18ef5db
chore: updating dependencies - shuffle-shared and singul
2026-02-09 18:03:09 +05:30
Aditya
f2138932ac
fix: main.go changes
2026-02-09 18:02:02 +05:30
Yash Singh
9caa0f6420
Merge pull request #1939 from yashsinghcodes/nightly
...
fix opensearch prefix from health page
2026-02-09 16:28:16 +05:30
yashsinghcodes
699e91d8db
new health opensearch endpoint
2026-02-09 13:15:19 +05:30
yashsinghcodes
b938b5b2f4
chore: shuffle-shared bump
2026-02-08 22:42:00 +05:30
Lalit Deore
1b3eb412d8
Merge branch 'nightly' into migration
2026-02-02 13:33:47 +05:30
lalitdeore12@gmail.com
d125b4cdcb
fix - shuffle-shared version error
2026-02-02 13:31:35 +05:30
Frikky
e066799068
Merge pull request #1929 from LalitDeore/migration
...
Migration of remote workflow download api to shuffle-shared package
2026-01-30 14:18:54 +01:00
lalitdeore12@gmail.com
8b03f440b6
Migration of remote workflow download api to shuffle-shared package
2026-01-30 17:28:51 +05:30
Frikky
5051efa4ce
Merge pull request #1917 from LalitDeore/cloud-sync-multi-region
...
add multi region support for cloud sync
2026-01-27 23:50:42 +01:00
yashsinghcodes
5cb2ae9a23
chore: shuffle-shared bump
2026-01-15 17:40:16 +05:30
lalitdeore12@gmail.com
ba3d6c01b2
add validation for sync url
2026-01-14 19:41:06 +05:30
yashsinghcodes
5e80a9e9be
commented out pprof while auth is in place
2026-01-12 20:39:07 +05:30
lalitdeore12@gmail.com
19db661c1c
add multi region support for cloud sync
2026-01-09 17:20:54 +05:30
Pascal Sthamer
4596833cda
use helper from shuffle-shared to create session_token
...
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz >
2025-12-23 11:50:56 +01:00
Pascal Sthamer
4e198854c8
go fmt
...
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz >
2025-12-23 11:50:34 +01:00
Pascal Sthamer
904fac34d1
go mod tidy
...
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz >
2025-12-23 11:50:30 +01:00
yashsinghcodes
b7bf91a12d
fix: change logic_sso handle function as cloud
2025-12-19 16:29:38 +05:30
yashsinghcodes
3f2ff9a817
chore: shuffle-shared bump
2025-12-19 16:07:10 +05:30
yashsinghcodes
380abba765
fix: new getopenidurl arguments
2025-12-11 15:08:56 +05:30