- 10 Mar, 2022 40 commits
-
-
Douglas Barbosa Alexandre authored
Add missing specs for API::Entities::Ci See merge request gitlab-org/gitlab!82507
-
Scott Hampton authored
Junit report docs - Fix typo about report artifact output See merge request gitlab-org/gitlab!82515
-
Phil Hughes authored
349398 - Update search field in Global Search See merge request gitlab-org/gitlab!80916
-
Heinrich Lee Yu authored
Allow to list related epics on REST API See merge request gitlab-org/gitlab!82332
-
Etienne Baqué authored
Limit availability of page quick action to relevant incidents See merge request gitlab-org/gitlab!82355
-
Sarah Yasonik authored
-
Enrique Alcántara authored
Refactor(Groups SSO): migrate to gl-tabs See merge request gitlab-org/gitlab!82512
-
Marcin Sedlak-Jakubowski authored
Rewrite uploads history documentation See merge request gitlab-org/gitlab!81013
-
Marcin Sedlak-Jakubowski authored
Add details about scheduled pipelines for tags See merge request gitlab-org/gitlab!82597
-
Marcel Amirault authored
-
Marius Bobin authored
Remove support for unsafe regular expressions See merge request gitlab-org/gitlab!79611
-
Felipe Artur authored
Add REST API endpoint to list related epics. Changelog: added EE: true
-
Marius Bobin authored
Add coverage_report keyword in CI reports See merge request gitlab-org/gitlab!81378
-
Albert Salim authored
Changelog: added
-
Gabriel Mazetto authored
Resolve "Permanent link to latest version of a release" See merge request gitlab-org/gitlab!78679
-
Doug Stull authored
Make RuboCop's TodoFormatter entry a class not a struct See merge request gitlab-org/gitlab!82595
-
Peter Leitzen authored
Fix Style/RedundantFetchBlock rubocop offence See merge request gitlab-org/gitlab!82093
-
Matija Čupić authored
Bump Auto Deploy Image version to v2.22.0 See merge request gitlab-org/gitlab!82461
-
Bala Kumar authored
Changelog: added
-
Peter Leitzen authored
-
Adam Hegyi authored
Untrack external_pull_requests row deletions See merge request gitlab-org/gitlab!82476
-
Natalia Tepluhina authored
Remove punctuation from settings page title See merge request gitlab-org/gitlab!78088
-
Ben Bodenmiller authored
-
Kushal Pandya authored
Update placeholder text on GitHub and Bitbucket Importer See merge request gitlab-org/gitlab!82575
-
Etienne Baqué authored
Update API to accept BroadcastMessage target_access_levels attribute See merge request gitlab-org/gitlab!79820
-
Fiona Neill authored
Update scan policy text related to merge request See merge request gitlab-org/gitlab!81893
-
Zamir Martins authored
creation. From create via merge request to create with a merge request. EE: true
-
Kushal Pandya authored
Fix typo character See merge request gitlab-org/gitlab!82576
-
Frédéric Caplette authored
Add "view policy project" button for non-owners See merge request gitlab-org/gitlab!82341
-
Alexander Turinske authored
- on the security policy page, non-owners cannot link a policy project, so the button to do so is hidden - give non-owners a button that links them to the policy project, if one exists - update tests Changelog: added EE: true
-
Adam Hegyi authored
Fix retrying of batched background migrations See merge request gitlab-org/gitlab!82387
-
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
-
wortschi authored
Changelog: changed
-
Heinrich Lee Yu authored
This also changes the spec to actually call the batching strategy class so that future regressions can be avoided. Changelog: fixed
-
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
-