| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-05 | sync PR refs to all relivant repos | DanConwayDev | |
| 2026-01-05 | sync PR refs (refs/nostr/<event-id>) to all owner repos when push received | DanConwayDev | |
| When a push to refs/nostr/<event-id> is received (PR data), the git data is now synced to all other owner repositories that share maintainers with the source owner. This mirrors the behavior added for state event data. Changes: - Add sync_pr_refs_to_owner_repos() function in git/sync.rs - Add PrSyncResult struct to track sync statistics - Add copy_single_commit_between_repos() helper function - Call PR sync in handle_receive_pack after successful push - Add unit test for PrSyncResult default values | |||
| 2026-01-05 | sync all repos when authorised state data push received | DanConwayDev | |