summaryrefslogtreecommitdiff
path: root/lib/container_registry
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-202-3/+20
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-151-3/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-122-7/+28
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-2/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-192-1/+59
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Validates tag names and tags#bulk_destroyGiorgenes Gelatti2019-07-301-0/+7
* Explicitly reject non http(s) schemesThong Kuah2019-07-291-1/+4
* Support Docker OCI imagessh-support-docker-oci-imagesStan Hu2019-07-251-3/+6
* Add Container Registry APIKamil TrzciƄski2019-01-251-11/+27
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-066-0/+12
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-112-0/+6
* Setup Faraday middleware before adapterLin Jen-Shin2018-03-161-2/+3
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Properly handle container registry redirects to fix metadata stored on a S3 b...sh-fix-container-registry-s3-redirectsStan Hu2017-05-171-4/+10
* Fix duplicated container repository namesGrzegorz Bizon2017-04-181-2/+8
* Sanitize container repository path in model classfix/gb/fix-registry-for-uppercased-project-pathsGrzegorz Bizon2017-04-131-2/+2
* Fix registry for projects with uppercases in pathGrzegorz Bizon2017-04-131-1/+1
* Revert "Fix registry for projects with uppercases in path"Grzegorz Bizon2017-04-131-1/+1
* Fix registry for projects with uppercases in pathGrzegorz Bizon2017-04-131-1/+1
* Add method that returns location of registry imageGrzegorz Bizon2017-04-101-0/+4
* Add minor improvements to container registry codeGrzegorz Bizon2017-04-061-2/+6
* Remove unneeded char in registry repository pathGrzegorz Bizon2017-04-041-1/+1
* Swap method names in containe registry path classGrzegorz Bizon2017-04-041-8/+8
* Improve code in container repository path classGrzegorz Bizon2017-04-031-10/+13
* Check registry repository name against regexpGrzegorz Bizon2017-04-031-1/+3
* Add serveral minor improvements to container registryGrzegorz Bizon2017-03-311-3/+1
* Remove unused method from container registry clientGrzegorz Bizon2017-03-311-4/+0
* Create container repository on successful push authGrzegorz Bizon2017-03-301-0/+4
* Check container repository exists for a given pathGrzegorz Bizon2017-03-301-2/+9
* Make container repository path code more readableGrzegorz Bizon2017-03-291-5/+19
* Fix rubocop offense in container registry path classGrzegorz Bizon2017-03-291-2/+1
* Implement method matching container repository namesGrzegorz Bizon2017-03-281-0/+8
* Implement container repository path classGrzegorz Bizon2017-03-281-0/+29
* Fix specs for container repository tagsGrzegorz Bizon2017-03-242-5/+5
* Remove out-of-scope changes for multi-level imagesGrzegorz Bizon2017-03-221-7/+0
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-211-1/+1
|\
| * Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* | Fixes broken and missing testsAndre Guedes2017-02-223-54/+2
* | Multi-level container image names backend implementationAndre Guedes2017-02-222-5/+7
* | Added MR Road mapAndre Guedes2017-02-221-0/+7
|/
* Make rubocop happyKamil Trzcinski2016-07-151-1/+1
* Explicitly remove authorization token and make sure that invalid addresses ar...Kamil Trzcinski2016-07-151-37/+35
* Allow blob to be redirectedKamil Trzcinski2016-07-151-3/+34
* Make docker registry work with location redirects when external storage is usedKamil Trzcinski2016-07-151-1/+1
* Show proper image ID on registry pageKamil Trzcinski2016-06-211-0/+1
* Use response_bodyKamil Trzcinski2016-06-171-6/+7
* Fix regression introduced by https://gitlab.com/gitlab-org/gitlab-ce/merge_re...registry-500-fixKamil Trzcinski2016-06-171-3/+7