aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/branch.go
Commit message (Expand)AuthorAgeFilesLines
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-211-4/+4
* Fix loadOneBranch panic (#29938)wxiaoguang2024-03-201-4/+6
* Restore deleted branches when syncing (#29898)Jason Song2024-03-201-2/+2
* Add cache for branch divergence on branch list page (#29577)Lunny Xiao2024-03-081-6/+49
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-2/+2
* Sync branches to DB immediately when handle git hook calling (#29493)Jason Song2024-03-061-35/+82
* remove util.OptionalBool and related functions (#29513)65432024-03-021-3/+2
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-5/+2
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-2/+3
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-6/+3
* Fix branch list bug which displayed default branch twice (#28878)Lunny Xiao2024-01-211-3/+2
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-121-1/+65
* Remove unnecessary syncbranchToDB with tests (#28624)Lunny Xiao2023-12-281-20/+9
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+6
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-8/+3
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-091-35/+65
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+20
* Search branches (#27055)Lunny Xiao2023-09-171-1/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-3/+3
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-12/+226
* Remove duplicated functions when deleting a branch (#25128)Lunny Xiao2023-06-081-9/+0
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-4/+5
* Add status indicator on main home screen for each repo (#24638)Yarden Shoham2023-05-131-0/+4
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-8/+7
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-5/+3
* Use context parameter in models/git (#22367)Jason Song2023-01-091-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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