- 17 Feb, 2022 1 commit
-
-
Felipe Artur authored
Now that all test reports have issue_id column populated we can deprecate its relatioships with requirements and use work items(issues of requirement type). Requirements objects will only be used as proxy to keep its iids compatible. Changelog: changed EE: true
-
- 11 Feb, 2022 39 commits
-
-
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
-
Dan Davison authored
Add create_personal_snippet_spec back to smoke suite See merge request gitlab-org/gitlab!79708
-
Steve Abrams authored
Worker to queue container repository imports Changelog: added
-
Craig Norris authored
Create test for bad pluralization See merge request gitlab-org/gitlab!71016
-
Amy Qualls authored
We don't want words written with an '(s)' to indicate possible pluralization. Just write it as a plural already, please and thanks.
-
GitLab Release Tools Bot authored
-
Jan Provaznik authored
Create system note when issue contacts are changed See merge request gitlab-org/gitlab!77816
-
Lee Tickett authored
Adds a system note whenever a contact is added or removed from an issue. Changelog: added
-
Furkan Ayhan authored
Better memoize instance level variables when creating pipelines See merge request gitlab-org/gitlab!79435
-
Fiona Neill authored
Move some ugly sentences into a tidy table See merge request gitlab-org/gitlab!80414
-
Amy Qualls authored
These HTTP responses should be presented as a table, because, well, they're really tabular data.
-
Amy Qualls authored
Clarify that group approvers require share access See merge request gitlab-org/gitlab!80436
-
Andrejs Cunskis authored
Adds E2E tests for WebHooks integration See merge request gitlab-org/gitlab!80077
-
Sean Gregory authored
This commit adds a test which provisions a smocker container To use as a target for WebHook events. The tests will trigger different events on a project with the integration setup and will validate the existence and content of the event
-
Dmitry Gruzd authored
Add feature flag toggle for elastic migration worker See merge request gitlab-org/gitlab!80310
-
Fiona Neill authored
Mentioned breaking change label in contribution guide See merge request gitlab-org/gitlab!80487
-
Marius Bobin authored
Changelog: performance
-
Jacques Erasmus authored
Add tracking test for change_continuous_onboarding_link_urls experiment See merge request gitlab-org/gitlab!80070
-
Serhii Yarynovskyi authored
-
Sean McGivern authored
Add GTM to /users/sign_up/groups_project/new view See merge request gitlab-org/gitlab!80348
-
Tyler Williams authored
-
Jacques Erasmus authored
Add statistics card component with tests See merge request gitlab-org/gitlab!80261
-
Pavel Shutsin authored
Clarifies documentaiton related to using "breaking change" label Changelog: other
-
Doug Stull authored
Remove reference to enabling feature See merge request gitlab-org/gitlab!80466
-
Kati Paizee authored
-
Brandon Labuschagne authored
Include secret manager tip in service accounts list See merge request gitlab-org/gitlab!80385
-
Sri authored
`Project :: Infra :: Google Cloud` contains a component that lists out service accounts for the user. Let's include a tip that encourages users to learn more about storing and maintaining secrets with a dedicated secret manager. This commit also refactors strings and introduces a component level `i18n` object.
-