summaryrefslogtreecommitdiffstats
path: root/services/pull/temp_repo.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor and tidy-up the merge/update branch code (#22568)zeripath2023-03-071-100/+94
* Do not create commit graph for temporary repos (#23219)Brecht Van Lommel2023-03-011-2/+8
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-6/+6
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-11/+11
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-5/+5
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-2/+3
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-9/+10
* more context for models (#19511)65432022-04-281-2/+2
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-25/+20
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-3/+2
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-5/+35
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-5/+5
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-8/+9
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-4/+6
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Add agit flow support in gitea (#14295)a10121127962021-07-281-2/+10
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-1/+6
* Handle more pathological branch and tag names (#11843)zeripath2020-06-111-2/+2
* Prevent deadlock in pull_service.GetDiverging(pr) (#10905)65432020-04-011-0/+2
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-6/+6
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-0/+152