summaryrefslogtreecommitdiffstats
path: root/integrations/git_test.go
Commit message (Expand)AuthorAgeFilesLines
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-850/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-2/+2
* Refactor legacy git init (#20376)wxiaoguang2022-08-091-12/+3
* Add more linters to improve code readability (#19989)Wim2022-06-201-3/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-13/+13
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+2
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+83
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-11/+11
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-11/+11
* Unexport git.GlobalCommandArgs (#18376)65432022-01-251-2/+2
* Fix partial cloning a repo (#18373)Gusted2022-01-231-0/+6
* format with gofumpt (#18184)65432022-01-201-12/+11
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-8/+8
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-8/+8
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-7/+8
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-10/+20
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+161
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-3/+3
* Always set the merge base used to merge the commit (#15352)zeripath2021-04-101-5/+15
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-2/+3
* Reduce memory usage in testgit (#15306)zeripath2021-04-061-25/+17
* Fixed previous fix. (#15098)KN4CK3R2021-03-211-1/+3
* Remove extraneous logging (#15020)zeripath2021-03-181-1/+10
* Do not show full lfs file on error in git_test.go:rawTest() (#14980)zeripath2021-03-141-2/+7
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-031-0/+30
* 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