aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/push.go
Commit message (Expand)AuthorAgeFilesLines
* Add cache for branch divergence on branch list page (#29577)Lunny Xiao2024-03-081-0/+5
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-1/+1
* Sync branches to DB immediately when handle git hook calling (#29493)Jason Song2024-03-061-9/+0
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-5/+1
* Do not use lower tag names to find releases/tags (#29261)Jason Song2024-02-191-6/+6
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-5/+4
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+5
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-7/+7
* Abstract hash function usage (#28138)Adam Majer2023-12-131-8/+13
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-091-1/+1
* Make pushUpdate error verbose (#28263)Earl Warren2023-11-301-1/+3
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-8/+8
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-3/+3
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-201-2/+2
* Fix branch commit message too long problem (#25588)Lunny Xiao2023-06-301-1/+1
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-5/+6
* Remove duplicated functions when deleting a branch (#25128)Lunny Xiao2023-06-081-0/+3
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-4/+3
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-10/+10
* Rewrite queue (#24505)wxiaoguang2023-05-081-5/+4
* Fix tags view (#23243)Wiktor Kwapisiewicz2023-03-271-2/+7
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-091-3/+3
* Improve cache context (#23330)Jason Song2023-03-081-1/+0
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-12/+13
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Implement actions (#21937)Jason Song2023-01-311-6/+14
* When updating by rebase we need to set the environment for head repo (#22535)zeripath2023-01-191-2/+4
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-7/+7
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-16/+16
* Fix incorrect notification commit url (#21479)wxiaoguang2022-10-171-4/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-7/+6
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+1
* improvement some release related code (#19867)Lunny Xiao2022-06-031-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Fix compare link in active feeds for new branch (#19149)a10121127962022-03-231-1/+28
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Pause queues (#15928)zeripath2022-01-221-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-6/+11
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Set HeadCommit when creating tags. (#18116)KN4CK3R2021-12-291-1/+10
* Some repository refactors (#17950)Lunny Xiao2021-12-121-3/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+6