summaryrefslogtreecommitdiff
path: root/app/models/container_repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-3/+7
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-2/+2
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-2/+17
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-1/+22
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-4/+5
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+43
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-14/+11
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-29/+113
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-2/+14
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-2/+299
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-0/+6
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-3/+8
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-10/+4
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-8/+15
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+20
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+1
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+1
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+6
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+8
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+13
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-071-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-0/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-041-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-3/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809ce-docker_image_replicationValery Sizov2019-08-011-1/+5
* Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597ce-docker_image_replication-event-generationValery Sizov2019-07-241-0/+5
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Add Container Registry APIKamil TrzciƄski2019-01-251-3/+8
* Move registry destroy out of project transactionStan Hu2018-09-191-2/+0
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Sanitize container repository path in model classfix/gb/fix-registry-for-uppercased-project-pathsGrzegorz Bizon2017-04-131-1/+2
* Add method that returns a registry repository locationGrzegorz Bizon2017-04-101-0/+4
* Remove redundant code from container registry classesGrzegorz Bizon2017-04-051-2/+2
* Remove legacy registry tags when deleting a projectGrzegorz Bizon2017-04-041-0/+4
* Ensure root container repository when visiting registryGrzegorz Bizon2017-04-031-2/+10
* Validate uniqueness of container repository nameGrzegorz Bizon2017-04-031-0/+1
* Add missing test example for container repository tagsGrzegorz Bizon2017-04-031-2/+0
* Add serveral minor improvements to container registryGrzegorz Bizon2017-03-311-1/+2
* Add specs for container repository factory methodGrzegorz Bizon2017-03-311-1/+1
* Improve code related to removing container image tagsGrzegorz Bizon2017-03-311-6/+5
* Create container repository on successful push authGrzegorz Bizon2017-03-301-1/+2
* Add container repository create service with specsGrzegorz Bizon2017-03-301-0/+4