0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 23:34:52 +01:00
gitea/modules
zeripath 66ee9b87f9 Add require signed commit for protected branch (#9708)
* Add require signed commit for protected branch

* Fix fmt

* Make editor show if they will be signed

* bugfix

* Add basic merge check and better information for CRUD

* linting comment

* Add descriptors to merge signing

* Slight refactor

* Slight improvement to appearances

* Handle Merge API

* manage CRUD API

* Move error to error.go

* Remove fix to delete.go

* prep for merge

* need to tolerate \r\n in message

* check protected branch before trying to load it

* Apply suggestions from code review

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>

* fix commit-reader

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
2020-01-15 09:32:57 +01:00
..
auth Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
avatar
base
cache
charset
context Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
convert Move newbranch to standalone package (#9627) 2020-01-14 11:38:04 +08:00
cron
generate
git Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
gitgraph
graceful
highlight
httplib
indexer
lfs
log
markup
metrics
migrations Fix missing updated time on migrated issues and comments (#9744) 2020-01-14 10:29:22 +00:00
notification Move push commits from models to modules/repository (#9370) 2020-01-10 17:34:21 +08:00
options
password
pprof
private
process
public
queue Remove unused lock (#9709) 2020-01-11 19:06:35 +00:00
recaptcha
references
repofiles Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
repository Add require signed commit for protected branch (#9708) 2020-01-15 09:32:57 +01:00
secret
session
setting Make hook status printing configurable with delay (#9641) 2020-01-12 08:46:03 +00:00
ssh
structs [API] add endpoint to check notifications [Extend #9488] (#9595) 2020-01-14 16:37:19 +01:00
sync
task Move create/fork repository from models to modules/repository (#9489) 2020-01-12 20:11:17 +08:00
templates Move push commits from models to modules/repository (#9370) 2020-01-10 17:34:21 +08:00
test
timeutil
upload
user
util
validation
webhook