summaryrefslogtreecommitdiff
path: root/app/services/auth/container_registry_authentication_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makes ContainerImages RoutableAndre Guedes2017-03-211-1/+1
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-211-1/+1
|\
| * Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* | Fixes broken and missing testsAndre Guedes2017-02-221-1/+2
* | Multi-level container image names backend implementationAndre Guedes2017-02-221-2/+7
|/
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
* Merge branch 'unauthenticated-container-registry-access' into 'security'Alejandro Rodriguez2016-11-091-6/+10
* Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-1/+1
* Be nice to Docker Clients talking to JWT/authKamil Trzcinski2016-09-271-2/+9
* Improve JwtController implementationpost-merge-improve-of-ci-permissionsKamil Trzcinski2016-09-201-1/+1
* Improve code commentsKamil Trzcinski2016-09-161-2/+2
* Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-6/+6
* Fix existing authorization specsKamil Trzcinski2016-09-151-5/+3
* Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski2016-09-151-18/+17
* Make result to return project and capabilities grantedKamil Trzcinski2016-09-131-14/+9
* Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-3/+37
* Fix private method visibility in container registryGrzegorz Bizon2016-07-191-6/+6
* Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-0/+2
* Fix the use of CurrentSettings in ContainerRegistryAuthenticationServiceKamil Trzcinski2016-05-311-2/+7
* Add Application Setting to configure Container Registry token expire delay (d...Kamil Trzcinski2016-05-311-0/+3