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 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>
5 years ago
..
check.go Fix lint (#9688) 5 years ago
check_test.go Move some pull request functions from models to services (#9266) 5 years ago
commit_status.go Add Close() method to gogitRepository (#8901) 5 years ago
lfs.go Add basic repository lfs management (#7199) 5 years ago
main_test.go Move some pull request functions from models to services (#9266) 5 years ago
merge.go Add require signed commit for protected branch (#9708) 5 years ago
patch.go Add require signed commit for protected branch (#9708) 5 years ago
pull.go Add owner_name column for table repository for maintaince reason (#9717) 5 years ago
pull_test.go Move PushToBaseRepo from models to services/pull (#9352) 5 years ago
review.go Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) 5 years ago
temp_repo.go Remove SavePatch and generate patches on the fly (#9302) 5 years ago