zeripath
4bcf449eb8
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
zeripath
7f8edccd29
Fix #9752 ( #9769 )
2020-01-14 23:11:08 +00:00
Lunny Xiao
8ff8e0a193
Move newbranch to standalone package ( #9627 )
...
* Move newbranch to standalone package
* move branch functions to modules to avoid dependencies cycles
* fix tests
* fix lint
* fix lint
2020-01-14 11:38:04 +08:00
6543
9700c970d8
[API] Extend contents with dates ( #9464 )
...
* extend CommitTree func
* make sure Date NOT nil
* spell corection
Co-Authored-By: zeripath <art27@cantab.net >
* add TEST
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2019-12-24 10:33:52 +08:00
6543
47e74d95d1
File Edit: Author/Committer interchanged [BugFix] ( #9297 )
...
* simple fix
* fix test too
* repair more twists
use same sequence: first Author, then Commiter
2019-12-09 21:11:24 +08:00
Antoine GIRARD
dcdf6fd825
Fix duplicate call of webhook ( #7821 )
2019-08-11 23:31:18 +03:00
zeripath
6009d7c6d6
Be more strict with git arguments ( #7715 )
...
* Be more strict with git arguments
* fix-up commit test
* use bindings for branch name
2019-08-05 21:39:39 +01:00
Richard Mahn
48e97d08f1
Fixes #7152 - Allow create/update/delete message to be empty, use default message ( #7324 )
...
* Fixes #7152 - Allow create/update/delete message to be empty, use default message
* Linting fix
* Fix to delete integration tests
2019-06-29 16:19:24 +01:00
kolaente
7815690b67
Add golangci ( #6418 )
2019-06-12 15:41:28 -04:00
Lunny Xiao
848bcaa5d7
Move PushUpdate dependency from models to repofiles ( #6763 )
...
* remove push_update
* move models.PushUpdate to repofiles.PushUpdate
2019-06-10 19:35:13 +08:00
Lunny Xiao
650cbc2f35
Move sdk structs to modules/structs ( #6905 )
...
* move sdk structs to moduels/structs
* fix tests
* fix fmt
* fix swagger
* fix vendor
2019-05-11 18:21:34 +08:00
Richard Mahn
e63ad220bb
Fixes 4762 - Content API for Creating, Updating, Deleting Files ( #6314 )
2019-04-17 12:06:35 -04:00