summaryrefslogtreecommitdiffstats
path: root/services/repository/branch.go
Commit message (Expand)AuthorAgeFilesLines
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-3/+4
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-2/+2
* Avoid MoreThanOne Error (#19557)99rgosse2022-05-011-1/+1
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-291-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-24/+14
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-10/+11
* Improve checkBranchName (#17901)zeripath2021-12-081-28/+25
* Refactor various strings (#17784)mscherer2021-12-021-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-0/+14
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-0/+90
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+39
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-1/+1
* Merge all deleteBranch as one function and also fix bug when delete branch do...Lunny Xiao2021-06-071-0/+72