summaryrefslogtreecommitdiff
path: root/spec/requests/lfs_http_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-19/+19
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-3/+3
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
* Specify new Git-LFS-over-HTTP behaviorMichael Kozono2017-06-051-18/+20
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-3/+3
* Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-231-32/+25
* Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-231-56/+83
* lfs: do not require auth for public repositoriesBen Boeckel2017-02-071-0/+1
* Allow owners to fetch source code in CI buildsallow-owner-to-run-ci-buildsKamil Trzcinski2016-11-011-1/+11
* Handle LFS token creation and retrieval in the same method, and in the same R...lfs-ssh-authorization-fixPatricio Cano2016-09-281-2/+2
* Do not regenerate the `lfs_token` every time `git-lfs-authenticate` is called...Patricio Cano2016-09-271-0/+27
* Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+16
* Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-16/+0
* Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski2016-09-161-16/+16
* Added missing LFS specsKamil Trzcinski2016-09-161-22/+213
* Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-151-0/+16
|\
| * Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-151-1/+1
| * Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-151-1/+1
| * Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-1/+1
| * Added LFS support to SSHPatricio Cano2016-09-151-0/+16
* | Verify permission of build in context of dependent projectKamil Trzcinski2016-09-151-3/+3
* | Fix LFS specsKamil Trzcinski2016-09-151-4/+4
* | Fix most of specsKamil Trzcinski2016-09-151-4/+6
|/
* Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-2/+17
* Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-301-4/+4
* Added project specific enable/disable setting for LFSPatricio Cano2016-08-301-0/+107
* Fix typoJacob Vosmaer2016-08-111-1/+1
* Improve validation of X-Gitlab-Lfs-Tmp headerJacob Vosmaer2016-08-101-2/+14
* Handle custom Git LFS content typeJacob Vosmaer2016-07-221-5/+5
* Remove obsolete codeJacob Vosmaer2016-07-221-1/+1
* Add LFS controllersJacob Vosmaer2016-07-221-8/+25
* Fix LFS specsfix-lfs-ci-fetchKamil Trzcinski2016-07-151-1/+1
* Fix fetching LFS objects for private CI projectsKamil Trzcinski2016-07-151-1/+6
* Refactor LFS specs to use requests instead of LfsRouterKamil Trzcinski2016-07-151-0/+763