0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-24 07:09:06 -05:00
forgejo/routers/api/v1/repo
Kemal Zebari b0d6a7f07b
Implement update branch API (#32433)
Resolves #22526.

Builds upon #23061.

---------

Co-authored-by: sillyguodong <33891828+sillyguodong@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 01b1896bf5eacfd7f4f64d9ebb0ad165e3e60a5c)

Conflicts:
	routers/api/v1/api.go
  context conflict + s/PathParam/Params/
	templates/swagger/v1_json.tmpl
  make generate-swagger
2024-12-15 09:24:31 +01:00
..
action.go
avatar.go
blob.go
branch.go Implement update branch API (#32433) 2024-12-15 09:24:31 +01:00
collaborators.go
commits.go Return 404 instead of error when commit not exist (#31977) 2024-09-09 20:54:47 +02:00
compare.go
download.go Add github compatible tarball download API endpoints (#32572) 2024-12-03 10:19:22 +01:00
file.go Add github compatible tarball download API endpoints (#32572) 2024-12-03 10:19:22 +01:00
flags.go
fork.go fix: don't show private forks in forks list 2024-11-15 10:59:36 +01:00
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go API: enhance SearchIssues swagger docs (#32208) 2024-10-20 09:44:18 +02:00
issue_attachment.go
issue_comment.go
issue_comment_attachment.go
issue_dependency.go
issue_label.go
issue_pin.go
issue_reaction.go
issue_stopwatch.go Improve Swagger documentation for user endpoints 2024-11-23 10:33:55 +01:00
issue_subscription.go
issue_tracked_time.go Improve Swagger documentation for user endpoints 2024-11-23 10:33:55 +01:00
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go
notes.go [FEAT]Allow changing git notes (#4753) 2024-11-18 22:56:17 +00:00
patch.go
pull.go fmt 2024-11-16 18:12:40 +01:00
pull_review.go Fix the logic of finding the latest pull review commit ID (#32139) 2024-10-06 07:44:28 +02:00
release.go feat: Add Search to Releases Page 2024-11-02 10:24:35 +01:00
release_attachment.go
release_tags.go
repo.go Improve Swagger documentation for user endpoints 2024-11-23 10:33:55 +01:00
repo_test.go
star.go
status.go
subscriber.go
tag.go
teams.go
topic.go
transfer.go
tree.go
wiki.go