Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 4 | -67/+40 |
| | | | | * Move almost all functions' parameter db.Engine to context.Context * remove some unnecessary wrap functions | ||||
* | Add missing `sorting` column in `project_issue` table (#19635) | wxiaoguang | 2022-05-06 | 1 | -0/+3 |
| | |||||
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -6/+9 |
| | | | | | | | * Use a struct as test options * Fix name * Fix test | ||||
* | Move project files into models/project sub package (#17704) | Lunny Xiao | 2022-03-29 | 5 | -0/+842 |
* Move project files into models/project sub package * Fix test * Fix test * Fix test * Fix build * Fix test * Fix template bug * Fix bug * Fix lint * Fix test * Fix import * Improve codes Co-authored-by: 6543 <6543@obermui.de> |