summaryrefslogtreecommitdiffstats
path: root/integrations/pgsql.ini.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* switch to use gliderlabs/ssh for builtin server (#7250)techknowlogick2019-07-061-0/+1
| | | | | | resolves git conflicts from #3896 (credit to @belak, in case github doesn't keep original author during squash) Co-Authored-By: Matti Ranta <techknowlogick@gitea.io>
* Quieter Integration Tests (#6513)zeripath2019-04-071-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | * Rename BaseLogger to WriterLogger to help the creation of other providers * Don't export ColorBytes and ResetBytes from ColoredValues * Make integration tests only print logs if they fail * check can color before coloring * I always forget about MSSQL * Oh and use LEVEL in sqlite.ini * Make the test logger log at info - as it means you see the router * Remove empty expected changes * Make the migrations quieter too * Don't display SQL on error - it can be looked at in the file logs if necessary * Fix skip when using onGiteaRun
* Make log mailer for testing (#5893)zeripath2019-02-021-1/+4
| | | | | | | | | | | | | | | | | | * Create log mailer for testing email settings Signed-off-by: Andrew Thornton <art27@cantab.net> * Switch on the log mailer for the integration tests This ensures that the sending mail process works Signed-off-by: Andrew Thornton <art27@cantab.net> * rename the from user for mysql/mssql * rename log sender to dummy sender * update the integration tests
* Add integrations tests from git cli (#3377)Antoine GIRARD2018-01-161-13/+16
| | | | | | | | | | | * test: integration add git cli tests Extracted form for easing review process and debug #3152 * test: integration add git cli big file commit * fix: Don't rewrite key if internal server
* Remove hardcoded paths to fix randomly failing tests (#3347)Lauris BH2018-01-111-0/+1
| | | | | | * Remove hardcoded paths to fix randomly failing tests * Use correct function for merge path
* Fix randomly failing LFS lock tests in drone (#3346)Lauris BH2018-01-111-0/+1
|
* Git LFS lock api (#2938)Antoine GIRARD2017-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement routes * move to api/sdk and create model * Implement add + list * List return 200 empty list no 404 * Add verify lfs lock api * Add delete and start implementing auth control * Revert to code.gitea.io/sdk/gitea vendor * Apply needed check for all lfs locks route * Add simple tests * fix lint * Improve tests * Add delete test + fix * Add lfs ascii header * Various fixes from review + remove useless code + add more corner case testing * Remove repo link since only id is needed. Save a little of memory and cpu time. * Improve tests * Use TEXT column format for path + test * fix mispell * Use NewRequestWithJSON for POST tests * Clean path * Improve DB format * Revert uniquess repoid+path * (Re)-setup uniqueness + max path length * Fixed TEXT in place of VARCHAR * Settle back to maximum VARCHAR(3072) * Let place for repoid in key * Let place for repoid in key * Let place for repoid in key * Revert back
* Use different directories for session files in integration tests (#2834)Lauris BH2017-11-031-0/+1
|
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+2
| | | Indexed search of repository contents (for default branch only)
* Improve issue search (#2387)Ethan Koenig2017-09-161-0/+3
| | | | | | | | | | * Improve issue indexer * Fix new issue sqlite bug * Different test indexer paths for each db * Add integration indexer paths to make clean
* Allow changing integration test database connection using env variables (#2484)Lauris BH2017-09-131-0/+61