Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: add attachement tests integration (#9309) | Antoine GIRARD | 2019-12-10 | 1 | -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) | zeripath | 2019-11-26 | 1 | -6/+6 |
| | | | | | | * Fix data race in testlogger * Update git_helper_for_declarative_test.go | ||||
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
| | | | Signed-off-by: Tamal Saha <tamal@appscode.com> | ||||
* | 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 |