- 11 Dec, 2019 40 commits
-
-
Enrique Alcantara authored
-
jerasmus authored
- Removed fetchInstanceTypes & signOut from the configuration form.
-
Enrique Alcantara authored
- Instead of passing credentials through a data object, obtain then after the create role request is successful
-
Tiger authored
We now require a user to authorize a role every time they use this form, so there is no need for them to sign out.
-
Enrique Alcantara authored
Stores ARN role provided by the user
-
Enrique Alcantara authored
Instead of fetching instance types, retrieve them from a data attribute.
-
Tiger authored
-
Tiger authored
-
Tiger authored
Since we are using temporary AWS credentials, we need to pass a session token as well as the usual access key ID and secret.
-
Tiger authored
Now that AWS credentials are passed to the frontend for the EKS form, we need to be able to re-authorize an existing role to generate a new set of credentials (in the event that the previous set expired). This will be a no-op most of the time (as the user simply needs credentials for their role without changing it), but the role will be updated if requested.
-
Enrique Alcantara authored
-
Enrique Alcantara authored
Use AWS SDK for javascript to obtain descriptors of the configuration parameters used to create an EKS cluster.
-
Tiger authored
Instead we can let the frontend handle these requests by passing a set of temporary credentials with restricted (read only) permissions.
-
Bob Van Landuyt authored
CI template sentry application See merge request gitlab-org/gitlab!21208
-
Sean Arnold authored
-
Ronan OConnor authored
Corrected expression to include correct quotes in ES Integration See merge request gitlab-org/gitlab!21418
-
Natalia Tepluhina authored
Never hide vulnerability modal footer See merge request gitlab-org/gitlab!20867
-
Nick Thomas authored
separate method for unauthorized project messages See merge request gitlab-org/gitlab!21451
-
Nick Thomas authored
Correct RepositoryUpdateMirrorWorker attribution See merge request gitlab-org/gitlab!21541
-
Bob Van Landuyt authored
Container registry expiration policy schema and models See merge request gitlab-org/gitlab!20412
-
Steve Abrams authored
Migration to create container_expiration_policies Add model with associations to project Add helpers to provide drop down options for container_expiration_policies Autopopulate container_expiration_policy record on project create
-
Nick Thomas authored
Authenticate runner requests in Rack::Attack See merge request gitlab-org/gitlab!21311
-
Marius Bobin authored
We were looking only for users in throttle_unauthenticated requests. Now we try to find also a runner with the provieded token if the request is for the API.
-
Ronan OConnor authored
Documents that jobs are returned DESC by ID in API Closes gitlab-com/support/docs#39 See merge request gitlab-org/gitlab!21507
-
Ronan OConnor authored
Add clarification for geo primary private ip See merge request gitlab-org/gitlab!21398
-
Bob Van Landuyt authored
feat: support omniauth for admin mode See merge request gitlab-org/gitlab!18214
-
Diego Louzán authored
- Extend admin mode support to OmniAuth authentication - Improve admin mode flow by adding a request step with a grace period
-
Phil Hughes authored
Use GitLab UI's pagination component in table_pagination.vue See merge request gitlab-org/gitlab!18602
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/app/assets/javascripts, 2nd iteration) See merge request gitlab-org/gitlab!21534
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/app/assets/javascripts/[j-n]*) See merge request gitlab-org/gitlab!21479
-
Sanad Liaquat authored
Use public IP address of runner on CI against static environments Closes #34351 See merge request gitlab-org/gitlab!21027
-
Phil Hughes authored
Automatically focus cluster dropdown search box Closes #36326 See merge request gitlab-org/gitlab!21440
-
Enrique Alcántara authored
-
Phil Hughes authored
Productivity Analytics: Add setInitialData action See merge request gitlab-org/gitlab!21481
-
Kamil Trzciński authored
Fix Namespace.find_by_pages_host See merge request gitlab-org/gitlab!21529
-
Bob Van Landuyt authored
Add service desk information to project graphQL endpoint See merge request gitlab-org/gitlab!20722
-
Imre Farkas authored
Resolve "Prevent accidental deletions via soft delete for groups" - workers (MR: 2/n) See merge request gitlab-org/gitlab!19679
-
Grzegorz Bizon authored
Resolve "Follow-up from "Remove Pendo from EE"" Closes #35295 See merge request gitlab-org/gitlab!21324
-
Doug Stull authored
- should be removed with 12.6 and after 12/1/2019 as part of cleanup
-
Grzegorz Bizon authored
feat(merge-request): visualize coverage delta on MR widget Closes #14405 See merge request gitlab-org/gitlab!20676
-