summaryrefslogtreecommitdiffstats
path: root/integrations/sqlite.ini
Commit message (Collapse)AuthorAgeFilesLines
* Add integrations tests from git cli (#3377)Antoine GIRARD2018-01-161-3/+5
| | | | | | | | | | | * 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/+2
| | | | | | * Remove hardcoded paths to fix randomly failing tests * Use correct function for merge path
* Git LFS lock api (#2938)Antoine GIRARD2017-11-281-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* 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
* 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-5/+0
| | | | | | * Hotfix for integration testing * Comment sqlite tests because of database locking issues
* Set console to debug for integration testsEthan Koenig2017-06-151-3/+3
|
* 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
|
* Integration test framework (#1290)Ethan Koenig2017-04-251-0/+58
* Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone