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
2018-10-07Enable more frozen string in lib/**/*.rbgfyoung
Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424.
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2017-04-18Fix duplicated container repository namesGrzegorz Bizon
2017-04-13Sanitize container repository path in model classGrzegorz 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-06Add minor improvements to container registry codeGrzegorz Bizon
2017-04-04Remove unneeded char in registry repository 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-30Create container repository on successful push authGrzegorz Bizon
Because we do not have yet two way communication between container registry and GitLab, we need to eagerly create a new container repository objects in database. We now do that after user/build successfully authenticates a push action using auth service.
2017-03-30Check container repository exists for a given pathGrzegorz Bizon
2017-03-29Make container repository path code more readableGrzegorz Bizon
2017-03-29Fix rubocop offense in container registry path classGrzegorz Bizon
2017-03-28Implement method matching container repository namesGrzegorz Bizon
2017-03-28Implement container repository path classGrzegorz Bizon