Commit Graph

4 Commits

Author SHA1 Message Date
56403224c0 feat(sync): add branch & tag listing support and improve sync mirroring and sync log routing 2026-03-02 10:37:07 +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
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