forgejo/modules
zeripath eb748f5f3c
Add apply-patch, basic revert and cherry-pick functionality ()
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  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  
Fix  

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-09 20:28:55 +00:00
..
activitypub format with gofumpt () 2022-01-20 18:46:10 +01:00
analyze Use git attributes to determine generated and vendored status for language stats and diffs () 2021-09-09 21:13:36 +01:00
appstate format with gofumpt () 2022-01-20 18:46:10 +01:00
auth format with gofumpt () 2022-01-20 18:46:10 +01:00
avatar format with gofumpt () 2022-01-20 18:46:10 +01:00
base format with gofumpt () 2022-01-20 18:46:10 +01:00
cache format with gofumpt () 2022-01-20 18:46:10 +01:00
charset format with gofumpt () 2022-01-20 18:46:10 +01:00
context Refactor i18n, use Locale to provide i18n/translation related functions () 2022-02-08 11:02:30 +08:00
convert API: Return primary language and repository language stats API URL () 2022-01-25 08:33:40 +02:00
csv format with gofumpt () 2022-01-20 18:46:10 +01:00
doctor Delete old git.NewCommand() and use it as git.NewCommandContext() () 2022-02-06 20:01:47 +01:00
emoji format with gofumpt () 2022-01-20 18:46:10 +01:00
eventsource Simplify parameter types () 2021-12-20 04:41:31 +00:00
generate Use base32 for 2FA scratch token () 2022-01-26 12:10:10 +08:00
git Add apply-patch, basic revert and cherry-pick functionality () 2022-02-09 20:28:55 +00:00
gitgraph Delete old git.NewCommand() and use it as git.NewCommandContext() () 2022-02-06 20:01:47 +01:00
graceful format with gofumpt () 2022-01-20 18:46:10 +01:00
hcaptcha hCaptcha Support () 2020-10-02 23:37:53 -04:00
highlight format with gofumpt () 2022-01-20 18:46:10 +01:00
hostmatcher Simplify parameter types () 2021-12-20 04:41:31 +00:00
httpcache format with gofumpt () 2022-01-20 18:46:10 +01:00
httplib refactor httplib () 2022-01-19 19:31:39 -05:00
indexer Delete old git.NewCommand() and use it as git.NewCommandContext() () 2022-02-06 20:01:47 +01:00
json Make gitea, gitea-vet future-proof () 2022-01-22 21:59:34 +00:00
lfs format with gofumpt () 2022-01-20 18:46:10 +01:00
log format with gofumpt () 2022-01-20 18:46:10 +01:00
markup Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs () 2022-01-31 01:48:47 +02:00
metrics format with gofumpt () 2022-01-20 18:46:10 +01:00
migration add test coverage for original author conversion during migrations () 2022-02-01 13:20:28 -05:00
nosql format with gofumpt () 2022-01-20 18:46:10 +01:00
notification Pause queues () 2022-01-22 21:22:14 +00:00
options format with gofumpt () 2022-01-20 18:46:10 +01:00
password Fixed assert statements. () 2021-06-07 07:27:09 +02:00
pprof refactor: move from io/ioutil to io and os package () 2021-09-22 13:38:34 +08:00
private Validate migration files () 2022-01-26 10:45:51 +01:00
process format with gofumpt () 2022-01-20 18:46:10 +01:00
proxy Return nil proxy function if proxy not enabled () 2021-08-19 16:41:20 -04:00
public Fix mime-type detection for HTTP server () 2022-01-23 20:19:49 +08:00
queue Simplify Boost/Pause logic () 2022-02-08 13:53:34 -05:00
recaptcha refactor: move from io/ioutil to io and os package () 2021-09-22 13:38:34 +08:00
references format with gofumpt () 2022-01-20 18:46:10 +01:00
repository Delete old git.NewCommand() and use it as git.NewCommandContext() () 2022-02-06 20:01:47 +01:00
secret Use CryptoRandomBytes instead of CryptoRandomString () 2022-02-04 18:03:15 +01:00
session format with gofumpt () 2022-01-20 18:46:10 +01:00
setting Prevent security failure due to bad APP_ID () 2022-02-09 15:37:58 +08:00
ssh format with gofumpt () 2022-01-20 18:46:10 +01:00
storage format with gofumpt () 2022-01-20 18:46:10 +01:00
structs Add apply-patch, basic revert and cherry-pick functionality () 2022-02-09 20:28:55 +00:00
svg refactor: move from io/ioutil to io and os package () 2021-09-22 13:38:34 +08:00
sync Fix missing unlock in uniquequeue () 2020-01-15 23:58:33 +02:00
templates format with gofumpt () 2022-01-20 18:46:10 +01:00
test format with gofumpt () 2022-01-20 18:46:10 +01:00
timeutil format with gofumpt () 2022-01-20 18:46:10 +01:00
translation Refactor i18n, use Locale to provide i18n/translation related functions () 2022-02-08 11:02:30 +08:00
typesniffer format with gofumpt () 2022-01-20 18:46:10 +01:00
updatechecker format with gofumpt () 2022-01-20 18:46:10 +01:00
upload Simplify parameter types () 2021-12-20 04:41:31 +00:00
uri Prevent NPE if gitea uploader fails to open url () 2021-12-23 16:27:33 +00:00
user Add gitea-vet () 2020-04-05 07:20:50 +01:00
util Fix non-ASCII search on database () 2022-02-01 20:59:25 +08:00
validation format with gofumpt () 2022-01-20 18:46:10 +01:00
web Fix route wrap () 2022-01-22 15:05:22 +00:00