Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-31Fix LFS uploads not working with git-lfs 2.5.0Stan Hu
2018-07-23Resolve "Deploy Tokens failed to clone LFS repository"Mayra Cabrera
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-04Support presigned multipart uploadsKamil Trzciński
2018-05-28Fix specShinya Maeda
2018-04-05Add `direct_upload` setting for artifactsKamil Trzciński
2018-03-27Port LFS direct_upload from EEAlessio Caiazza
2018-03-01Merge branch 'fix/sm/atomic-migration' into 'master'Micaël Bergeron
2018-03-01remove the license checkMicaël Bergeron
2018-03-01port the object storage to CEMicaël Bergeron
2018-02-28Merge branch 'fix/sm/atomic-migration' into 'master'Kamil Trzciński
2018-02-28Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into object-storage-e...Kamil Trzciński
2018-02-28Merge commit '8af23def1d6' into object-storage-ee-to-ce-backportKamil Trzciński
2018-02-28Revert "Merge branch '3867-port-to-ce' into 'master'"Kamil Trzciński
2018-02-28Merge branch '4163-move-uploads-to-object-storage' into 'master'Sean McGivern
2018-02-28Merge commit '4b92efd90cedaa0aff218d11fdce279701128bea' into object-storage-e...Kamil Trzciński
2018-02-28Merge branch 'zj-auto-upload-job-artifacts' into 'master'Kamil Trzciński
2018-02-28Merge commit '7fabc892f251740dbd9a4755baede662e6854870' into object-storage-e...Kamil Trzciński
2018-02-28Merge commit 'f2f58a60b76acd479e37bdbc9246ec9f9b2bea82' into object-storage-e...Kamil Trzciński
2018-02-28Merge commit '11c67e7c2f992299ff5918ce67995b73d1e0be6d' into object-storage-e...Kamil Trzciński
2018-02-28Merge branch 'jej/lfs-object-storage' into 'master'Douwe Maan
2018-02-07Backport of LFS File Locking APIRubén Dávila
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-11-08Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-10-07Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan
2017-10-07Add a project forks spec helperBob Van Landuyt
2017-10-06Create idea of read-only databaseToon Claes
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-06-05Specify new Git-LFS-over-HTTP behaviorMichael Kozono
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
2017-02-23Enable Style/MultilineHashBraceLayoutDouwe Maan
2017-02-23Enable Style/MultilineArrayBraceLayoutDouwe Maan
2017-02-07lfs: do not require auth for public repositoriesBen Boeckel
2016-11-01Allow owners to fetch source code in CI buildsKamil Trzcinski
2016-09-28Handle LFS token creation and retrieval in the same method, and in the same R...Patricio Cano
2016-09-27Do not regenerate the `lfs_token` every time `git-lfs-authenticate` is called...Patricio Cano
2016-09-19Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...Kamil Trzcinski
2016-09-19Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski
2016-09-16Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski
2016-09-16Added missing LFS specsKamil Trzcinski
2016-09-15Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski
2016-09-15Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano
2016-09-15Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano
2016-09-15Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano
2016-09-15Added LFS support to SSHPatricio Cano