aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/repofiles_delete_test.go
Commit message (Expand)AuthorAgeFilesLines
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-3/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-8/+9
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+2
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-12/+12
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-2/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-4/+5
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* prefer NoError/Error over Nil/NotNil (#12271)Stephen Solka2020-07-191-2/+2
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+5
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-1/+1
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-291-21/+23
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-0/+193