summaryrefslogtreecommitdiffstats
path: root/integrations/release_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-191-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 Koenig2017-12-151-1/+3
|
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-12/+6
| | | * Helper functions for intergration test boilerplate
* Fix release display and correct paging (#2080)Lauris BH2017-06-291-0/+93
|
* Let not-logged-in users view releases (#1999)Ethan Koenig2017-06-181-0/+8
|
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-1/+1
|
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-2/+1
|
* Display draft releases (#1854)Ethan Koenig2017-06-031-0/+22
* Display draft releases * Include ctx.User in user cache * Integration test