summaryrefslogtreecommitdiffstats
path: root/integrations/git_helper_for_declarative_test.go
Commit message (Expand)AuthorAgeFilesLines
* Unexport git.GlobalCommandArgs (#18376)65432022-01-251-20/+4
* Fix partial cloning a repo (#18373)Gusted2022-01-231-0/+11
* format with gofumpt (#18184)65432022-01-201-6/+5
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Make test work with different default branch config (#18038)mscherer2021-12-201-0/+3
* Fix ipv6 parsing for builtin ssh server (#17561)Wim2021-11-061-1/+2
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-5/+4
* Fix Benchmark tests, remove a broken one & add two new (#15250)65432021-04-161-1/+7
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+6
* Migrations: Use Process Manager to create own Context (#13792)65432020-12-021-1/+1
* Introduce go chi web framework as frontend of macaron, so that we can move ro...Lunny Xiao2020-11-131-1/+1
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+3
* Make the PushCreate test declarative (#11229)zeripath2020-04-281-3/+6
* Fix the intermittent TestGPGGit failures (#9360)zeripath2019-12-151-0/+6
* Missed defer prepareTestEnv (#9285)zeripath2019-12-081-1/+1
* Fix datarace on git.GlobalCommandArgs on tests (#9162)Lunny Xiao2019-11-271-13/+4
* Yet another attempt to fix the intermittent failure of gpg git test (#9146)zeripath2019-11-261-0/+1
* Fix intermittent GPG Git test failure (#8968)zeripath2019-11-131-2/+4
* Restore functionality for early gits (#7775)zeripath2019-10-121-0/+31
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+2
* Reduce quote usage to bypass bug in GIT_SSH_COMMAND (#7893)guillep2k2019-08-161-1/+1
* Fix local runs of ssh-requiring integration tests (#7855)zeripath2019-08-141-7/+11
* Improve git test (#7086)zeripath2019-05-311-4/+32
* Quieter Integration Tests (#6513)zeripath2019-04-071-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* use native golang SSH library but ssh-keygen when enable built-in SSH server ...Lunny Xiao2019-02-071-2/+2
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+127