aboutsummaryrefslogtreecommitdiffstats
path: root/modules/structs/repo_file.go
Commit message (Collapse)AuthorAgeFilesLines
* enhancement: add signoff option in commit form (#14516)a10121127962021-01-291-0/+2
| | | Signed-off-by: a1012112796 <1012112796@qq.com>
* [API] Extend contents with dates (#9464)65432019-12-241-2/+3
| | | | | | | | | | | | | | | * 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>
* Be more strict with git arguments (#7715)zeripath2019-08-051-2/+2
| | | | | | * Be more strict with git arguments * fix-up commit test * use bindings for branch name
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-291-16/+25
|
* Fixes #7152 - Allow create/update/delete message to be empty, use default ↵Richard Mahn2019-06-291-1/+1
| | | | | | | | | | message (#7324) * Fixes #7152 - Allow create/update/delete message to be empty, use default message * Linting fix * Fix to delete integration tests
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-301-6/+20
|
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-0/+80
* move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor