| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore trivial errors when updating push data (#33864) | wxiaoguang | 2025-03-14 | 1 | -16/+20 |
* | Pull request updates will also trigger code owners review requests (#33744) | Lunny Xiao | 2025-03-13 | 1 | -1/+11 |
* | Automerge supports deleting branch automatically after merging (#32343) | Lunny Xiao | 2025-01-10 | 1 | -1/+2 |
* | Fix broken releases when re-pushing tags (#32435) | Zettat123 | 2024-11-08 | 1 | -7/+12 |
* | Fix git error handling (#32401) | wxiaoguang | 2024-11-02 | 1 | -3/+1 |
* | Fix: database not update release when using `git push --tags --force` (#32040) | Exploding Dragon | 2024-09-18 | 1 | -8/+10 |
* | Fix a branch divergence cache bug (#31659) | Zettat123 | 2024-07-19 | 1 | -2/+8 |
* | Add cache for branch divergence on branch list page (#29577) | Lunny Xiao | 2024-03-08 | 1 | -0/+5 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 1 | -1/+1 |
* | Sync branches to DB immediately when handle git hook calling (#29493) | Jason Song | 2024-03-06 | 1 | -9/+0 |
* | Use the database object format name but not read from git repoisitory everyti... | Lunny Xiao | 2024-02-24 | 1 | -5/+1 |
* | Do not use lower tag names to find releases/tags (#29261) | Jason Song | 2024-02-19 | 1 | -6/+6 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 1 | -5/+4 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -2/+5 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 1 | -7/+7 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -8/+13 |
* | Also sync DB branches on push if necessary (#28361) | Lunny Xiao | 2023-12-09 | 1 | -1/+1 |
* | Make pushUpdate error verbose (#28263) | Earl Warren | 2023-11-30 | 1 | -1/+3 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -1/+1 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 1 | -8/+8 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 1 | -3/+3 |
* | Fix bug when pushing to a pull request which enabled dismiss approval automat... | Lunny Xiao | 2023-07-20 | 1 | -2/+2 |
* | Fix branch commit message too long problem (#25588) | Lunny Xiao | 2023-06-30 | 1 | -1/+1 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 1 | -5/+6 |
* | Remove duplicated functions when deleting a branch (#25128) | Lunny Xiao | 2023-06-08 | 1 | -0/+3 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 1 | -4/+3 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 1 | -10/+10 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 1 | -5/+4 |
* | Fix tags view (#23243) | Wiktor Kwapisiewicz | 2023-03-27 | 1 | -2/+7 |
* | Fix pull request update showing too many commits with multiple branches (#22856) | Brecht Van Lommel | 2023-03-09 | 1 | -3/+3 |
* | Improve cache context (#23330) | Jason Song | 2023-03-08 | 1 | -1/+0 |
* | Use context parameter in services/repository (#23186) | Jason Song | 2023-02-28 | 1 | -12/+13 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -6/+14 |
* | When updating by rebase we need to set the environment for head repo (#22535) | zeripath | 2023-01-19 | 1 | -2/+4 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 1 | -1/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -3/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -7/+7 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 1 | -1/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -16/+16 |
* | Fix incorrect notification commit url (#21479) | wxiaoguang | 2022-10-17 | 1 | -4/+4 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -7/+6 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -1/+2 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -1/+1 |
* | improvement some release related code (#19867) | Lunny Xiao | 2022-06-03 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -2/+2 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Fix compare link in active feeds for new branch (#19149) | a1012112796 | 2022-03-23 | 1 | -1/+28 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -1/+1 |