- 14 Sep, 2020 40 commits
-
-
Peter Leitzen authored
Previously, we've created and applied the "incident" label only when calling the `IncidentManagment::Incidents::CreateService` explicitly. After we've added the issue type "incident" incidents can be created/updated using the `Issues::Create/UpdateService`. Those services did not apply this label. This commit moves the code which applies the label close to the `Issue` services to make sure we are labeling all incidents with the "incident" label correctly.
-
Peter Leitzen authored
Reduce the total amount of factories from 260 to 43 cutting the total amount of events in half. Queries saved: 6121
-
Natalia Tepluhina authored
[RUN AS-IF-FOSS] Revert "Merge branch '229416-boards-fetch-list-issues-via-graphql' into 'master'" See merge request gitlab-org/gitlab!42220
-
Markus Koller authored
Exclude tmp dirs from backups See merge request gitlab-org/gitlab!41706
-
Will Chandler authored
Add '--exclude' for tmp directories in located in paths included in backups. Currently a backup job may fail due to a file or directory within a tmp dir being removed during the backup. This change adds a new 'exclude' optional parameter to Backup::Files to indicate directories that should not be included in backups. This should prevent changes in temporary files from breaking backups and also stop unneeded files from being included in the backup archive.
-
Olena Horal-Koretska authored
Fix Duplicate Keys in Vulnerability Details See merge request gitlab-org/gitlab!42027
-
Kev authored
-
Heinrich Lee Yu authored
Fix notes_data so the initial value is in microseconds See merge request gitlab-org/gitlab!42124
-
Markus Koller authored
Fix create table with two foreign keys cop See merge request gitlab-org/gitlab!42131
-
Sean McGivern authored
Add issue changes to UsageData See merge request gitlab-org/gitlab!40904
-
Illya Klymov authored
Add assignees to boards sidebar See merge request gitlab-org/gitlab!41913
-
Scott Stern authored
-
Achilleas Pipinellis authored
Drop Git requirements specifically for Geo feature See merge request gitlab-org/gitlab!42155
-
Achilleas Pipinellis authored
Update Fast Searching See merge request gitlab-org/gitlab!42168
-
John McGuire authored
-
Achilleas Pipinellis authored
Drop Debian 8 (jessie) support See merge request gitlab-org/gitlab!42149
-
Mark Florian authored
Merge branch '233665-replace-bootstrap-alerts-in-app/views/shared/_no_password.html.haml' into 'master' Replace bootstrap alerts in app/views/shared/_no_password.html.haml Closes #233665 See merge request gitlab-org/gitlab!41397
-
Gilang Gumilar authored
-
Illya Klymov authored
Improve New Trial flow for edge case scenario See merge request gitlab-org/gitlab!41020
-
Illya Klymov authored
Add reviewers to MR form Closes #216054 See merge request gitlab-org/gitlab!40330
-
Lin Jen-Shin authored
This reverts merge request !41958
-
Russell Dickenson authored
Add naming pattern for Redis HLL metrics to Telemetry guide Closes #247472 See merge request gitlab-org/gitlab!41975
-
Alina Mihaila authored
-
Phil Hughes authored
Replace notification icons with Gitlab SVGs See merge request gitlab-org/gitlab!40709
-
Kushal Pandya authored
Make Pipeline ID's always a link for downstream/upstream pipelines See merge request gitlab-org/gitlab!42107
-
Payton Burdette authored
Always make the pipeline id a link when a downstream, upstream or mutli-project pipeline.
-
Sean McGivern authored
Add RTC project service to GitLab See merge request gitlab-org/gitlab!36662
-
Mark Florian authored
Merge branch '241917-remove-v-html-from-ee-app-assets-javascripts-license_compliance-components-pipeline_info-vue' into 'master' Remove v-html from ee/app/assets/javascripts/license_compliance/components/pipeline_info.vue Closes #241917 See merge request gitlab-org/gitlab!41516
-
Adam Hegyi authored
Remove duplicated container scanning findings See merge request gitlab-org/gitlab!42041
-
Mark Florian authored
Merge branch '241951-remove-v-html-from-app-assets-javascripts-diffs-components-diff_file-vue' into 'master' Remove v-html from app/assets/javascripts/diffs/components/diff_file.vue Closes #241951 See merge request gitlab-org/gitlab!41486
-
Miguel Rincon authored
Use burnup graphQL endpoint for milestone charts See merge request gitlab-org/gitlab!41715
-
Simon Knox authored
Requires padding data as endpoint only returns changes
-
Bob Van Landuyt authored
Move active user count logic to License model See merge request gitlab-org/gitlab!41678
-
Vitaly Slobodin authored
We need this logic in other places too, not only in helper.
-
Toon Claes authored
Add admin setting of Elasticsearch client request timeout Closes #224526 See merge request gitlab-org/gitlab!41470
-
Changzheng Liu authored
This reverts commit cc8b0cfdfa99ae302cd415eeb03b4c338946dc2b.
-
Illya Klymov authored
Replace bootstrap button in Wiki page Closes #229291 See merge request gitlab-org/gitlab!41857
-
Miguel Rincon authored
Fix(chart skeleton loader): adjust size Closes #235734 See merge request gitlab-org/gitlab!41904
-
Michael Lunøe authored
This adjusts the size of the chart skeleton loader so it fits the size of the charts a bit better making for a better user experience
-
Vitali Tatarintev authored
Normalize presentation of alert payload with complete info See merge request gitlab-org/gitlab!42140
-