aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/api_repo_file_update_test.go
Commit message (Expand)AuthorAgeFilesLines
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+2
* 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-1/+0
* 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
* Handle expected errors in FileCreate & FileUpdate API (#11643)65432020-05-311-1/+1
* File Edit: Author/Committer interchanged [BugFix] (#9297)65432019-12-091-6/+6
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-1/+1
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-291-15/+23
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-291-3/+33
* API error cleanup (#7186)John Olheiser2019-06-121-2/+1
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-081-4/+4
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-144/+146
* 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/+234