Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-12 | 1 | -1/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-04 | 1 | -0/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-17 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-16 | 1 | -3/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-16 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -0/+2 |
| | |||||
* | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809ce-docker_image_replication | Valery Sizov | 2019-08-01 | 1 | -1/+5 |
| | | | | Introducing Docker Registry replication | ||||
* | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597ce-docker_image_replication-event-generation | Valery Sizov | 2019-07-24 | 1 | -0/+5 |
| | | | | | This is the first part of Docker Registry replication for secondary Geo node. | ||||
* | Inherit from ApplicationRecord instead of ActiveRecord::Base | Nick Thomas | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | Add Container Registry API | Kamil TrzciĆski | 2019-01-25 | 1 | -3/+8 |
| | | | | | | 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. | ||||
* | Move registry destroy out of project transaction | Stan Hu | 2018-09-19 | 1 | -2/+0 |
| | |||||
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+2 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models | gfyoung | 2018-07-26 | 1 | -0/+2 |
| | | | | Partially addresses #47424. | ||||
* | Sanitize container repository path in model classfix/gb/fix-registry-for-uppercased-project-paths | Grzegorz Bizon | 2017-04-13 | 1 | -1/+2 |
| | |||||
* | Add method that returns a registry repository location | Grzegorz Bizon | 2017-04-10 | 1 | -0/+4 |
| | |||||
* | Remove redundant code from container registry classes | Grzegorz Bizon | 2017-04-05 | 1 | -2/+2 |
| | |||||
* | Remove legacy registry tags when deleting a project | Grzegorz Bizon | 2017-04-04 | 1 | -0/+4 |
| | |||||
* | Ensure root container repository when visiting registry | Grzegorz Bizon | 2017-04-03 | 1 | -2/+10 |
| | | | | | Root container repository is a images repository that had been created before 9.1, before we introduced multi-level images support. | ||||
* | Validate uniqueness of container repository name | Grzegorz Bizon | 2017-04-03 | 1 | -0/+1 |
| | |||||
* | Add missing test example for container repository tags | Grzegorz Bizon | 2017-04-03 | 1 | -2/+0 |
| | |||||
* | Add serveral minor improvements to container registry | Grzegorz Bizon | 2017-03-31 | 1 | -1/+2 |
| | |||||
* | Add specs for container repository factory method | Grzegorz Bizon | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | Improve code related to removing container image tags | Grzegorz Bizon | 2017-03-31 | 1 | -6/+5 |
| | |||||
* | Create container repository on successful push auth | Grzegorz Bizon | 2017-03-30 | 1 | -1/+2 |
| | | | | | | | 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. | ||||
* | Add container repository create service with specs | Grzegorz Bizon | 2017-03-30 | 1 | -0/+4 |
| | |||||
* | Use container repository path inside auth service | Grzegorz Bizon | 2017-03-29 | 1 | -7/+0 |
| | |||||
* | Rename method for checking tags in container repository | Grzegorz Bizon | 2017-03-29 | 1 | -6/+6 |
| | | | | | | 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. | ||||
* | Use new registry path class to match repository project | Grzegorz Bizon | 2017-03-29 | 1 | -14/+2 |
| | |||||
* | Do not require a manifest for container repository | Grzegorz Bizon | 2017-03-24 | 1 | -1/+10 |
| | | | | Container repository can be empty - no tags or blogs is OK. | ||||
* | Fix specs for container repository tags | Grzegorz Bizon | 2017-03-24 | 1 | -3/+5 |
| | |||||
* | Fix Rubocop offenses in container repository code | Grzegorz Bizon | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Fix specs for container repository model class | Grzegorz Bizon | 2017-03-23 | 1 | -7/+14 |
| | |||||
* | Rename container image model to container repository | Grzegorz Bizon | 2017-03-23 | 1 | -0/+62 |