aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/repo_tag_test.go
Commit message (Expand)AuthorAgeFilesLines
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-2/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-3/+3
* Fix continuance tests (#18027)Gusted2021-12-201-0/+20
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* 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-3/+3
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+3
* Add tag protection (#15629)KN4CK3R2021-06-251-0/+74