summaryrefslogtreecommitdiffstats
path: root/integrations/integration_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-201-5/+40
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-1/+7
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-1/+1
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-2/+3
* Template Repositories (#8768)John Olheiser2019-11-111-1/+6
* Improve integration tests (#8276)Lunny Xiao2019-09-251-3/+3
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-13/+13
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* integration tests: Use t.Helper() (#7654)Antoine GIRARD2019-07-291-0/+17
* Add golangci (#6418)kolaente2019-06-121-6/+5
* Add work path CLI option (#6922)zeripath2019-05-141-1/+1
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-1/+0
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-0/+1
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-1/+2
* Fix race in integration testlogger (#6556)zeripath2019-04-111-0/+2
* Quieter Integration Tests (#6513)zeripath2019-04-071-1/+6
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-121-0/+45
* fix lfs version check warning log when using ssh protocol (#5501)Lunny Xiao2018-12-191-0/+1
* Added test environment for mssql (#4282)kolaente2018-12-121-0/+13
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-0/+16
* Add ability to delete a token (#4235)techknowlogick2018-07-061-0/+5
* Remove hardcoded paths to fix randomly failing tests (#3347)Lauris BH2018-01-111-0/+1
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-151-6/+0
* Log unexpected responses in integration tests (#3138)Ethan Koenig2017-12-111-2/+28
* Fix integration tests (#3141)Ethan Koenig2017-12-111-0/+1
* Use httptest in integration tests (#3080)Ethan Koenig2017-12-041-44/+13
* 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