summaryrefslogtreecommitdiff
path: root/spec/lib/container_registry
Commit message (Collapse)AuthorAgeFilesLines
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-213-30/+30
|
* Properly handle container registry redirects to fix metadata stored on a S3 ↵sh-fix-container-registry-s3-redirectsStan Hu2017-05-172-1/+40
| | | | | | | | | | | backend The previous behavior would include the Authorization header, which would make fetching an S3 blob fail quietly. Closes #22403 Update sh-fix-container-registry-s3-redirects.yml
* Improve container registry repository path specsfix/gb/container-registry-repository-pathsGrzegorz Bizon2017-04-191-15/+4
|
* Fix duplicated container repository namesGrzegorz Bizon2017-04-181-1/+30
|
* Fix registry for projects with uppercases in pathGrzegorz Bizon2017-04-131-3/+19
|
* Revert "Fix registry for projects with uppercases in path"Grzegorz Bizon2017-04-131-19/+3
| | | | This reverts commit 22726942fe0b6c11c20de070cc9784de12ca2ce6.
* Fix registry for projects with uppercases in pathGrzegorz Bizon2017-04-131-3/+19
|
* Add method that returns location of registry imageGrzegorz Bizon2017-04-101-0/+7
|
* Remove redundant code from container registry classesGrzegorz Bizon2017-04-051-1/+1
|
* Swap method names in containe registry path classGrzegorz Bizon2017-04-041-9/+9
|
* Improve code in container repository path classGrzegorz Bizon2017-04-031-0/+8
|
* Check registry repository name against regexpGrzegorz Bizon2017-04-031-9/+15
| | | | | This regexp is extracted from Docker Distribution 2.4.1 docs, contains additional `/` element that can be a separator of components.
* Remove redundant stubs from container image tag specsGrzegorz Bizon2017-04-031-18/+17
|
* Fix rubocop offense in registry path specsGrzegorz Bizon2017-03-311-1/+1
|
* Check container repository exists for a given pathGrzegorz Bizon2017-03-301-1/+29
|
* Use container repository path inside auth serviceGrzegorz Bizon2017-03-291-2/+2
|
* Make container repository path code more readableGrzegorz Bizon2017-03-291-31/+39
|
* Implement method matching container repository namesGrzegorz Bizon2017-03-281-1/+44
|
* Implement container repository path classGrzegorz Bizon2017-03-281-0/+119
|
* Fix container registry blob specsGrzegorz Bizon2017-03-241-55/+59
|
* Fix specs for container repository tagsGrzegorz Bizon2017-03-241-15/+43
|
* Rename container image to repository in specsGrzegorz Bizon2017-03-232-2/+2
|
* Fixes broken and missing testsAndre Guedes2017-02-224-72/+21
|
* Explicitly remove authorization token and make sure that invalid addresses ↵Kamil Trzcinski2016-07-152-14/+87
| | | | are properly handled
* Fix regression introduced by ↵registry-500-fixKamil Trzcinski2016-06-171-1/+1
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4669 When requesting tags a `application/json` is used.
* Add support for Docker Registry manifest v1Kamil Trzcinski2016-06-151-25/+64
|
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-243-6/+6
| | | | Also removes the note from the development/testing.md guide
* Provide full test coverage to lib/container_registry API implementationKamil Trzcinski2016-05-174-1/+216
|
* Add .gitkeepKamil Trzcinski2016-05-171-0/+28