summaryrefslogtreecommitdiffstats
path: root/integrations/git_test.go
Commit message (Expand)AuthorAgeFilesLines
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-5/+5
* Make the PushCreate test declarative (#11229)zeripath2020-04-281-92/+63
* Slight performance changes to integrations/git_test.go (#11227)zeripath2020-04-271-9/+26
* Generate Diff and Patch direct from Pull head (#10936)zeripath2020-04-031-3/+66
* Prevent panic on merge to PR (#10403)zeripath2020-02-211-0/+11
* Fix push-create SSH bugs (#10145)John Olheiser2020-02-051-0/+16
* Push to create repo (#8419)John Olheiser2019-12-151-0/+58
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-0/+1
* Fix datarace on git.GlobalCommandArgs on tests (#9162)Lunny Xiao2019-11-271-7/+5
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-11/+11
* integrations: fix dropped errors in TestCreateOrUpdateRepoFileForUpdateWithFi...Lars Lehtonen2019-11-161-0/+1
* Restore functionality for early gits (#7775)zeripath2019-10-121-14/+48
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-221-5/+38
* Improve git test (#7086)zeripath2019-05-311-220/+206
* Fix LFS Locks over SSH (#6999)zeripath2019-05-281-35/+65
* Quieter Integration Tests (#6513)zeripath2019-04-071-0/+25
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-121-16/+110
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-139/+67
* Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he...zeripath2018-11-031-1/+2
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-2/+4
* Improvements to git integration test (#3466)Ethan Koenig2018-02-061-11/+7
* Fix SSH auth lfs locks (#3152)Antoine GIRARD2018-01-271-3/+1
* Add integrations tests from git cli (#3377)Antoine GIRARD2018-01-161-121/+219
* Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092)Antoine GIRARD2017-12-081-14/+139
* Add git clone test on integration test (#1682)Lunny Xiao2017-11-021-0/+60