| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
d99f4ab003 |
Git LFS lock api (#2938)
* 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 |
8 years ago |
|
|
2e08f230ca
|
Use different directories for session files in integration tests (#2834) | 8 years ago |
|
|
5866eb2321 |
Code/repo search (#2582)
Indexed search of repository contents (for default branch only) |
8 years ago |
|
|
b0f7457d9e |
Improve issue search (#2387)
* Improve issue indexer * Fix new issue sqlite bug * Different test indexer paths for each db * Add integration indexer paths to make clean |
8 years ago |
|
|
377cd1ae38 | Allow changing integration test database connection using env variables (#2484) | 8 years ago |