gitdataai/libs/api/git
ZhenYi ee4ff6c752
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(api): fix branch route order to prevent shadowing
Move all specific branch routes before /branches/{name} to prevent
route shadowing. Previously, routes like /branches/rename, /branches/move,
/branches/upstream, /branches/diff, etc. were shadowed by /branches/{name}.
2026-04-17 16:11:23 +08:00
..
archive.rs init 2026-04-15 09:08:09 +08:00
blame.rs init 2026-04-15 09:08:09 +08:00
blob.rs fix(git): use default_branch in git_commit_log and update API docs 2026-04-17 15:16:18 +08:00
branch_protection.rs init 2026-04-15 09:08:09 +08:00
branch.rs init 2026-04-15 09:08:09 +08:00
commit.rs init 2026-04-15 09:08:09 +08:00
contributors.rs init 2026-04-15 09:08:09 +08:00
diff.rs init 2026-04-15 09:08:09 +08:00
init.rs init 2026-04-15 09:08:09 +08:00
mod.rs fix(api): fix branch route order to prevent shadowing 2026-04-17 16:11:23 +08:00
refs.rs init 2026-04-15 09:08:09 +08:00
repo.rs init 2026-04-15 09:08:09 +08:00
star.rs init 2026-04-15 09:08:09 +08:00
tag.rs init 2026-04-15 09:08:09 +08:00
tree.rs init 2026-04-15 09:08:09 +08:00
watch.rs init 2026-04-15 09:08:09 +08:00
webhook.rs init 2026-04-15 09:08:09 +08:00