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 (Collapse)Author
2023-05-17Add latest changes from gitlab-org/gitlab@16-0-stable-eev16.0.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2019-07-26Add frozen_string_literal to spec/lib (part 1)Thong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2017-11-16Update container repository path referenceGrzegorz Bizon
We should allow to use double underscore in the path, and it seems that our container repository path regexp was outdated. See https://github.com/docker/distribution/blob/master/reference/regexp.go
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-04-19Improve container registry repository path specsGrzegorz Bizon
2017-04-18Fix duplicated container repository namesGrzegorz Bizon
2017-04-13Fix registry for projects with uppercases in pathGrzegorz Bizon
2017-04-13Revert "Fix registry for projects with uppercases in path"Grzegorz Bizon
This reverts commit 22726942fe0b6c11c20de070cc9784de12ca2ce6.
2017-04-13Fix registry for projects with uppercases in pathGrzegorz Bizon
2017-04-04Swap method names in containe registry path classGrzegorz Bizon
2017-04-03Improve code in container repository path classGrzegorz Bizon
2017-04-03Check registry repository name against regexpGrzegorz Bizon
This regexp is extracted from Docker Distribution 2.4.1 docs, contains additional `/` element that can be a separator of components.
2017-03-31Fix rubocop offense in registry path specsGrzegorz Bizon
2017-03-30Check container repository exists for a given pathGrzegorz Bizon
2017-03-29Use container repository path inside auth serviceGrzegorz Bizon
2017-03-29Make container repository path code more readableGrzegorz Bizon
2017-03-28Implement method matching container repository namesGrzegorz Bizon
2017-03-28Implement container repository path classGrzegorz Bizon