summaryrefslogtreecommitdiffstats
path: root/modules/structs/repo_commit.go
Commit message (Collapse)AuthorAgeFilesLines
* [API] Extend contents with dates (#9464)65432019-12-241-0/+12
| | | | | | | | | | | | | | | * 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>
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-0/+44
* move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor