- 23 Nov, 2021 1 commit
-
-
Sri authored
- `BaseController` for all `google_cloud` requests - `GoogleCloudController` extends `BaseController` - `ServiceAccountsController` - Perform Google OAuth2 on access - Flash alert on decline - `ServiceAccounts # index` renders ID placeholder to show form - User's GCP projects are fetched - If `cloudresourcemanager` API is enabled, else alert user - Alert if no GCP projects found for user - Render `gcp_projects` and project `environments` for vue component - `ServiceAccounts # create` creates service accounts - If `iam` API is enabled, else alert user - Receives selected GCP project and Environment from form submission - Creates service account and service account key - Stores GCP project id, service account and key as project CI vars - Redirect to `project/google_cloud` main page
-
- 19 Nov, 2021 39 commits
-
-
Jarka Košanová authored
Merge branch '342715-db-timeout-when-loading-environment-in-projects-blobcontroller-show-2' into 'master' Optimize EnvironmentsByDeploymentsFinder query See merge request gitlab-org/gitlab!74526
-
Sean McGivern authored
Make invite members in quick menu permanent See merge request gitlab-org/gitlab!74760
-
Nicolò Maria Mezzopera authored
Improve error messages experience in pipeline editor See merge request gitlab-org/gitlab!74543
-
Frédéric Caplette authored
-
Vasilii Iakliushin authored
Enable perform FindTag RPC request for a single tag See merge request gitlab-org/gitlab!74802
-
Bob Van Landuyt authored
Trigger webhooks when all discussions have been resolved See merge request gitlab-org/gitlab!67689
-
Lucas Zampieri authored
-
Kati Paizee authored
Remove comma in azure blob storage config example See merge request gitlab-org/gitlab!74885
-
Rémy Coutable authored
Revert "Merge branch 'fix-flaky-tests-report' into 'master'" See merge request gitlab-org/gitlab!74872
-
Marcel Amirault authored
Add missing part of dotenv limit docs See merge request gitlab-org/gitlab!74805
-
Matija Čupić authored
-
Alper Akgun authored
Remove PropagateServiceTemplateWorker and references to it See merge request gitlab-org/gitlab!73387
-
Phil Hughes authored
Develop two variants of the Install new Agent modal See merge request gitlab-org/gitlab!73636
-
Anna Vovchenko authored
-
Furkan Ayhan authored
Resolve "GitLab Migration - Migrate CI Pipelines" See merge request gitlab-org/gitlab!73754
-
Allen Cook authored
-
Vitali Tatarintev authored
Add BaseEdge base class See merge request gitlab-org/gitlab!71476
-
Francisco Javier López authored
Merge branch '342466-make-jira-issue-menu-items-sub-menu-items-of-the-issues-top-level-menu-item' into 'master' Move Jira issues menu to be submenu of Issues See merge request gitlab-org/gitlab!74601
-
Justin Ho Tuan Duong authored
-
Alper Akgun authored
fix: Add background migration for recalculating finding signatures See merge request gitlab-org/gitlab!72919
-
Lucas Charles authored
-
Alper Akgun authored
3Resolve "NoMethodError: undefined method `map' for "15":String" See merge request gitlab-org/gitlab!74820
-
Leni Kadali Mutungi authored
Deleted the PropagateServiceTemplateWorker and removed references to it in the all_queues YAML file as well as the Sidekiq worker spec. As part of the worker removal, we're adding a post deploy clean up migration to clear any pending jobs that could be on the queue. Changelog: other
-
Sean McGivern authored
gitaly: Remove CommitsBetween wrapper See merge request gitlab-org/gitlab!74407
-
tsato1222 authored
-
Kati Paizee authored
Enforce limit to plucked IDs docs update See merge request gitlab-org/gitlab!74422
-
Alper Akgun authored
-
Kushal Pandya authored
Switch to v-safe-html in diff_with_note.vue See merge request gitlab-org/gitlab!74770
-
Kati Paizee authored
Add 'label' to all the OAuth examples See merge request gitlab-org/gitlab!74831
-
Rémy Coutable authored
This reverts merge request !74682
-
Eduardo Bonet authored
This fixes a few issues related to unexpected .ipynb structure, mainly source being a single string rather than a list. / Changelog: fixed
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Dheeraj Joshi authored
-
Matthias Käppler authored
Deprecate ApiFuzzingCiConfigurationCreate fields See merge request gitlab-org/gitlab!74783
-
Patrick Steinhardt authored
In commit ebab4f48 (gitaly_client: Reimplement `#between` via `#list_commits`, 2021-11-11), we have reimplemented `#between` via `#list_commits` such that the deprecated CommitsBetween RPC isn't used in GitLab Rails anymore. What was missed though is that `#between` isn't being used at all anymore, and all previous callsites had already been converted to use `#list_commits` in the first place. The calls which were still visible in Grafana thus weren't caused by Rails, but they were instead caused by the Elasticsearch indexer. Remove `#between` altogether given that it's not in use. The feature flag which has been introduced to convert this wrapper to instead use `#list_commits` is removed, too. Changelog: other
-
Dmitry Gruzd authored
Allow to create issues by email when it contains only quotes See merge request gitlab-org/gitlab!74413
-
Alper Akgun authored
Improve skipped billing page hand raise spec See merge request gitlab-org/gitlab!74438
-