summaryrefslogtreecommitdiffstats
path: root/integrations/integration_test.go
Commit message (Expand)AuthorAgeFilesLines
* Reduce memory usage in testgit (#15306)zeripath2021-04-061-0/+52
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+5
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-5/+6
* migrate from com.* to alternatives (#14103)65432020-12-251-5/+2
* Use mount but not register for chi routes (#13555)Lunny Xiao2020-11-161-1/+2
* Introduce go chi web framework as frontend of macaron, so that we can move ro...Lunny Xiao2020-11-131-6/+6
* Storage configuration support `[storage]` (#13314)Lunny Xiao2020-10-311-11/+18
* Add postgres schema to the search_path on database connection (#12634)zeripath2020-09-111-10/+0
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-6/+7
* upgrade to use testfixtures v3 (#11904)techknowlogick2020-06-171-16/+0
* log slow tests (#11487)zeripath2020-06-011-0/+22
* Add API Endpoint for Branch Creation (#11607)Terence Le Huu Phuong2020-05-291-0/+12
* Reject duplicate AccessToken names (#10994)65432020-04-131-1/+5
* 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