summaryrefslogtreecommitdiffstats
path: root/integrations/pgsql.ini
Commit message (Collapse)AuthorAgeFilesLines
* Backport: Fix lint, fmt and integration testing errors (#2553)Ethan Koenig2017-09-201-1/+1
| | | | | | | | | | * Fix lint errors * Fix fmt errors (#2544) * Hotfix for integration testing (#2473) * Hotfix for integration testing
* 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