summaryrefslogtreecommitdiffstats
path: root/modules/structs/fork.go
Commit message (Collapse)AuthorAgeFilesLines
* - name: new parameter in CreateForkOption to give the forked repository (#18066)Aravinth Manivannan2021-12-241-0/+2
| | | | | | | | | | | a custom name, intended to be used when there's a name conflict - When a fork request results in a name conflict, HTTP 409: Conflict is returned instead of 500 - API documentation for the above mentioned changes Signed-off-by: realaravinth <realaravinth@batsense.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-0/+11
* move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor