RHINENG-26548: remove old workspaces column#2232
Merged
TenSt merged 7 commits intoJun 12, 2026
Merged
Conversation
Reviewer's GuideRemoves the legacy system_inventory.workspaces JSONB column and the associated workspace backfill job, wiring, metrics, and tooling, consolidating on the single workspace_id/workspace_name fields and updating schema, models, tests, and docs accordingly. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2232 +/- ##
==========================================
+ Coverage 58.32% 59.07% +0.74%
==========================================
Files 140 138 -2
Lines 8967 8845 -122
==========================================
- Hits 5230 5225 -5
+ Misses 3189 3074 -115
+ Partials 548 546 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
MichaelMraka
approved these changes
Jun 12, 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.
This PR:
system_inventory.workspacescolumnworkspace_backfilljobSystemInventorymodelsystem_inventorydatabase docsSummary by Sourcery
Remove legacy system_inventory.workspaces support and associated workspace backfill tooling.
Enhancements:
Build:
Deployment:
Documentation:
Tests:
Chores: