gitdataai/libs/git/ssh
ZhenYi 0703816482 feat(ssh): enhance ref update handling and add push queue
- Add post-receive refs tracking with mutex-protected storage
- Improve branch protection error messages with actionable guidance
- Add push queue slot waiting mechanism for concurrent push control
- Support for checking push queue availability before push operations
2026-05-15 11:48:40 +08:00
..
authz.rs Separate SSH key probe from authentication 2026-05-14 21:44:55 +08:00
branch_protect.rs feat(ssh): enhance ref update handling and add push queue 2026-05-15 11:48:40 +08:00
forward.rs refactor(git,gingress-proxy): apply rustfmt formatting 2026-05-14 10:02:00 +08:00
git_service.rs refactor(git,gingress-proxy): apply rustfmt formatting 2026-05-14 10:02:00 +08:00
handle.rs feat(ssh): enhance ref update handling and add push queue 2026-05-15 11:48:40 +08:00
mod.rs feat(ssh): enhance ref update handling and add push queue 2026-05-15 11:48:40 +08:00
push_queue.rs feat(ssh): enhance ref update handling and add push queue 2026-05-15 11:48:40 +08:00
rate_limit.rs fix(git): harden HTTP and SSH git transports for robustness 2026-04-16 20:11:18 +08:00
ref_update.rs feat(ssh): enhance ref update handling and add push queue 2026-05-15 11:48:40 +08:00
server.rs Separate SSH key probe from authentication 2026-05-14 21:44:55 +08:00