aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/branch.go
Commit message (Expand)AuthorAgeFilesLines
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-5/+6
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-1/+1
* more context for models (#19511)65432022-04-281-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-8/+8
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-1/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+5
* Handle missing default branch better in owner/repo/branches page (#18290)zeripath2022-01-161-20/+33
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+6
* Improve checkBranchName (#17901)zeripath2021-12-081-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-3/+3
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-1/+2
* Fixed commit count. (#17698)KN4CK3R2021-11-171-7/+5
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-4/+4
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-3/+4
* Fix branch pagination error (#16805)Lunny Xiao2021-08-241-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-5/+5
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-3/+4
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+407