summaryrefslogtreecommitdiffstats
path: root/integrations/api_repo_file_delete_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-2/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-7/+7
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-6/+7
* Contents API should return 404 on not exist (#10323)zeripath2020-04-151-11/+1
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-291-1/+15
* API error cleanup (#7186)John Olheiser2019-06-121-2/+2
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-301-1/+1
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-111/+113
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+163