Fix stale cache for quick actions
What does this MR do and why?
This MR fixes #441082 (closed) by disabling cache_autocomplete_sources_commands
.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Merge request reports
Activity
changed milestone to %16.9
assigned to @dgruzd
- Resolved by Madelein van Niekerk
@maddievn Could I ask you to review/merge this tiny MR? Thank you!
requested review from @maddievn
added workflowin review label and removed workflowin dev label
- A deleted user
added feature flag label
If needed, you can retry the
danger-review
job that generated this comment.Generated by
DangerEdited by Ghost Usermentioned in issue #441082 (closed)
mentioned in commit gitlab-org-sandbox/gitlab-jh-validation@364d8461
E2E Test Result Summary
allure-report-publisher
generated test report!e2e-test-on-gdk:
test report for 7c3494adexpand test summary
+------------------------------------------------------------------+ | suites summary | +-------------+--------+--------+---------+-------+-------+--------+ | | passed | failed | skipped | flaky | total | result | +-------------+--------+--------+---------+-------+-------+--------+ | Package | 21 | 0 | 2 | 0 | 23 | ✅ | | Govern | 65 | 0 | 1 | 0 | 66 | ✅ | | Create | 53 | 0 | 12 | 5 | 65 | ✅ | | Verify | 31 | 0 | 0 | 0 | 31 | ✅ | | Data Stores | 31 | 0 | 1 | 0 | 32 | ✅ | | Release | 5 | 0 | 0 | 0 | 5 | ✅ | | Monitor | 7 | 0 | 0 | 0 | 7 | ✅ | | Manage | 0 | 0 | 1 | 0 | 1 | ➖ | | Plan | 53 | 0 | 0 | 0 | 53 | ✅ | | Analytics | 2 | 0 | 0 | 0 | 2 | ✅ | +-------------+--------+--------+---------+-------+-------+--------+ | Total | 268 | 0 | 17 | 5 | 285 | ✅ | +-------------+--------+--------+---------+-------+-------+--------+
e2e-package-and-test:
test report for 7c3494adexpand test summary
+------------------------------------------------------------------+ | suites summary | +-------------+--------+--------+---------+-------+-------+--------+ | | passed | failed | skipped | flaky | total | result | +-------------+--------+--------+---------+-------+-------+--------+ | Plan | 164 | 0 | 8 | 0 | 172 | ✅ | | Create | 272 | 6 | 52 | 8 | 330 | ❌ | | Verify | 92 | 0 | 18 | 0 | 110 | ✅ | | Package | 68 | 0 | 10 | 0 | 78 | ✅ | | Govern | 166 | 0 | 14 | 2 | 180 | ✅ | | Monitor | 24 | 0 | 8 | 0 | 32 | ✅ | | Data Stores | 70 | 0 | 20 | 0 | 90 | ✅ | | Manage | 6 | 0 | 4 | 0 | 10 | ✅ | | Fulfillment | 4 | 0 | 50 | 0 | 54 | ✅ | | Secure | 4 | 0 | 2 | 0 | 6 | ✅ | | Release | 10 | 0 | 2 | 0 | 12 | ✅ | | Configure | 0 | 0 | 6 | 0 | 6 | ➖ | | Analytics | 4 | 0 | 0 | 0 | 4 | ✅ | | Growth | 0 | 0 | 4 | 0 | 4 | ➖ | | ModelOps | 0 | 0 | 2 | 0 | 2 | ➖ | +-------------+--------+--------+---------+-------+-------+--------+ | Total | 884 | 6 | 200 | 10 | 1090 | ❌ | +-------------+--------+--------+---------+-------+-------+--------+
Edited by Ghost Userrequested review from @sdungarwal and removed review request for @maddievn
- Resolved by Madelein van Niekerk
@maddievn
, thanks for approving this merge request.This is the first time the merge request has been approved. To ensure we don't only run predictive pipelines, and we don't break
master
, a new pipeline will be started shortly.Please wait for the pipeline to start before resolving this discussion and set auto-merge for the new pipeline. See merging a merge request for more details.
added pipeline:mr-approved label
mentioned in commit gitlab-org-sandbox/gitlab-jh-validation@dd4806d6
enabled an automatic merge when all merge checks for 7c3494ad pass