forgejo/routers/api/v1/repo
zeripath eb748f5f3c
Add apply-patch, basic revert and cherry-pick functionality (#17902)
This code adds a simple endpoint to apply patches to repositories and
branches on gitea. This is then used along with the conflicting checking
code in #18004 to provide a basic implementation of cherry-pick revert.

Now because the buttons necessary for cherry-pick and revert have 
required us to create a dropdown next to the Browse Source button
I've also implemented Create Branch and Create Tag operations.

Fix #3880 
Fix #17986 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-09 20:28:55 +00:00
..
blob.go
branch.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
collaborators.go
commits.go
file.go
fork.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go Automatically pause queue if index service is unavailable (#15066) 2022-01-27 10:30:51 +02:00
issue_comment.go
issue_label.go
issue_reaction.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
issue_stopwatch.go
issue_subscription.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
issue_tracked_time.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
key.go
label.go
language.go
main_test.go
migrate.go Update object repo with the migrated repository (#18684) 2022-02-09 19:20:44 +00:00
milestone.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
mirror.go
notes.go
patch.go Add apply-patch, basic revert and cherry-pick functionality (#17902) 2022-02-09 20:28:55 +00:00
pull.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
pull_review.go
release.go
release_attachment.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
release_tags.go
repo.go API: Return primary language and repository language stats API URL (#18396) 2022-01-25 08:33:40 +02:00
repo_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
star.go
status.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
subscriber.go
tag.go
teams.go
topic.go
transfer.go
tree.go
wiki.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00