summaryrefslogtreecommitdiffstats
path: root/integrations/api_repo_get_contents_test.go
Commit message (Expand)AuthorAgeFilesLines
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* 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
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-2/+2
* 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-9/+1
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-4/+9
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+2
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-291-0/+157