| Commit message (Expand) | Author | Age | Files | Lines |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 2 | -4/+4 |
* | Restore propagation of ErrDependenciesLeft (#18325) | zeripath | 2022-01-19 | 1 | -4/+4 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 3 | -12/+15 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -3/+4 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 10 | -34/+44 |
* | Fix close issue but time watcher still running (#17643) | Lunny Xiao | 2021-11-21 | 3 | -4/+508 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 2 | -0/+2 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -9/+8 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 3 | -6/+7 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -3/+4 |
* | 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 | 4 | -14/+17 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -1/+1 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -1/+1 |
* | label and milestone webhooks on issue/pull creation (#14363) | Jimmy Praet | 2021-01-17 | 1 | -0/+6 |
* | Send notifications for mentions in pulls, issues, (code-)comments (#14218) | Jimmy Praet | 2021-01-02 | 1 | -1/+6 |
* | Add review request api (#11355) | a1012112796 | 2020-10-20 | 1 | -6/+158 |
* | Add team support for review request (#12039) | 赵智超 | 2020-10-12 | 1 | -1/+38 |
* | Change/remove a branch of an open issue (#9080) | Vedran | 2020-09-08 | 1 | -0/+14 |
* | Fix ref links in issue overviews for tags (#8742) | Sijmen Schoon | 2020-05-14 | 2 | -0/+46 |
* | Fix spelling mistake with Rewiew (#11262) | zeripath | 2020-04-30 | 1 | -3/+3 |
* | add request review from specific reviewers feature in pull request (#10756) | 赵智超 | 2020-04-06 | 1 | -0/+20 |
* | Add Organization Wide Labels (#10814) | mrsdizzie | 2020-04-01 | 1 | -1/+4 |
* | Trigger webhooks on issue label-change via API too (#10421) | 6543 | 2020-02-23 | 1 | -0/+15 |
* | Refactor comment (#9330) | Lunny Xiao | 2019-12-15 | 1 | -2/+2 |
* | Move actions to notification (#8785) | Lunny Xiao | 2019-11-03 | 1 | -15/+0 |
* | Move issue milestone assign to issue service and move webhook to notification... | Lunny Xiao | 2019-11-02 | 1 | -0/+21 |
* | Move labels webhooks to notification (#8749) | Lunny Xiao | 2019-11-02 | 1 | -52/+3 |
* | Move webhook to a standalone package under modules (#8747) | Lunny Xiao | 2019-11-01 | 1 | -3/+4 |
* | Move issue change content from models to service (#8711) | Lunny Xiao | 2019-10-30 | 1 | -0/+23 |
* | Move issue notifications (#8713) | Lunny Xiao | 2019-10-29 | 1 | -24/+8 |
* | Move issue change status from models to service (#8691) | Lunny Xiao | 2019-10-28 | 1 | -0/+21 |
* | Move more issue assignee code from models to issue service (#8690) | Lunny Xiao | 2019-10-28 | 3 | -42/+93 |
* | Mail assignee when issue/pull request is assigned (#8546) | David Svantesson | 2019-10-25 | 1 | -2/+104 |
* | Move issue label operations to issue service package (#8553) | Lunny Xiao | 2019-10-19 | 3 | -0/+165 |
* | Move clearlabels from models to issue service (#8326) | Lunny Xiao | 2019-10-15 | 1 | -0/+21 |
* | Move change issue title from models to issue service package (#8456) | Lunny Xiao | 2019-10-11 | 1 | -0/+51 |
* | Extract actions on new issue from models to services (#8217) | Lunny Xiao | 2019-09-30 | 1 | -0/+47 |