refactor(settings): drop Batch B's 15 config-as-code-only DB columns - #6585
refactor(settings): drop Batch B's 15 config-as-code-only DB columns#6585RealDiligent wants to merge 4 commits into
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Removes label/moderation/review-evasion/merge-train fields from repository_settings so .loopover.yml is the single source of truth. Closes JSONbored#6443 Co-authored-by: Cursor <cursoragent@cursor.com>
Batch B (JSONbored#6443) removed it from MAINTAINER_SETTINGS_EDITABLE_KEYS. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6585 +/- ##
==========================================
- Coverage 93.64% 93.62% -0.02%
==========================================
Files 678 678
Lines 67964 67952 -12
Branches 18678 18666 -12
==========================================
- Hits 63642 63623 -19
- Misses 3347 3354 +7
Partials 975 975
Flags with carried forward coverage won't be shown. Click here to find out more.
|
… steps Co-authored-by: Cursor <cursoragent@cursor.com>
|
Caution 🛑 LoopOver review result - reject/close recommendedReview updated: 2026-07-16 16:06:49 UTC
Review summary Blockers
Nits — 4 non-blocking
Why this is blocked
📋 Copy for AI agents — paste into your coding agentDecision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. Visual preview
Click any thumbnail to open the full-size screenshot. Before = production · After = this PR's preview deploy · Diff highlights exactly what changed. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
LoopOver is closing this pull request on the maintainer's behalf (Linked issue #6443 is assigned to the maintainer (@JSONbored) — that work is reserved for the maintainer, so this PR cannot be auto-accepted.). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |



Summary
repository_settings(migration 0158): label/moderation/review-evasion/merge-train knobs already parsed from.loopover.ymlsettings:.getRepositorySettings/upsertRepositorySettingsreturn built-in defaults for these fields (caller writes are silent no-ops);resolveEffectiveSettingsstill overlays the manifest.CONFIG_AS_CODE_ONLY_FIELDS; remove dashboard/API write paths forgittensorLabel/createMissingLabel/mergeTrainMode/ related keys.Closes #6443
Mirrors Batch A Phase 2 (#6557 / #6442). Maintainer unlocked this as DB-removal-only.
Test plan
Made with Cursor