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
2022-05-19Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot
2022-04-20Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot
2022-03-18Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2022-01-20Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-01Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809Valery Sizov
Introducing Docker Registry replication
2019-07-24Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597Valery Sizov
This is the first part of Docker Registry replication for secondary Geo node.
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-01-25Add Container Registry APIKamil TrzciƄski
This includes a set of APIs to manipulate container registry. This includes also an ability to delete tags based on requested criteria, like keep-last-n, matching-name, older-than.
2018-09-19Move registry destroy out of project transactionStan Hu
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.
2018-07-27Enable frozen string in app/models/*.rbgfyoung
Partially addresses #47424.
2017-04-13Sanitize container repository path in model classGrzegorz Bizon
2017-04-10Add method that returns a registry repository locationGrzegorz Bizon
2017-04-05Remove redundant code from container registry classesGrzegorz Bizon
2017-04-04Remove legacy registry tags when deleting a projectGrzegorz 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 serveral minor improvements to container registryGrzegorz Bizon
2017-03-31Add specs for container repository factory methodGrzegorz Bizon
2017-03-31Improve code related to removing container image tagsGrzegorz Bizon
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-30Add container repository create service with specsGrzegorz Bizon
2017-03-29Use container repository path inside auth serviceGrzegorz Bizon
2017-03-29Rename method for checking tags in container repositoryGrzegorz Bizon
This is important because method `empty?` is triggered when validation happens, and we don't want to make API request to registry when record is validated.
2017-03-29Use new registry path class to match repository projectGrzegorz Bizon
2017-03-24Do not require a manifest for container repositoryGrzegorz Bizon
Container repository can be empty - no tags or blogs is OK.
2017-03-24Fix specs for container repository tagsGrzegorz Bizon
2017-03-23Fix Rubocop offenses in container repository codeGrzegorz Bizon
2017-03-23Fix specs for container repository model classGrzegorz Bizon