summaryrefslogtreecommitdiffstats
path: root/modules/repofiles/delete.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix duplicate call of webhook (#7821) (#7824)Antoine GIRARD2019-08-121-26/+0
|
* Be more strict with git arguments (#7715) (#7762)zeripath2019-08-051-0/+6
| | | | | * Be more strict with git arguments * fix-up commit test * use bindings for branch name
* Fixes #7152 - Allow create/update/delete message to be empty, use default ↵Richard Mahn2019-06-291-0/+5
| | | | | | | | | | message (#7324) * Fixes #7152 - Allow create/update/delete message to be empty, use default message * Linting fix * Fix to delete integration tests
* Add golangci (#6418)kolaente2019-06-121-6/+4
|
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-101-3/+2
| | | | | | * remove push_update * move models.PushUpdate to repofiles.PushUpdate
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+209