| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move tests as seperate sub packages to reduce duplicated file names (#19951) | Lunny Xiao | 2022-06-15 | 3 | -1/+78 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 3 | -12/+43 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -5/+0 |
* | Fix order by parameter (#19849) | Lunny Xiao | 2022-06-04 | 1 | -3/+2 |
* | Estimate Action Count in Statistics (#19775) | zeripath | 2022-05-21 | 1 | -0/+22 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -2/+3 |
* | Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) | 6543 | 2022-05-08 | 1 | -0/+15 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -2/+9 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Move deletebeans into models/db (#18781) | Lunny Xiao | 2022-02-17 | 1 | -0/+11 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 1 | -0/+1 |
* | 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 | 2 | -1/+7 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -0/+16 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -0/+13 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 2 | -38/+95 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 3 | -1/+124 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 3 | -30/+28 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -7/+3 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 2 | -125/+9 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 6 | -294/+61 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -0/+29 |
* | Fix bug on admin subcommand (#17533) | Lunny Xiao | 2021-11-07 | 1 | -41/+14 |
* | Simplify Gothic to use our session store instead of creating a different stor... | zeripath | 2021-11-03 | 1 | -18/+0 |
* | Rename db Engines related functions (#17481) | Lunny Xiao | 2021-10-30 | 1 | -11/+11 |
* | Run Migrate in Install rather than just SyncTables (#17475) | zeripath | 2021-10-29 | 1 | -3/+22 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 1 | -2/+2 |
* | Ensure that git daemon export ok is created for mirrors (#17243) | zeripath | 2021-10-13 | 1 | -0/+8 |
* | Save and view issue/comment content history (#16909) | wxiaoguang | 2021-10-10 | 1 | -1/+3 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 4 | -6/+189 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 3 | -11/+85 |
* | Fix commit status index problem (#17061) | Lunny Xiao | 2021-09-23 | 1 | -2/+3 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -3/+2 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 11 | -0/+1160 |