aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/repo_fork_test.go
Commit message (Expand)AuthorAgeFilesLines
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-2/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-2/+2
* Use httptest in integration tests (#3080)Ethan Koenig2017-12-041-1/+2
* Fix so that user can still fork his own repository to owned organizations (#2...Lauris BH2017-10-151-7/+28
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-10/+5
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-1/+0
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-171-2/+2
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-14/+8
* Add integration test for pull-request merge (#1912)Mura Li2017-06-151-1/+3
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-10/+5
* Add integration test for repository forkingMura Li2017-06-071-0/+67