| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 1 | -1/+2 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -6/+11 |
* | Fix NPE on try to get tag reference via API (#18245) | 6543 | 2022-01-12 | 1 | -1/+1 |
* | Set HeadCommit when creating tags. (#18116) | KN4CK3R | 2021-12-29 | 1 | -1/+10 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -3/+3 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -5/+6 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -7/+8 |
* | Fix close issue but time watcher still running (#17643) | Lunny Xiao | 2021-11-21 | 1 | -2/+2 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 1 | -2/+124 |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 1 | -2/+3 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -1/+1 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -1/+2 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 1 | -3/+2 |
* | Implemented head_commit for webhooks (#16282) | KN4CK3R | 2021-06-29 | 1 | -2/+2 |
* | Fixed issues not updated by commits (#16254) | KN4CK3R | 2021-06-26 | 1 | -4/+5 |
* | Make commit info cancelable (#16032) | zeripath | 2021-06-06 | 1 | -1/+1 |
* | Send push event when tag is created or deleted (#13999) | Cirno the Strongest | 2020-12-16 | 1 | -1/+17 |
* | Ensure that pusher is not nil preventing panic in push (#13945) | zeripath | 2020-12-11 | 1 | -0/+6 |
* | Refactor push update (#13381) | Lunny Xiao | 2020-12-08 | 1 | -129/+38 |
* | Fix a bug on refactoring (#13373) | Lunny Xiao | 2020-10-31 | 1 | -1/+1 |
* | Refactor: Move PushUpdateOptions (#13363) | Lunny Xiao | 2020-10-30 | 1 | -111/+9 |
* | Move update-server-info to hooks (#12826) | zeripath | 2020-10-14 | 1 | -4/+0 |
* | Cache last commit when pushing for big repository (#10109) | Lunny Xiao | 2020-10-09 | 1 | -7/+46 |
* | Update only the repository columns that need updating (#12900) | zeripath | 2020-09-20 | 1 | -3/+8 |