28 Commits

Author SHA1 Message Date
423860c21c v2.11.1 2026-03-02 10:42:20 +00:00
a0b3032c22 v2.11.0 2026-03-02 10:37:08 +00:00
56403224c0 feat(sync): add branch & tag listing support and improve sync mirroring and sync log routing 2026-03-02 10:37:07 +00:00
75d35405dc feat(managed-secrets): add centrally managed secrets with GITOPS_ prefix pushed to multiple targets
Introduce managed secrets owned by GitOps that can be defined once and
pushed to any combination of projects/groups across connections. Values
are stored in OS keychain, secrets appear on targets as GITOPS_{key}.
2026-02-28 23:43:32 +00:00
78247c1d41 feat(sync): remove target avatar when source has none
Add removeProjectAvatar and removeGroupAvatar methods to keep avatars
fully in sync by clearing the target avatar when the source has none.
2026-02-28 17:57:00 +00:00
44ac2e430f feat(sync): add parallel sync, fix default branch and protected branch issues, add group avatars option
- Set sync concurrency to 10 for faster parallel repo syncing
- Three-phase push: push refs, sync default_branch via API, then push with --prune
- Unprotect stale protected branches on target before pruning
- Handle group visibility 400 errors gracefully (skip visibility, sync description only)
- Add useGroupAvatarsForProjects option: projects without avatars inherit group avatar
- Upgrade @apiclient.xyz/gitlab to v2.3.0 (getProtectedBranches, unprotectBranch)
2026-02-28 17:39:28 +00:00
c9a758b417 v2.8.0 2026-02-28 16:33:54 +00:00
f7e16aa350 feat(sync): add sync subsystem: SyncManager, OpsServer sync handlers, Sync UI and state, provider groupFilter support, and realtime sync log streaming via TypedSocket 2026-02-28 16:33:53 +00:00
e3f67d12a3 fix(core): fix secrets scan upserts, connection health checks, and frontend improvements
- Add upsert pattern to SecretsScanService to prevent duplicate key errors on repeated scans
- Auto-test connection health on startup so status reflects reality
- Fix Actions view to read identity from appstate instead of broken localStorage hack
- Fetch both project and group secrets in parallel, add "All Scopes" filter to Secrets view
- Enable noCache on UtilityWebsiteServer to prevent stale browser cache
2026-02-24 22:50:26 +00:00
481b72b8fb v2.7.1 2026-02-24 21:10:05 +00:00
c5834f3cd1 v2.7.0 2026-02-24 21:09:17 +00:00
ee3f01993f v2.6.2 2026-02-24 20:19:34 +00:00
0815e4c8ae v2.6.1 2026-02-24 20:16:02 +00:00
768bd1ef53 v2.6.0 2026-02-24 19:41:52 +00:00
71176a1856 feat(webhook): add webhook endpoint and client push notifications, auto-refresh UI, and gitea id mapping fixes 2026-02-24 19:41:52 +00:00
b576056fa1 v2.5.0 2026-02-24 18:41:26 +00:00
57935d6388 feat(gitea-provider): auto-paginate Gitea repository and organization listing; respect explicit page option and default perPage to 50 2026-02-24 18:41:26 +00:00
5ca8c1fb60 v2.4.0 2026-02-24 18:18:40 +00:00
92b0ec179f feat(opsserver): serve embedded frontend bundle from committed ts_bundled instead of using external dist_serve directory 2026-02-24 18:18:40 +00:00
6889b81159 v2.3.0 2026-02-24 15:22:56 +00:00
e8e45d5371 v2.2.1 2026-02-24 14:38:31 +00:00
37d1db9ccf v2.2.0 2026-02-24 14:36:29 +00:00
f78cab7dd8 feat(opsserver): Serve bundled frontend from a dedicated dist_serve directory and update frontend UI/packaging 2026-02-24 14:36:29 +00:00
29922004ea v2.1.0 2026-02-24 13:47:44 +00:00
0d9e76bf94 feat(opsserver): switch to TypedServer and serve bundled UI assets; add index.html; update bundling output and dev watch configuration 2026-02-24 13:47:44 +00:00
e5eb6b7582 v2.0.0 2026-02-24 13:35:11 +00:00
8a833a4189 BREAKING CHANGE(providers): switch GitLab and Gitea providers to use @apiclient.xyz client libraries and export clients via plugins 2026-02-24 13:35:10 +00:00
3fad287a29 initial 2026-02-24 12:29:58 +00:00