chore(directus): project.is_canvas_enabled snapshot (canvas beta toggle) - #879
Open
spashii wants to merge 1 commit into
Open
chore(directus): project.is_canvas_enabled snapshot (canvas beta toggle)#879spashii wants to merge 1 commit into
spashii wants to merge 1 commit into
Conversation
Produced by the sanctioned flow: sync.sh push (committed snapshot onto local Directus), migrations/add_project_canvas_flag.py, sync.sh pull. Only real delta committed; operations.json _syncId shuffle discarded. Without this column the per-project canvas gate fails closed everywhere and the experimental toggle errors on write: echo-next is in that state today. Run the migration (or a snapshot push) against each environment before relying on the toggle; prod at release, off-hours. Co-Authored-By: Claude Fable 5 <[email protected]>
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.
The release-k-01-02 merge (#876) shipped the per-project canvas gate and the experimental settings toggle, but the
is_canvas_enabledcolumn snapshot never landed (onlyforwarded_atdid). Result on echo-next today: canvas is dark for every project (gate fails closed, the safe direction) and the Experimental toggle errors when flipped.This adds the missing snapshot, produced by the sanctioned flow against local Directus:
sync.sh push(so the committed snapshot including the newest fields was applied first), thenmigrations/add_project_canvas_flag.py, thensync.sh pull. The only delta was the new field file; an unrelated_syncIdshuffle inoperations.jsonwas discarded.Ops note: environments still need the column applied (migration script or snapshot push per env). echo-next first; production at release time, off-hours per the schema-change rule.
🤖 Generated with Claude Code