Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix prohibit login check on authorization (#6106) | Lunny Xiao | 2019-02-19 | 1 | -2/+2 |
| | | | | | | | | | | | | * fix bug prohibit login not applied on dashboard * fix tests * fix bug user status leak * fix typo * return after render | ||||
* | Unit tests for routers/repo/issue_label (#3198) | Ethan Koenig | 2017-12-15 | 1 | -1/+3 |
| | |||||
* | Less verbose integration tests (#2123) | Ethan Koenig | 2017-07-07 | 1 | -12/+6 |
| | | | * Helper functions for intergration test boilerplate | ||||
* | Fix release display and correct paging (#2080) | Lauris BH | 2017-06-29 | 1 | -0/+93 |
| | |||||
* | Let not-logged-in users view releases (#1999) | Ethan Koenig | 2017-06-18 | 1 | -0/+8 |
| | |||||
* | Consolidate boilerplate in integration tests (#1979) | Ethan Koenig | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | Display URLs in integration test logs (#1924) | Ethan Koenig | 2017-06-09 | 1 | -2/+1 |
| | |||||
* | Display draft releases (#1854) | Ethan Koenig | 2017-06-03 | 1 | -0/+22 |
* Display draft releases * Include ctx.User in user cache * Integration test |