summaryrefslogtreecommitdiff
path: root/app/services/auth/container_registry_authentication_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-0/+1
* Add latest changes from gitlab-org/security/gitlab@15-1-stable-eeGitLab Bot2022-06-291-4/+2
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+6
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-34/+2
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-12/+29
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+12
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-3/+15
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-10/+12
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+19
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+10
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-0/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-5/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-1/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-0/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Avoid calling freeze on already frozen strings in app/servicesdineshpanda2019-09-041-1/+1
* If user can push to docker then it can delete tooGiorgenes Gelatti2019-09-031-1/+9
* Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809ce-docker_image_replicationValery Sizov2019-08-011-1/+9
* Add support for deleting images in registry 2.7Peter Bábics2019-03-181-1/+1
* Update comment about legacy pipeline triggersDmitriy Zaporozhets2019-02-071-1/+2
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Support multiple scopes when using authing container registry scopesKamil Trzciński2018-08-011-5/+7
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Verify that deploy token has valid access when pulling container registry imageMayra Cabrera2018-04-101-1/+2
* Addresses database commentsMayra Cabrera2018-04-061-3/+3
* Increase test suite around deploy tokens behaviorMayra Cabrera2018-04-061-1/+1
* Include ProjectDeployTokensMayra Cabrera2018-04-061-2/+2
* Support Deploy Tokens properly without hacking abilitiesKamil Trzciński2018-04-061-6/+17
* Removes logic from Jwt and handle different scenarios on Gitlab::AuthMayra Cabrera2018-04-061-2/+2
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-3/+1
* refactor access handlingVratislav Kalenda2017-10-101-5/+12
* remove whitespaceVratislav Kalenda2017-10-081-1/+0
* Issue JWT token with registry:catalog:* scope when requested by GitLab adminVratislav Kalenda2017-10-081-0/+5
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-1/+1
* Rename user_can_admin? because it's more accurateadd-star-for-action-scopeLin Jen-Shin2017-08-071-2/+2
* fix typo and checkJean Praloran2017-05-301-1/+1
* add test and rebaseJean Praloran2017-05-301-1/+6
* change ability requirementJean Praloran2017-05-301-1/+1
* add star for action scope, in order to delete image from registryjean2017-05-301-0/+2
* Add test example for invalid registry access requestGrzegorz Bizon2017-03-311-2/+0
* Add specs for container repository factory methodGrzegorz Bizon2017-03-311-1/+1
* Do not allow registry requests for invalid repositoriesGrzegorz Bizon2017-03-301-0/+4
* Create container repository on successful push authGrzegorz Bizon2017-03-301-0/+16
* Add comment to container registry auth serviceGrzegorz Bizon2017-03-291-5/+7
* Use container repository path inside auth serviceGrzegorz Bizon2017-03-291-4/+8
* Rename container image model to container repositoryGrzegorz Bizon2017-03-231-1/+1
* Fix communication between GitLab and Container RegistryGrzegorz Bizon2017-03-231-8/+9
* Refactor splitting container image full pathGrzegorz Bizon2017-03-221-6/+1