summaryrefslogtreecommitdiff
path: root/spec/services/auth
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-24/+0
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-0/+53
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+31
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-192-20/+11
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-202-0/+93
|
* Add latest changes from gitlab-org/security/gitlab@13-11-stable-eeGitLab Bot2021-04-271-11/+14
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-172-989/+47
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-63/+68
|
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-0/+13
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-3/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-0/+44
|
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-1/+3
|
* If user can push to docker then it can delete tooGiorgenes Gelatti2019-09-031-6/+6
| | | | | | | Extends the permission of $CI_REGISTRY_USER to allow them to delete tags in addition to just pushing. https://gitlab.com/gitlab-org/gitlab-ce/issues/40096
* Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809ce-docker_image_replicationValery Sizov2019-08-011-0/+13
| | | | Introducing Docker Registry replication
* Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
|
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
| | | | Probably useful as we often move these files to "new" files.
* Add support for deleting images in registry 2.7Peter Bábics2019-03-181-0/+93
|
* Set the JWT algorithm to RS256 in decode specsStan Hu2018-12-291-1/+1
| | | | | | | | | By default, the JWT decode only allows HS256 mode (HMAC using SHA-256 hash algorithm). The specs using RSA tokens failed per https://github.com/jwt/ruby-jwt#algorithms-and-usage: It is strongly recommended that you hard code the algorithm, as you may leave yourself vulnerable by dynamically picking the algorithm.
* Correct Gitlab Capitalization in code filesMarcel Amirault2018-09-211-1/+1
|
* Support multiple scopes when using authing container registry scopesKamil Trzciński2018-08-011-33/+107
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
|
* Bring changes from EEunify-container_registry_authentication_service_spec.rbLin Jen-Shin2018-06-211-0/+13
|
* Verify that deploy token has valid access when pulling container registry imageMayra Cabrera2018-04-101-0/+136
|
* Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets2018-03-051-9/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* fix code style issuesVratislav Kalenda2017-10-101-2/+10
|
* fix lintVratislav Kalenda2017-10-081-6/+3
|
* remove whitespaceVratislav Kalenda2017-10-081-3/+1
|
* Issue JWT token with registry:catalog:* scope when requested by GitLab adminVratislav Kalenda2017-10-081-0/+45
|
* Rename user_can_admin? because it's more accurateadd-star-for-action-scopeLin Jen-Shin2017-08-071-1/+1
| | | | | Also fix the test because we no longer have :empty_project, just use :project is the same as before
* Merge remote-tracking branch 'upstream/master' into add-star-for-action-scopeLin Jen-Shin2017-08-071-14/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (184 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...
| * Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-14/+14
| |
* | Cleanup tests and add admin_container_image toLin Jen-Shin2017-08-021-25/+29
| | | | | | | | | | full_authentication_abilities. This is fine because we're going to check with can?(..) anyway
* | Implemented star auth capabilities on docker registry to enable deletion of ↵Maxime Visonneau2017-08-021-6/+28
| | | | | | | | images
* | Merge remote-tracking branch 'upstream/master' into add-star-for-action-scopeLin Jen-Shin2017-08-021-25/+37
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (3161 commits) Derive project path from import URL add article to list link to CI/CD Deep Dive demo for #5800 Add code review guidelines related to Build [CI skip]. Make time span dropdown style on cycle analytics page consistent copyedit, add article to the list Make Markdown autocomplete dropdown style consistent Add 204. Remove duplicated method. Make sure we didn't commit conflicts Fix bug in blob test Always fetch branches before finding the merge base, otherwise we could find an outdated merge base Fixes dropdown margin in sidebar Fixes the search losing focus Docs add blog articles Inline script cleanup globals and easy Add option to use CommitLanguages RPC CI fixes for gitaly-ruby fix Allow logged in users to read user list under public restriction Small refactor in LegacyNamespace and moved back send_update_instructions ...
| * Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-18/+18
| |
| * Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | | | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-6/+18
| |
* | fix unit testing for adminJean Praloran2017-05-301-1/+1
| |
* | fix typo and checkJean Praloran2017-05-301-7/+1
| |
* | add test and rebaseJean Praloran2017-05-301-1/+91
|/
* Add test example for invalid registry access requestGrzegorz Bizon2017-03-311-2/+11
|
* Create container repository on successful push authGrzegorz Bizon2017-03-301-4/+48
| | | | | | | 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 readability improvements to registry auth specsGrzegorz Bizon2017-03-291-18/+15
|
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
|
* Allow owners to fetch source code in CI buildsallow-owner-to-run-ci-buildsKamil Trzcinski2016-11-011-4/+24
| | | | Due to different way of handling owners of a project, they were not allowed to fetch CI sources for project.
* Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-161-4/+14
|
* Verify permission of build in context of dependent projectKamil Trzcinski2016-09-151-5/+35
|
* Fix most of specsKamil Trzcinski2016-09-151-6/+6
|