- 23 Feb, 2022 27 commits
-
-
Sri authored
The commit allows the maintainer / owner to configure their preferred GCP region per environment from the `Project :: Infra :: Google Cloud` section Change list: * Backend: * Update the `infrastructure_menu` to recognize `:gcp_regions`as an active route for `:google_cloud` * `routes/google_cloud` includes the `gcp_regions_controller` routers * `gcp_regions_controller` with implementations for showing form and processing form submit * `gcp_regions_service` to list out GCP region vars for project * `gcp_regions_finder` lists regions for a given project * Frontend * `gcp_regions_list` component to list out regions configured for project * `home` includes `gcp_regions_list` * `gcp_regions_form` can be used to configure a new region / env mapping * template for `gcp_regions_form` * `app` recognizes `GCP_REGIONS_FORM` screen
-
Jan Provaznik authored
Owners of personal projects to have OWNER access level See merge request gitlab-org/gitlab!80825
-
Sean Arnold authored
Stop backup files from requiring directories to exist when skipped See merge request gitlab-org/gitlab!81098
-
Sean Arnold authored
Add sigdump gem (Apache2 license) See merge request gitlab-org/gitlab!81111
-
Ramya Authappan authored
Fix failing secure reports fp test by changing the filtering See merge request gitlab-org/gitlab!81226
-
Dylan Griffith authored
Remove web ide primary edit legacy code See merge request gitlab-org/gitlab!80956
-
David O'Regan authored
Remove blob edit wrapper Vue component from the repo folder as technical debt reduction
-
Paul Slaughter authored
Update trial status reminder design See merge request gitlab-org/gitlab!80611
-
Serhii Yarynovskyi authored
- https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80611 Changelog: changed EE: true
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!81365
-
Simon Knox authored
Upgrade yarn to 1.22.17 See merge request gitlab-org/gitlab!81345
-
Peter Hegman authored
Fix: display alert when response status is error See merge request gitlab-org/gitlab!81052
-
Laurent Deketelaere authored
Display flash `ALERT` when profile submit response status equals `error` Changelog: fixed
-
Ezekiel Kigbo authored
Rename usage column in storage projects-list See merge request gitlab-org/gitlab!81144
-
Alex Pooley authored
Update webhook failure state using a lease See merge request gitlab-org/gitlab!80976
-
Luke Duncalfe authored
This ensures that the failure state writes are operating from the latest data when there are concurrent writes happening due to many `WebHooks::LogExecutionWorker` jobs processing for the same hook. https://gitlab.com/gitlab-org/gitlab/-/issues/352245
-
GitLab Release Tools Bot authored
-
Paul Slaughter authored
Limit scrollToTargetOnResize to note hashes See merge request gitlab-org/gitlab!81192
-
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!81343
-
Ash McKenzie authored
Upgrade GitLab Pages to 1.55.0 See merge request gitlab-org/gitlab!81261
-
Luke Duncalfe authored
Allow assigning users with private profiles with quick-actions See merge request gitlab-org/gitlab!81099
-
Alex Kalderimis authored
This matches the behavior of the UI. Fixes: https://gitlab.com/gitlab-org/gitlab/-/issues/353331 Changelog: fixed
-
Luke Duncalfe authored
Add escalation-related attributes to issue webhook See merge request gitlab-org/gitlab!80437
-
Sarah Yasonik authored
Adds escalation_status attribute to the issue webhook payload for incidents. Adds escalation_policy attribute for incidents with GitLab Premium. Gated behind the :incident_escalations feature flag.
-
Kerri Miller authored
API: Add endpoint to reset runner token with old token See merge request gitlab-org/gitlab!74336
-
Kerri Miller authored
Properly enhance multi-db partitioning rake tasks See merge request gitlab-org/gitlab!80677
-
- 22 Feb, 2022 13 commits
-
-
Enrique Alcántara authored
Change pagination type on jobs table See merge request gitlab-org/gitlab!80516
-
Jose Ivan Vargas authored
This changes the immer's produce function to use a `merge` function instead
-
Douglas Barbosa Alexandre authored
Delete un-used spec file See merge request gitlab-org/gitlab!81228
-
Ash McKenzie authored
-
James Fargher authored
Decrease the default fast statement timeout See merge request gitlab-org/gitlab!81270
-
GitLab Release Tools Bot authored
-
Suzanne Selhorn authored
Compress docs images See merge request gitlab-org/gitlab!81337
-
Douglas Barbosa Alexandre authored
Add upload & update endpoints for alert metrics See merge request gitlab-org/gitlab!80982
-
Amy Qualls authored
Fixes Vale issues for /user/project/repository/forking_workflow.md See merge request gitlab-org/gitlab!81312
-
Simply Shubh authored
-
ngaskill authored
-
Nick Gaskill authored
Doc Consistency: user/project/settings - import See merge request gitlab-org/gitlab!81072
-
Andy Soiron authored
Stop using view helpers in BlamePresenter See merge request gitlab-org/gitlab!81015
-