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
2017-08-25Prevent new / renamed project from using a repository path that already ↵Gabriel Mazetto
exists on disk There are some redundancies in the validation steps, and that is to preserve current error messages behavior Also few specs have to be changed in order to fix madness in validation logic.
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-04-13Sanitize container repository path in model classGrzegorz Bizon
2017-04-10Improve test examples for container repository classGrzegorz Bizon
2017-04-10Add method that returns a registry repository locationGrzegorz Bizon
2017-04-06Fix indexes in container repositories tableGrzegorz Bizon
2017-04-04Remove legacy registry tags when deleting a projectGrzegorz Bizon
2017-04-03Simplify container repository build method specsGrzegorz Bizon
2017-04-03Ensure root container repository when visiting registryGrzegorz Bizon
Root container repository is a images repository that had been created before 9.1, before we introduced multi-level images support.
2017-04-03Validate uniqueness of container repository nameGrzegorz Bizon
2017-04-03Add missing test example for container repository tagsGrzegorz Bizon
2017-03-31Add specs for container repository factory methodGrzegorz Bizon
2017-03-31Improve code related to removing container image tagsGrzegorz Bizon
2017-03-27Add a few pending specs for container repositoryGrzegorz Bizon
2017-03-23Fix Rubocop offenses in container repository codeGrzegorz Bizon
2017-03-23Fix specs for container repository model classGrzegorz Bizon