aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/issue_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-16/+8
| | | * Helper functions for intergration test boilerplate
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-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 Li2017-06-181-0/+31
|
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-171-2/+2
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-3/+2
|
* Fix search by issue type (#1914)Ethan Koenig2017-06-151-0/+50
| | | | * Fix search by issue type
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-4/+2
|
* Fix invalid reference in feeds template (#1820)Ethan Koenig2017-05-271-0/+9
| | | | | | | | * Fix invalid reference in feeds template * Comment for GetActAvatar * Add integration test
* fix bug on issue view when not login (#1624)Lunny Xiao2017-04-291-0/+21
* fix bug on issue view when not login * hide issue watch when not login * update the tests * fix test on issue