- 08 Nov, 2019 10 commits
-
-
Tiger authored
-
Tiger authored
-
Enrique Alcantara authored
- Make cloud provider illustrations 64px - Set svg-content padding to 8px - Use btn-light styles for buttons - Include external link icon
-
Enrique Alcantara authored
Implement Vuex store logic to send a request to create an ARN role
-
Enrique Alcantara authored
Handle isAuthenticating state Handle authentication error state
-
Enrique Alcantara authored
to be part of the Vuex store state
-
Enrique Alcantara authored
-
Enrique Alcantara authored
Allows to set a Role ARN to obtain access to AWS resources from a gitlab account
-
Enrique Alcantara authored
- Pass server side parameters - Decide to render service credentials form or cluster config form
-
Tiger authored
Once hooked up to the Vue app, this will take care of the first step of creating a cluster on EKS - capturing the role GitLab will assume to create resources in the user's account. Adds four new options to ApplicationSetting: * eks_integration_enabled * eks_account_id * eks_access_key_id * eks_secret_access_key :eks_account_id is exposed to the frontend to allow users to add it as a trusted entity to their chosen IAM role.
-
- 07 Nov, 2019 26 commits
-
-
Heinrich Lee Yu authored
Expose commit sha on Vulnerabilities::Occurrence See merge request gitlab-org/gitlab!19668
-
Natalia Tepluhina authored
Merge branch '32419-growth-conversion-experiment-test-new-admin-upgrade-design-copy-for-issue-weights-locked-feature' into 'master' Upgrade design/copy for issue weights locked feature See merge request gitlab-org/gitlab!17352
-
Natalia Tepluhina authored
Resolve "Refactor design_discussion.vue to use ApolloMutation component" See merge request gitlab-org/gitlab!19536
-
Tom Quirk authored
- As per best practice, prefer immutability over destructive updates when writing updates to Apollo store - Additionally, use computed value for mutation payload
-
Natalia Tepluhina authored
frontend: Add grafana integration checkbox See merge request gitlab-org/gitlab!19255
-
Laura Montemayor authored
* Adds state, mutation, and action * Adds infrastructure * Adds spec for mutation
-
Ramya Authappan authored
Add E2E test for database delete replication for Geo See merge request gitlab-org/gitlab!17836
-
Jennifer Louie authored
Add projects_list selector to dashboard Add method to wait for Geo replication of deletion Focus Geo wait methods to search projects_list element Add E2E test to confirm project deletion on Geo secondary node
-
Ramya Authappan authored
Added tests for License Compliance See merge request gitlab-org/gitlab!17909
-
Aleksandr Soborov authored
Added necessary page objects and selectors for these tests
-
Heinrich Lee Yu authored
Allow admins to administer personal snippets See merge request gitlab-org/gitlab!19693
-
Francisco Javier López authored
In this commit we allow admins to administer any personal snippet regardless the visibility.
-
Evan Read authored
Docs: Group SAML Add change ID warnings Closes #33706 See merge request gitlab-org/gitlab!18831
-
Cynthia Ng authored
-
Thong Kuah authored
Use create! inserting elasticsearch indexed containers See merge request gitlab-org/gitlab!19609
-
Stan Hu authored
Fix typo: adivsed -> advised See merge request gitlab-org/gitlab!19735
-
Robert Speicher authored
Make hashed storage required for Design Management See merge request gitlab-org/gitlab!19259
-
Tom Quirk authored
-
Russell Dickenson authored
Fix indentation for list and copy edit See merge request gitlab-org/gitlab!19669
-
Evan Read authored
-
Russell Dickenson authored
Update link to GCP offer See merge request gitlab-org/gitlab!19670
-
Evan Read authored
-
Luke Duncalfe authored
As hashed storage is the default storage type since v10.0, and we encourage people to migrate to hashed storage, design management now has a hard requirement for hashed storage in order for us to handle moving the design repository when the project repository moves on disk. https://gitlab.com/gitlab-org/gitlab/issues/13428
-
Heinrich Lee Yu authored
Add users_security_dashboard_projects table See merge request gitlab-org/gitlab!18708
-
Avielle Wolfe authored
* Adds users_security_dashboard_projects table * References users and projects * Adds has_many security_dashboard_projects to User https://gitlab.com/gitlab-org/gitlab/issues/33896
-
Ray Paik authored
Fix typo in LIMIT command (line 88) to remove trailing ` character. See merge request gitlab-org/gitlab!19723
-
- 06 Nov, 2019 4 commits
-
-
Douglas Barbosa Alexandre authored
Add internal_socket_dir to gitaly config in setup helper See merge request gitlab-org/gitlab!19170
-
ap4y authored
Presenter for Vulnerabilities::Occurrence doesn't generate blob_path if sha is missing. For some cases sha is dynamically added via joined table, for pipeline reports sha is completely missing. To make behavior more consistent we will introduce sha related accessors and will populate it from either reports or joined queries.
-
Kamil Trzciński authored
Track deployed merge requests in the database Closes #32584 See merge request gitlab-org/gitlab!18755
-
Brian Richardson authored
-