You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
blob.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
branch.go format with gofumpt (#18184) 2 years ago
collaborators.go Move repository model into models/repo (#17933) 3 years ago
commits.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
file.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
fork.go format with gofumpt (#18184) 2 years ago
git_hook.go Move macaron to chi (#14293) 3 years ago
git_ref.go Multiple Escaping Improvements (#17551) 3 years ago
hook.go Move accessmode into models/perm (#17828) 3 years ago
hook_test.go Decouple unit test, remove intermediate `unittestbridge` package (#17662) 3 years ago
issue.go Automatically pause queue if index service is unavailable (#15066) 2 years ago
issue_comment.go Fix PR comments UI (#18323) 3 years ago
issue_label.go Calculate label URL on API (#16186) 3 years ago
issue_reaction.go format with gofumpt (#18184) 2 years ago
issue_stopwatch.go Fix close issue but time watcher still running (#17643) 3 years ago
issue_subscription.go format with gofumpt (#18184) 2 years ago
issue_tracked_time.go format with gofumpt (#18184) 2 years ago
key.go Move keys to models/asymkey (#17917) 3 years ago
label.go Calculate label URL on API (#16186) 3 years ago
language.go Move repository model into models/repo (#17933) 3 years ago
main_test.go Decouple unit test code from business code (#17623) 3 years ago
migrate.go Update object repo with the migrated repository (#18684) 2 years ago
milestone.go format with gofumpt (#18184) 2 years ago
mirror.go Move unit into models/unit/ (#17576) 3 years ago
notes.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
patch.go Add apply-patch, basic revert and cherry-pick functionality (#17902) 2 years ago
pull.go format with gofumpt (#18184) 2 years ago
pull_review.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
release.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
release_attachment.go format with gofumpt (#18184) 2 years ago
release_tags.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
repo.go API: Return primary language and repository language stats API URL (#18396) 2 years ago
repo_test.go format with gofumpt (#18184) 2 years ago
star.go Some repository refactors (#17950) 3 years ago
status.go format with gofumpt (#18184) 2 years ago
subscriber.go Some repository refactors (#17950) 3 years ago
tag.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
teams.go Move repository model into models/repo (#17933) 3 years ago
topic.go Some repository refactors (#17950) 3 years ago
transfer.go Add API to manage repo tranfers (#17963) 3 years ago
tree.go Propagate context and ensure git commands run in request context (#17868) 3 years ago
wiki.go format with gofumpt (#18184) 2 years ago