aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repofiles/content_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-220/+0
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-1/+0
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-8/+9
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-8/+8
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* prefer NoError/Error over Nil/NotNil (#12271)Stephen Solka2020-07-191-6/+6
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+12
* Fix #8582 by handling empty repos (#8587)Jonas Franz2019-10-191-0/+16
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-291-26/+128
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-3/+3
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+90