summaryrefslogtreecommitdiffstats
path: root/integrations/api_repo_file_create_test.go
Commit message (Expand)AuthorAgeFilesLines
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-308/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-11/+11
* Add latest commit's SHA to content response (#20398)Gusted2022-07-301-14/+17
* Make git.OpenRepository accept Context (#19260)65432022-03-301-2/+3
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-8/+32
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-11/+11
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+6
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-1/+0
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-11/+11
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-10/+11
* Fix Benchmark tests, remove a broken one & add two new (#15250)65432021-04-161-0/+30
* Handle expected errors in FileCreate & FileUpdate API (#11643)65432020-05-311-1/+1
* [API] Extend contents with dates (#9464)65432019-12-241-0/+11
* 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-12/+20
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-291-1/+14
* API error cleanup (#7186)John Olheiser2019-06-121-2/+1
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-081-2/+2
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-112/+114
* 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/+215