summaryrefslogtreecommitdiffstats
path: root/integrations/integration_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add git clone test on integration test (#1682)Lunny Xiao2017-11-021-2/+5
* Include HTTP method in test error message (#2815)Ethan Koenig2017-11-011-1/+1
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+4
* Make integration tests more user-friendly (#2536)Ethan Koenig2017-09-181-1/+5
* Improve issue search (#2387)Ethan Koenig2017-09-161-1/+8
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-1/+1
* Fix some tests : make coverage -> test (#2492)Antoine GIRARD2017-09-121-2/+2
* Error message for integration test (#2410)Ethan Koenig2017-08-281-1/+2
* Add integration tests for signin (#2363)David Schneiderbauer2017-08-231-4/+11
* Cache session cookies in tests (#2128)Ethan Koenig2017-07-091-1/+8
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-7/+23
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-2/+7
* Fix bug in issue labels API (#2048)Ethan Koenig2017-06-251-1/+3
* Don't show non-comments in comments API (#2001)Ethan Koenig2017-06-181-0/+5
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-171-1/+1
* Use testing benchmark interface (#1993)Antoine GIRARD2017-06-171-8/+8
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-16/+33
* Fix setting.AppPath for integration tests (#1923)Kim "BKC" Carlbäcker2017-06-131-4/+13
|\
| * Absolute path for setting.CustomConfEthan Koenig2017-06-091-5/+11
| * Fix setting.AppPath for integration testsEthan Koenig2017-06-091-1/+4
* | Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-4/+13
|/
* Don't recreate database in integration tests (#1697)Ethan Koenig2017-05-111-6/+1
* remove sqlite tag when integration test with mysql/postgres AND recreate data...Lunny Xiao2017-05-091-3/+9
* fix bug when push a branch name with / & fix an integration test bug (#1689)Lunny Xiao2017-05-081-5/+6
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-2/+81
* MySQL, Postgres integration tests in drone (#1638)Ethan Koenig2017-04-301-7/+45
* improve integration test to resue models/fixtures and store git repos with te...Lunny Xiao2017-04-281-1/+9
* Integration test framework (#1290)Ethan Koenig2017-04-251-0/+92