Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Less verbose integration tests (#2123) | Ethan Koenig | 2017-07-07 | 1 | -16/+8 |
| | | | * Helper functions for intergration test boilerplate | ||||
* | Improve integration test helper functions (#2049) | Ethan Koenig | 2017-06-25 | 1 | -1/+0 |
| | | | Set request headers in helper functions, and new helper for requests with string-formatted URLs | ||||
* | Add integration test for issue creating (#2002) | Mura Li | 2017-06-18 | 1 | -0/+31 |
| | |||||
* | fix golint error and rename func for suggestion. (#1997) | Bo-Yi Wu | 2017-06-17 | 1 | -2/+2 |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | Consolidate boilerplate in integration tests (#1979) | Ethan Koenig | 2017-06-17 | 1 | -3/+2 |
| | |||||
* | Fix search by issue type (#1914) | Ethan Koenig | 2017-06-15 | 1 | -0/+50 |
| | | | | * Fix search by issue type | ||||
* | Display URLs in integration test logs (#1924) | Ethan Koenig | 2017-06-09 | 1 | -4/+2 |
| | |||||
* | Fix invalid reference in feeds template (#1820) | Ethan Koenig | 2017-05-27 | 1 | -0/+9 |
| | | | | | | | | * Fix invalid reference in feeds template * Comment for GetActAvatar * Add integration test | ||||
* | fix bug on issue view when not login (#1624) | Lunny Xiao | 2017-04-29 | 1 | -0/+21 |
* fix bug on issue view when not login * hide issue watch when not login * update the tests * fix test on issue |