- Jun 24, 2022
-
-
Illya Klymov authored
Improve argument type of `helpPagePath` function See merge request !90014
-
Stan Hu authored
!90289 exposed a test set up problem with `spec/services/projects/prometheus/alerts/notify_service_spec.rb`. The test was failing because it expected 2 alerts to be processed, but only 1 was returned. This was happening because the resolved alert could not be found in the database, and since the incoming alert payload was already resolved, a new alert was not persisted again. In the test, we have two Prometheus alerts: 1. `alert_firing` 2. `alert_resolved` In a clean database state: 1. `alert_resolved.id` = 2 2. `alert_firing.prometheus_metric_id` = 1 3. `alert_resolved.prometheus_metric_id` = 2 If `alert_resolved.id` happens to match `alert_resolved.prometheus_metric_id`, the test passes. But if you run a spec that increments the counters for the `prometheus_alerts` or `alert_management_alerts` tables (such as `spec/models/factories_spec.rb`), then the IDs will diverge. This leads to the test failure since the fingerprint lookup will fail to match since it is calculated with the wrong ID. The fingerprint calculation should use `prometheus_metric_id`, not `id`. Closes #366261
-
The second argument is expected to be an optional object with a `anchor` key of type string.
-
Igor Drozdov authored
Merge branch '364966-migrate-form_errors-in-app-views-groups-settings-_permissions-html-haml-to-pajamas-2' into 'master' Migrate `form_errors` in group settings to Pajamas alert See merge request !90894
-
Jeff Pearce authored
Return repository size when migration_state is import_done, regardless of creation date. Previously we would only return the size of the repository was created before Nov 4, 2021. Changelog: changed
-
Ash McKenzie authored
Show Gitpod total processing time in minutes for benchmarking See merge request !90299
-
- Jun 23, 2022
-
-
Mayra Cabrera authored
Project settings part 2: refactor and re-write See merge request gitlab-org/gitlab!90119
-
Page edits and link updates Changelog: changed
-
Kushal Pandya authored
Better text truncation and tooltip for group dropdown See merge request !90602
-
Changelog: changed
-
Kushal Pandya authored
Expand diff when navigating to pending comment See merge request !90566
-
Kushal Pandya authored
This MR migrates radio button to pajamas radio component See merge request !88759
-
Kushal Pandya authored
Remove boolean from preview dropdown item See merge request !90930
-
Changelog: added EE: true
-
Achilleas Pipinellis authored
docs: GitLab 13 requires Redis 5.0 or higher See merge request !90685
-
Tiffany Rea authored
Wait for dropdown to render list of items See merge request !90849
-
Achilleas Pipinellis authored
Add better disable 2FA reference See merge request !90747
-
-
Kushal Pandya authored
Add operational_vulnerabilities_filters feature flag See merge request gitlab-org/gitlab!90845
-
Tiffany Rea authored
GET List project pipelines contract test See merge request gitlab-org/gitlab!90549
-
-
Douglas Barbosa Alexandre authored
Default on group_level_security_policies See merge request !90855
-
Clayton Cornell authored
Determine ownership of appsec page See merge request !90139
-
This commit makes a tiny change, so I can start a merge request. I don't have the real answer to what stage or group this work needs to be assigned to, but by starting a merge request, I can assign it to the people who DO know.
-
Allison Browne authored
Add a toggle for opt-in JWT to project settings See merge request gitlab-org/gitlab!90132
-
Phil Hughes authored
-
Andrew Fontaine authored
Remove SCSS utilities which moved to gitlab-ui in v42.1.0 See merge request !90864
-
Artur Fedorov authored
-
Artur Fedorov authored
This MR migrates radio button to pajamas radio component. This is a part of pajamas migration. And substitute form_for to gitlab_ui_form_for Changelog: changed
-
Clayton Cornell authored
Add troubleshooting docs for when a job already exists See merge request !90906
-
Illya Klymov authored
Respect namespace_id for bitbucket server importer See merge request !90830
-
Sean McGivern authored
Remove clusters_integrations_elastic_stack metric from UsagePing See merge request !90699
-
Clayton Cornell authored
Compress PNG images See merge request !90902
-
Clayton Cornell authored
Update scan-execution-policies.md for agents See merge request !90661
-
-
Kyle Wiebers authored
Create issue templates for master broken triage See merge request !90550
-