summaryrefslogtreecommitdiffstats
path: root/integrations
Commit message (Expand)AuthorAgeFilesLines
* Add integration test for repository migration (#1983)Mura Li2017-06-201-0/+70
* Add integration test for issue creating (#2002)Mura Li2017-06-181-0/+31
* Don't show non-comments in comments API (#2001)Ethan Koenig2017-06-184-10/+47
* Let not-logged-in users view releases (#1999)Ethan Koenig2017-06-181-0/+8
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-1711-25/+30
* Use testing benchmark interface (#1993)Antoine GIRARD2017-06-172-9/+9
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-1715-168/+147
* Set console to debug for integration testsEthan Koenig2017-06-153-7/+7
* Add integration test for pull-request merge (#1912)Mura Li2017-06-154-3/+62
* Fix typo (#1974)Shuanglei Tao2017-06-151-1/+1
* Add pull-create integration test (#1972)Mura Li2017-06-151-0/+56
* Fix search by issue type (#1914)Ethan Koenig2017-06-151-0/+50
* fix collborators lack of units on orgnization repositories (#1968)Lunny Xiao2017-06-1524-6/+567
* Fix uppercase default branch bug (#1965)Ethan Koenig2017-06-143-0/+60
* 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-0915-71/+47
|/
* Add integration test for file editing (#1907)Mura Li2017-06-081-0/+45
* Add integration test for repository forkingMura Li2017-06-071-0/+67
* Display draft releases (#1854)Ethan Koenig2017-06-031-0/+22
* Fix pull request compare link (#1832)Ethan Koenig2017-05-311-0/+31
* Fix invalid reference in feeds template (#1820)Ethan Koenig2017-05-271-0/+9
* Fix 500 for GET /teams/:id endpoints (#1811)Ethan Koenig2017-05-261-0/+38
* Fix activity feed (#1779)Ethan Koenig2017-05-261-10/+12
* Fix and test for delete user (#1713)Ethan Koenig2017-05-201-0/+41
* 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
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-083-0/+3
* fix bug when push a branch name with / & fix an integration test bug (#1689)Lunny Xiao2017-05-082-5/+51
* Show commit status icon in commits table (#1688)Lauris BH2017-05-072-83/+101
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-023-2/+297
* MySQL, Postgres integration tests in drone (#1638)Ethan Koenig2017-04-303-11/+49
* fix #1643 and improve integration test (#1645)Lunny Xiao2017-04-303-9/+30
* fix bug on issue view when not login (#1624)Lunny Xiao2017-04-291-0/+21
* bug fixed for API to get user's repos (#1622)Lunny Xiao2017-04-291-0/+23
* improve integration test to resue models/fixtures and store git repos with te...Lunny Xiao2017-04-2831-11/+577
* Integration test framework (#1290)Ethan Koenig2017-04-259-332/+337
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-3/+3
* Add integration test for signup (#1135)Mura Li2017-03-112-0/+66
* Fix stray directories generated by integration tests (#1134)Mura Li2017-03-071-11/+5
* Add basic integration test infrastructure (and new endpoint `/api/v1/version`...Mura Li2017-03-063-0/+304