aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/release_test.go
Commit message (Collapse)AuthorAgeFilesLines
* tests: add attachement tests integration (#9309)Antoine GIRARD2019-12-101-3/+3
| | | | | | | | * tests: add attachements integration * Update integrations/attachement_test.go Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-6/+6
| | | | | | * Fix data race in testlogger * Update git_helper_for_declarative_test.go
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
| | | Signed-off-by: Tamal Saha <tamal@appscode.com>
* 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