feat(sync): add sync subsystem: SyncManager, OpsServer sync handlers, Sync UI and state, provider groupFilter support, and realtime sync log streaming via TypedSocket
This commit is contained in:
@@ -8,4 +8,6 @@ export interface IProviderConnection {
|
||||
token: string;
|
||||
createdAt: number;
|
||||
status: 'connected' | 'disconnected' | 'error' | 'paused';
|
||||
groupFilter?: string; // Restricts which repos this connection can see (e.g. "foss.global")
|
||||
groupFilterId?: string; // Resolved filter group ID (numeric for GitLab, org name for Gitea)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user