RHINENG-26544: add workspace columns#2215
Conversation
Reviewer's GuideAdds normalized workspace_id/workspace_name columns to system_inventory, wires a trigger to keep them in sync with the existing workspaces JSONB field and enforce presence on insert, bumps the schema version/migrations accordingly, and updates test data and tests to use concrete workspace UUIDs and helper functions. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
We failed to fetch pull request #2215.
You can try again by commenting this pull request with @sourcery-ai review, or contact us for help.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2215 +/- ##
==========================================
- Coverage 59.23% 59.18% -0.06%
==========================================
Files 137 137
Lines 8795 8798 +3
==========================================
- Hits 5210 5207 -3
- Misses 3037 3043 +6
Partials 548 548
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR:
workspace_*columnsworkspacecolumnSummary by Sourcery
Simplify workspace handling by introducing dedicated workspace columns on system inventory and synchronizing them from the existing workspaces JSON field.
Enhancements: