- 10 Mar, 2022 40 commits
-
-
Adam Hegyi authored
This change finalizes the loose foreign key removal. Changelog: removed
-
Marc Shaw authored
Add GraphQL API to Create Saved Reply See merge request gitlab-org/gitlab!82156
-
Alan (Maciej) Paruszewski authored
-
Kati Paizee authored
Add Geo 502 with proxying troubleshooting docs See merge request gitlab-org/gitlab!82524
-
Catalin Irimie authored
-
Matthias Käppler authored
Reduce the number of buckets in Sidekiq histograms See merge request gitlab-org/gitlab!82509
-
Bob Van Landuyt authored
Because of the wide range of buckets used in for these metrics and the large number of pods running, the cardinality of these series made it hard to query the Prometheus instance serving these. As a result, some of the metrics that are used for service monitoring and alerting were failing to record in Thanos. By reducing the number of buckets we're hoping to improve the rule evaluations and prevent missing series for Sidekiq This brings the number of series for the `sidekiq_jobs_completion_seconds` & `sidekiq_jobs_queue_duration_seconds` down from +8k to about 1.5k each. This also reduces the number of buckets used for measuring the total time a job spends per resource: cpu, db, gitaly or elasticsearch. Changelog: changed
-
Bob Van Landuyt authored
Merge branch '354085-iterations-cannot-be-created-after-turning-off-iteration_cadences-ff' into 'master' Allow iteration to be created without cadence See merge request gitlab-org/gitlab!82086
-
Eulyeon Ko authored
After turning off iteration_cadences FF, creating a new iteration should be possible. 1. The mutation resolver for creating an iteration is updated to accept a request even if there are mulitple cadences when iteration_cadeces FF is off. 2. Iteration model is updated so that the first cadence is used as the default cadence for each group when creating a new iteration EE: true Changelog: fixed Apply 4 suggestion(s) to 1 file(s) Fix indentation on set_cadence method
-
Savas Vedova authored
Update dependency @gitlab/ui to v37 See merge request gitlab-org/gitlab!81282
-
GitLab Dependency Bot authored
This wraps Threat Monitoring's drawer's alert inside a DIV to prevent the drawer's styles from overriding the alert's padding. Changelog: changed EE: true
-
Natalia Tepluhina authored
Fix widget polling not respecting polling interval header See merge request gitlab-org/gitlab!82417
-
Mikołaj Wawrzyniak authored
Adds yaml default enabled checks to `work_items` FF See merge request gitlab-org/gitlab!82339
-
Marc Shaw authored
Update batch size when calculating secure build metrics See merge request gitlab-org/gitlab!80763
-
Marcel Amirault authored
Secure Files API Docs See merge request gitlab-org/gitlab!82330
-
Darby Frey authored
-
Andrejs Cunskis authored
Adds retry to make sure MR was created before proceeding See merge request gitlab-org/gitlab!82452
-
Heinrich Lee Yu authored
Merge branch '338996-when-removing-a-tags-text-description-completely-it-fails-to-remove' into 'master' Updated label description to accept empty string See merge request gitlab-org/gitlab!78948
-
Kushal Pandya authored
Fix blocking merge requests not unblocking merge button See merge request gitlab-org/gitlab!82483
-
Heinrich Lee Yu authored
Remove vulnerability_finding_replace_metadata feature flag See merge request gitlab-org/gitlab!82440
-
Jonathan Schafer authored
Changelog: changed EE: true
-
Adam Hegyi authored
Update recommended Kibana fields for monitoring background migrations See merge request gitlab-org/gitlab!82536
-
drew cimino authored
-
Kushal Pandya authored
Update group-level compliance frameworks empty state See merge request gitlab-org/gitlab!82492
-
Jiaan Louw authored
Update the group-level compliance framework setting empty state to match the project-level compliance framework setting. Changelog: changed EE: true
-
Kushal Pandya authored
Add info tooltip to sec primary config See merge request gitlab-org/gitlab!82457
-
charlie ablett authored
Merge injected KUBECONFIGs for clusters and agents See merge request gitlab-org/gitlab!82246
-
Hordur Freyr Yngvason authored
This makes it easier to migrate one environment at a time by switching just that environment's context. See https://gitlab.com/gitlab-org/gitlab/-/issues/335089 Changelog: changed
-
Marcel Amirault authored
Updated to related topics See merge request gitlab-org/gitlab!82560
-
Marcel Amirault authored
Allow merge commits for SD See merge request gitlab-org/gitlab!82546
-
Michael Kozono authored
Merge branch '325373-migrate-to-shared-alert-haml-partial-in-app-views-projects-merge_requests-_mr_title-html-haml' into 'master' Migrate to shared alert in MR title See merge request gitlab-org/gitlab!82361
-
Michael Kozono authored
Fix ActiveRecord::Base accesses in geo files See merge request gitlab-org/gitlab!82226
-
Russell Dickenson authored
Improve the readability of Group-level Protected Environment document See merge request gitlab-org/gitlab!82477
-
Shinya Maeda authored
-
Luke Duncalfe authored
Fallback to basic project search for archived projects See merge request gitlab-org/gitlab!82517
-
John Mason authored
Note that this only works on individual project search Changelog: changed EE: true
-
Simon Knox authored
Unmocking create new task See merge request gitlab-org/gitlab!81040
-
Ezekiel Kigbo authored
Revert "Merge branch 'sy-replace-issuable-sort-dropdown' into 'master'" See merge request gitlab-org/gitlab!82558
-
Mark Chao authored
Add projects with status checks to ping See merge request gitlab-org/gitlab!82427
-
Max Woolf authored
Adds the total number of projects with at least one external status check for an instance to the Service Ping Changelog: added EE: true
-