| Commit message (Expand) | Author | Age | Files | Lines |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -381/+0 |
* | Fix CheckRepoStats and reuse it during migration (#18264) | Aravinth Manivannan | 2022-01-17 | 1 | -2/+2 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -14/+15 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1/+2 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -37/+37 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 1 | -16/+17 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -2/+2 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -6/+6 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -50/+51 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -4/+4 |
* | Update milestone counters on new issue. (#16183) | KN4CK3R | 2021-06-21 | 1 | -3/+3 |
* | Add name filter to API for GetMilestoneList (#12336) | 6543 | 2020-07-28 | 1 | -4/+28 |
* | Refactor Milestone related (#11225) | 6543 | 2020-05-12 | 1 | -46/+21 |
* | [API] ListIssues add filter for milestones (#10148) | 6543 | 2020-04-30 | 1 | -2/+2 |
* | Fix milestones too many SQL variables bug (#10880) | Lunny Xiao | 2020-03-31 | 1 | -1/+2 |
* | Fix milestone API state parameter unhandled (#10049) | Lunny Xiao | 2020-01-29 | 1 | -1/+1 |
* | trim whitespace of MilestoneName at creation/rename (#10017) | 6543 | 2020-01-27 | 1 | -2/+3 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -2/+2 |
* | [API] Extend times API (#9200) | 6543 | 2019-12-27 | 1 | -2/+2 |
* | Add /milestones endpoint (#8733) | Brad Albright | 2019-12-15 | 1 | -0/+85 |
* | Fix milestone num_issues (#8221) | Lunny Xiao | 2019-10-06 | 1 | -3/+3 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -3/+3 |
* | Add state param to milestone listing API (#7131) | Lanre Adelowo | 2019-06-06 | 1 | -8/+31 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 1 | -1/+1 |
* | Add more webhooks support and refactor webhook templates directory (#3929) | Lunny Xiao | 2018-05-16 | 1 | -0/+2 |
* | Shows total tracked time in issue and milestone list (#3341) | Jonas Franz | 2018-04-29 | 1 | -0/+11 |
* | Add issue closed time column to fix activity closed issues list (#3537) | Lauris BH | 2018-02-19 | 1 | -2/+4 |
* | Check ignored errors for issue and milestone count (#3213) | Ethan Koenig | 2017-12-18 | 1 | -6/+18 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -2/+3 |
* | Fix import order (#1951) | Ethan Koenig | 2017-06-12 | 1 | -2/+2 |
* | Unit tests for issue_milestone (#878) | Ethan Koenig | 2017-02-09 | 1 | -0/+240 |