chore: retire Quality Zero (QZP) SaaS machinery; lean quality gate only#91
Merged
Conversation
Delete the legacy Quality Zero / SaaS auto-issue + churn workflows now
superseded by the lean 'quality' gate (quality.yml):
- agent-label-sync, agent-task-queue (agent queue automation)
- kpi-weekly-digest (auto-issue weekly digests)
- quality-zero-{gate,platform,backlog,remediation} (QZP control plane)
- codecov-analytics + codecov.yml (Codecov SaaS)
- applitools-visual, chromatic-playwright (visual SaaS)
Kept: quality.yml (lean gate), codeql.yml, django.yml/django_ci.yml
(real app CI), verify.yml. Dependabot + CodeQL remain enabled.
The matching workflows were disabled via the Actions API; stale
required-check contexts (Chromatic Playwright, Applitools Visual) were
removed from the branch ruleset so only quality + codeql are required.
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
This was referenced Jun 25, 2026
Prekzursil
added a commit
that referenced
this pull request
Jun 25, 2026
…lege (#92) Removes the support code for the retired Quality Zero (QZP) / visual-SaaS machinery (workflows already deleted in #91): - scripts/quality/*.py — QZP SaaS gate scripts (check_codacy_zero, check_sonar_zero, check_sentry_zero, check_deepscan_zero, check_required_checks, check_quality_secrets, assert_coverage_100); only ever invoked by the deleted quality-zero workflows. Clears the CodeQL py/path-injection + py/partial-ssrf + unused-variable alerts rooted in these files. - frontend/webcoder_ui/e2e/** + playwright.chromatic.config.ts and the orphaned e2e:chromatic / e2e:applitools npm scripts — Chromatic / Applitools visual-SaaS tests, run only by the retired visual workflows. Also adds 'permissions: contents: read' to django.yml and django_ci.yml (least privilege), clearing the CodeQL actions/missing-workflow-permissions alerts. The lean 'quality' gate and 'verify' do not reference any removed path. Co-authored-by: Prekzursil <noreply@prekzursil.dev>
This was referenced Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Retires the legacy Quality Zero / SaaS auto-issue + CI-churn machinery now superseded by the lean
qualitygate.Deleted workflow files
agent-label-sync.yml,agent-task-queue.yml— agent queue automationkpi-weekly-digest.yml— auto-generated weekly KPI digest issuesquality-zero-gate.yml,quality-zero-platform.yml,quality-zero-backlog.yml,quality-zero-remediation.yml— QZP control planecodecov-analytics.yml+codecov.yml— Codecov SaaSapplitools-visual.yml,chromatic-playwright.yml— visual-testing SaaSKept (genuine CI + security)
quality.yml— the lean gate (required check)codeql.yml— CodeQL (required check)django.yml,django_ci.yml,verify.yml— real app CIThe matching workflows were already disabled via the Actions API, and the stale required-check contexts (Chromatic Playwright, Applitools Visual) were removed from the branch ruleset so only
quality+codeqlare required — matching the Reframe lean model..quality/opengrep/*is retained: it is the opengrep ruleset consumed by the leanqualitygate, not SaaS config.