summaryrefslogtreecommitdiffstats
path: root/integrations/pgsql.ini
Commit message (Collapse)AuthorAgeFilesLines
* Allow changing integration test database connection using env variables (#2484)Lauris BH2017-09-131-61/+0
|
* Fix some tests : make coverage -> test (#2492)Antoine GIRARD2017-09-121-3/+6
| | | | | | | | * Fix test : make coverage -> test * Refactor integration tests to be able to run them in parallel * Add custom local repository temp path
* Hotfix for integration testing (#2473)Thomas Boerger2017-09-101-1/+1
| | | | | | * Hotfix for integration testing * Comment sqlite tests because of database locking issues
* Add INTERNAL_TOKEN to integration .ini file (#2346)Sandro Santilli2017-08-211-0/+1
| | | | | | | Avoids override of source file upon running `make test-pgsql` Long story: settings.NewContext *adds* an INTERNAL_TOKEN if none is found; the other ini files under integration/ all have an INTERNAL_TOKEN
* Set console to debug for integration testsEthan Koenig2017-06-151-2/+2
|
* fix collborators lack of units on orgnization repositories (#1968)Lunny Xiao2017-06-151-2/+2
| | | | | | * fix collborators lack of units on orgnization repositories * also change log level to debug
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-081-0/+1
|
* MySQL, Postgres integration tests in drone (#1638)Ethan Koenig2017-04-301-1/+1
| | | | | | | | | | * MySQL, Postgres integration tests in drone * Fix .drone.yml * sign drone * resign drone
* Integration test framework (#1290)Ethan Koenig2017-04-251-0/+56
* Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone