- 11 Feb, 2022 40 commits
-
-
Coung Ngo authored
When the `vue_issues_list` feature flag defaults to true, the frontend tests using the issues index fixture will no longer work. This commit changes the tests to use a merge request index fixture instead so it will continue to work.
-
Stan Hu authored
Merge branch '335548-remove-border-from-trial-registration-form-when-reassurances-are-shown' into 'master' Remove border from trial registration form when reassurances are shown See merge request gitlab-org/gitlab!80451
-
Bob Van Landuyt authored
Add issuableTitleUpdated subscription to GraphQL See merge request gitlab-org/gitlab!80331
-
Paul Slaughter authored
Split invite groups into own modal See merge request gitlab-org/gitlab!79247
-
Doug Stull authored
- reduce complexity - scope work - adds base component to encapsulate shared behavior - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79247
-
Andrejs Cunskis authored
Refactor and move project when creating from group template spec See merge request gitlab-org/gitlab!80204
-
Marcia Ramos authored
Resolve "Deprecate Elasticsearch 6.8.x in GitLab 15.0" See merge request gitlab-org/gitlab!79799
-
John McGuire authored
-
Dallas Reedy authored
- Add a simple `borderless` option we can pass through as a local variable to the partial when we render it - Add tests for that use case Changelog: changed EE: true
-
Marcia Ramos authored
Adding Opensearch version details to Advanced Search Admin docs See merge request gitlab-org/gitlab!80448
-
John McGuire authored
-
Brian Rhea authored
Tweak metrics header in feature proposal template See merge request gitlab-org/gitlab!80511
-
James Heimbuck authored
-
Nick Gaskill authored
Docs: Deprecation notice for request profiling See merge request gitlab-org/gitlab!80497
-
Marcia Ramos authored
-
Andrew Fontaine authored
Add Ability to Remove groups at the parent group level See merge request gitlab-org/gitlab!79312
-
Abdul Wadood authored
Group owners can now delete a group and its subgroups from the parent group level. Until now, group owners had to go into each individual group to delete them, which was timely and inefficient. Group owners can now view all groups and delete them from a single place. The groups dashboard now shows a "Delete" group button in the dropdown to the group owners. Changelog: added
-
Marcia Ramos authored
Add deprecation warning for Request Profiling See merge request gitlab-org/gitlab!80383
-
Yannis Roussos authored
-
Scott Hampton authored
Moves `artifacts_management_page` to pipeline insights See merge request gitlab-org/gitlab!80201
-
Achilleas Pipinellis authored
Remove read-only wording See merge request gitlab-org/gitlab!80438
-
Michael Kozono authored
-
Achilleas Pipinellis authored
Remove (s) instances from Distribution docs See merge request gitlab-org/gitlab!80492
-
Achilleas Pipinellis authored
Update location-aware Git remote URL note See merge request gitlab-org/gitlab!80343
-
Michael Kozono authored
-
Jose Ivan Vargas authored
Remove setImmediate usage in specs See merge request gitlab-org/gitlab!80370
-
Valerie Burton authored
-
Jose Ivan Vargas authored
Blob refactor: Fix load it anyway link See merge request gitlab-org/gitlab!80469
-
Nikola Milojevic authored
Enable Cloud Run deploys See merge request gitlab-org/gitlab!80158
-
Brian Rhea authored
Remove all @mention references from Deprecation Template See merge request gitlab-org/gitlab!80500
-
Mark Wood authored
-
David Fernandez authored
Phase 2 enqueuer See merge request gitlab-org/gitlab!78613
-
Achilleas Pipinellis authored
Replace node with site in the doc in version update guide See merge request gitlab-org/gitlab!80301
-
Sunjung Park authored
-
Lin Jen-Shin authored
ci: Use `exec` instead of `spawn` in `parallel_rspec_runner.rb` See merge request gitlab-org/gitlab!79213
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!80494
-
Nikola Milojevic authored
Remove the billing in side nav experiment See merge request gitlab-org/gitlab!80306
-
Suzanne Selhorn authored
Link to feature categories when choosing namespace See merge request gitlab-org/gitlab!80468
-
Nikola Milojevic authored
-
Sri authored
This commit enables the Cloud Run deployment method in the `Project :: Infra :: Google Cloud` section. Minimal frontend changes that rename props and flip the disabled switch. Backend changes introduces a service to enable the underlying Google Cloud services via their API. Then of course there's a controller method that responds to the user clicking the now enabled button. Detailed changelist: - Frontend - Enable the relevant button in deployment service table - Rename the necessary props - Specs / tests - Backend - Rename @js_data attributes - Enable Cloud Run service - Service that enables cloud run, artifacts registry and cloud build for the logged in user's Google Cloud account - Google API -> Client - Methods that make the underlying calls to enable cloud run, artifacts registry and cloud build - Controller method to handle user selecting the `Deploy Cloud Run` button - Calls the newly created `EnableCloudRunService` - Calls the `GeneratePipelineService` - Redirects the user appropriately based on service responses - Specs / tests
-