summaryrefslogtreecommitdiff
path: root/spec/requests/lfs_http_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-4/+0
* Verify that LFS upload requests are genuineNick Thomas2019-01-311-5/+18
* Avoid extra storage bucket perm and querymk/avoid-extra-storage-perm-and-queryMichael Kozono2018-12-211-1/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-11/+15
* Fix LFS uploads not working with git-lfs 2.5.0Stan Hu2018-07-311-3/+3
* Resolve "Deploy Tokens failed to clone LFS repository"Mayra Cabrera2018-07-231-0/+38
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-7/+7
* Support presigned multipart uploadsKamil Trzciński2018-06-041-0/+1
* Fix specShinya Maeda2018-05-281-1/+1
* Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil Trzciński2018-04-051-8/+11
* Port LFS direct_upload from EEac/lfs-direct-upload-ee-to-ceAlessio Caiazza2018-03-271-39/+157
* Merge branch 'fix/sm/atomic-migration' into 'master'Micaël Bergeron2018-03-011-1/+1
* remove the license checkMicaël Bergeron2018-03-011-42/+0
* port the object storage to CEMicaël Bergeron2018-03-011-3/+31
* Merge branch 'fix/sm/atomic-migration' into 'master'Kamil Trzciński2018-02-281-1/+1
* Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into object-storage-e...Kamil Trzciński2018-02-281-1/+1
|\
| * Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-1/+1
* | Merge commit '8af23def1d6' into object-storage-ee-to-ce-backportKamil Trzciński2018-02-281-2/+2
|\ \
| * | Revert "Merge branch '3867-port-to-ce' into 'master'"Kamil Trzciński2018-02-281-2/+2
| |/
| * port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-2/+2
| * Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-161-2/+2
* | Merge branch '4163-move-uploads-to-object-storage' into 'master'Sean McGivern2018-02-281-4/+4
* | Merge commit '4b92efd90cedaa0aff218d11fdce279701128bea' into object-storage-e...Kamil Trzciński2018-02-281-15/+15
|\ \ | |/
| * Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-15/+15
* | Merge branch 'zj-auto-upload-job-artifacts' into 'master'Kamil Trzciński2018-02-281-1/+1
* | Merge commit '7fabc892f251740dbd9a4755baede662e6854870' into object-storage-e...Kamil Trzciński2018-02-281-21/+26
|\ \ | |/
| * Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu2017-11-081-21/+26
* | Merge commit 'f2f58a60b76acd479e37bdbc9246ec9f9b2bea82' into object-storage-e...Kamil Trzciński2018-02-281-54/+54
|\ \ | |/
| * Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-54/+54
* | Merge commit '11c67e7c2f992299ff5918ce67995b73d1e0be6d' into object-storage-e...Kamil Trzciński2018-02-281-5/+29
|\ \ | |/
| * Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan2017-10-071-0/+28
| |\
| | * Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+28
| * | Add a project forks spec helperBob Van Landuyt2017-10-071-5/+1
| |/
* | Merge branch 'jej/lfs-object-storage' into 'master'Douwe Maan2018-02-281-1/+67
|/
* 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
|\