summaryrefslogtreecommitdiffstats
path: root/integrations/pull_update_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-6/+7
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* format with gofumpt (#18184)65432022-01-201-9/+9
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-7/+8
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+6
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-9/+9
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-2/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-6/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-5/+6
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-0/+28
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-1/+5
* Add API to update pr headBranch (#12419)赵智超2020-08-041-6/+8
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-0/+136