- 29 Jun, 2020 9 commits
-
-
Nicolò Maria Mezzopera authored
Geo Settings Form - Fetch Data from API See merge request gitlab-org/gitlab!35181
-
Zack Cuddy authored
This MR is an attempt at MVC. The MR hooks up the API for data fetching of the application settings. In the next MR validations and the POST/PUT actions will be hooked up.
-
Martin Wortschack authored
Fix stylelint warning in related_items_list.scss See merge request gitlab-org/gitlab!34693
-
charlie ablett authored
Remove confidential_epics_query feature flag Closes #213075 See merge request gitlab-org/gitlab!35235
-
Stan Hu authored
Save Prometheus Alert and Environment on Alert See merge request gitlab-org/gitlab!35105
-
Marcel Amirault authored
Docs: Use release-cli:latest docker tag Closes #225098 See merge request gitlab-org/gitlab!35484
-
Ash McKenzie authored
Add Vue Issuables List to Project List Closes #220970 See merge request gitlab-org/gitlab!34317
-
Scott Stern authored
-
Jaime Martinez authored
-
- 28 Jun, 2020 7 commits
-
-
Thong Kuah authored
Pass only `alert_id` to `IncidentManagement::ProcessAlertWorker` See merge request gitlab-org/gitlab!34948
-
Sean Arnold authored
-
Sean Arnold authored
- Add specs for processing and saving
-
Russell Dickenson authored
Add link to handbook page in Telemetry documentation See merge request gitlab-org/gitlab!35416
-
Alina Mihaila authored
-
Vitali Tatarintev authored
Deprecate `ProcessAlertWorker` params (`project_id` and `alert_payload`) instead of removing them. Remove starting from 14.0 release. https://gitlab.com/gitlab-org/gitlab/-/issues/224500
-
Vitali Tatarintev authored
At the moment we call `ProcessAlertWorker`, `AlertManagement::Alert` already exists. Thus we can pass `alert_id` instead of whole payload.
-
- 27 Jun, 2020 5 commits
-
-
Marcel Amirault authored
Docs: Updated shared Runners Closes #223157 See merge request gitlab-org/gitlab!34975
-
Heinrich Lee Yu authored
Fix deploy freeze tests failing on weekends Closes #224786 See merge request gitlab-org/gitlab!35473
-
Stan Hu authored
The test was attempting to check that a deploy freeze on the weekend would prevent a job from being created, but the Timecop was not surrounding the right block. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/224786
-
Paul Slaughter authored
Remove pending and running tabs from pipelines list See merge request gitlab-org/gitlab!35062
-
Payton Burdette authored
This commit removes pending and running tabs from pipeline list. As well as removes the count from the finished tab.
-
- 26 Jun, 2020 19 commits
-
-
Peter Leitzen authored
Use Gitlab::Config::Loader::Yaml to load yaml in metrics dashboard code See merge request gitlab-org/gitlab!34834
-
Peter Leitzen authored
Expose correct permission for alert management See merge request gitlab-org/gitlab!35448
-
Suzanne Selhorn authored
Release generation via gitlab-ci.yml documentation See merge request gitlab-org/gitlab!19237
-
Mayra Cabrera authored
Add parsing vendor name from security reports See merge request gitlab-org/gitlab!35222
-
Alan (Maciej) Paruszewski authored
This change adds ability to parse new version of Security Report with Vendor object.
-
rpereira2 authored
Use Gitlab::Config::Loader::Yaml to load yaml in metrics dashboard processing stages. This should give metrics dashboards code any benefits that are implemented in Gitlab::Config::Loader::Yaml.
-
Mek Stittri authored
Clean up scoped label spec Closes #224538 See merge request gitlab-org/gitlab!35368
-
Enrique Alcántara authored
GitLab UI: 502-add-toggles-help-text-int-test integration test Closes #502 See merge request gitlab-org/gitlab!34660
-
Paul Slaughter authored
Make sure that `vulnerabilities` is always defined in the Dependency List See merge request gitlab-org/gitlab!35171
-
GitLab Bot authored
Updates all gl-toggle instances that use outdated attributes. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34660
-
Mayra Cabrera authored
Detect ranges for time-space partitioning See merge request gitlab-org/gitlab!34652
-
Andreas Brandl authored
-
Mayra Cabrera authored
Fix directory and last commit not loading for some filenames See merge request gitlab-org/gitlab!34985
-
Mark Florian authored
Merge branch 'issue-223169-extract-instance-level-empty-state-to-a-separate-component' into 'master' Issue 223169 extract instance level empty state to a separate component See merge request gitlab-org/gitlab!35174
-
Douglas Barbosa Alexandre authored
Remove Vue file list feature flag See merge request gitlab-org/gitlab!32300
-
Mike Greiling authored
Matrix results can be displayed in vector charts See merge request gitlab-org/gitlab!35101
-
Mayra Cabrera authored
Add prometheus_alert_id and environment_id to Alert management alerts See merge request gitlab-org/gitlab!34995
-
Sean Arnold authored
- Add model relations and database migrations
-