| Commit message (Expand) | Author | Age | Files | Lines |
* | Also sync DB branches on push if necessary (#28361) (#28403) | Lunny Xiao | 2023-12-11 | 1 | -0/+9 |
* | Improve DeleteByID (#26904) | Lunny Xiao | 2023-09-05 | 1 | -1/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -11/+11 |
* | Use a separate admin page to show global stats, remove `actions` stat (#25062) | wxiaoguang | 2023-06-03 | 1 | -25/+0 |
* | Remove all package data after tests (#22984) | KN4CK3R | 2023-02-23 | 1 | -1/+12 |
* | Move delete user to service (#22478) | Lunny Xiao | 2023-02-13 | 1 | -0/+26 |
* | Fix halfCommitter and WithTx (#22366) | Jason Song | 2023-01-09 | 1 | -5/+22 |
* | Always reuse transaction (#22362) | Jason Song | 2023-01-08 | 1 | -30/+41 |
* | Support estimated count with multiple schemas (#22276) | Jason Song | 2022-12-30 | 1 | -1/+4 |
* | Update go dev dependencies (#22064) | silverwind | 2022-12-08 | 1 | -2/+4 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 1 | -7/+47 |
* | Merge db.Iterate and IterateObjects (#21641) | Lunny Xiao | 2022-10-31 | 1 | -10/+0 |
* | Fix various typos (#20338) | luzpaz | 2022-07-12 | 1 | -1/+1 |
* | Adjust transaction handling via db.Context (#20031) | Lunny Xiao | 2022-06-20 | 1 | -26/+19 |
* | Move tests as seperate sub packages to reduce duplicated file names (#19951) | Lunny Xiao | 2022-06-15 | 1 | -1/+1 |
* | Estimate Action Count in Statistics (#19775) | zeripath | 2022-05-21 | 1 | -0/+22 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -2/+9 |
* | Move deletebeans into models/db (#18781) | Lunny Xiao | 2022-02-17 | 1 | -0/+11 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+6 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -29/+26 |
* | Ensure that git daemon export ok is created for mirrors (#17243) | zeripath | 2021-10-13 | 1 | -0/+8 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -11/+74 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -0/+86 |