Workflow history branch 1#11946
Merged
Merged
Conversation
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Mar 4, 2026
* initial implementation of flow history * Save and restore correctly * Fit to screen when restoring * Change confirmation to pop up * correectly export even when version is not selected * remove unused code * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * use auto snapshot from activate in fe * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * Remove flow state -- not needed until integration with deploymnet * [autofix.ci] apply automated fixes * Strip keys from exported history; add some deepcopies for safety * [autofix.ci] apply automated fixes * Unique version numbers and tests for stripping keys * rename flow history entry * [autofix.ci] apply automated fixes * Add prune warning dialog, add domain-specific exceptions * Move version control to left side bar * fix remove_api_key function, remove dupe code * Remove full-history download for now, cleanup * merged updated FE * Remove the keep building from version page, fix double save, remove not needed timeout * fixes keep buildig * merge migrations * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * hide log canvas controls and flow toolbar when preview is active * [autofix.ci] apply automated fixes * updated styles * initial implementation of flow history * Save and restore correctly * Fit to screen when restoring * Change confirmation to pop up * correectly export even when version is not selected * remove unused code * [autofix.ci] apply automated fixes * use auto snapshot from activate in fe * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * Remove flow state -- not needed until integration with deploymnet * [autofix.ci] apply automated fixes * Strip keys from exported history; add some deepcopies for safety * [autofix.ci] apply automated fixes * Unique version numbers and tests for stripping keys * rename flow history entry * [autofix.ci] apply automated fixes * Add prune warning dialog, add domain-specific exceptions * Move version control to left side bar * fix remove_api_key function, remove dupe code * merged updated FE * Remove full-history download for now, cleanup * Remove the keep building from version page, fix double save, remove not needed timeout * fixes keep buildig * merge migrations * hide log canvas controls and flow toolbar when preview is active * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * updated styles * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * removed keep building button * Workflow history branch 1 (#11946) * Update language from history to version * more language updates history -> version * more language updates history -> version * capture original draft at mount / restore * Renames files from history to version * clean up dead code, some more renames * more naming fixes * more naming fixes * Fix API endpoint language * [autofix.ci] apply automated fixes * version -> versions * ignore warning --------- Co-authored-by: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> * Update migration table naming * fix import and update log to error on prune failure * more import fixes * fix migration paths * more his->ver naming updates * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * Add checkbox to save draft or not * add scroll, leave saved * [autofix.ci] apply automated fixes * fix migration path and some merge conflicts * ruff * remove max flow version size * [autofix.ci] apply automated fixes * Add index to created_at --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com>
HimavarshaVS
pushed a commit
that referenced
this pull request
Mar 10, 2026
* initial implementation of flow history * Save and restore correctly * Fit to screen when restoring * Change confirmation to pop up * correectly export even when version is not selected * remove unused code * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * use auto snapshot from activate in fe * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * Remove flow state -- not needed until integration with deploymnet * [autofix.ci] apply automated fixes * Strip keys from exported history; add some deepcopies for safety * [autofix.ci] apply automated fixes * Unique version numbers and tests for stripping keys * rename flow history entry * [autofix.ci] apply automated fixes * Add prune warning dialog, add domain-specific exceptions * Move version control to left side bar * fix remove_api_key function, remove dupe code * Remove full-history download for now, cleanup * merged updated FE * Remove the keep building from version page, fix double save, remove not needed timeout * fixes keep buildig * merge migrations * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * hide log canvas controls and flow toolbar when preview is active * [autofix.ci] apply automated fixes * updated styles * initial implementation of flow history * Save and restore correctly * Fit to screen when restoring * Change confirmation to pop up * correectly export even when version is not selected * remove unused code * [autofix.ci] apply automated fixes * use auto snapshot from activate in fe * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * Remove flow state -- not needed until integration with deploymnet * [autofix.ci] apply automated fixes * Strip keys from exported history; add some deepcopies for safety * [autofix.ci] apply automated fixes * Unique version numbers and tests for stripping keys * rename flow history entry * [autofix.ci] apply automated fixes * Add prune warning dialog, add domain-specific exceptions * Move version control to left side bar * fix remove_api_key function, remove dupe code * merged updated FE * Remove full-history download for now, cleanup * Remove the keep building from version page, fix double save, remove not needed timeout * fixes keep buildig * merge migrations * hide log canvas controls and flow toolbar when preview is active * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * updated styles * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * removed keep building button * Workflow history branch 1 (#11946) * Update language from history to version * more language updates history -> version * more language updates history -> version * capture original draft at mount / restore * Renames files from history to version * clean up dead code, some more renames * more naming fixes * more naming fixes * Fix API endpoint language * [autofix.ci] apply automated fixes * version -> versions * ignore warning --------- Co-authored-by: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> * Update migration table naming * fix import and update log to error on prune failure * more import fixes * fix migration paths * more his->ver naming updates * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * Add checkbox to save draft or not * add scroll, leave saved * [autofix.ci] apply automated fixes * fix migration path and some merge conflicts * ruff * remove max flow version size * [autofix.ci] apply automated fixes * Add index to created_at --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com>
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.
I know this fixes a few critical issues - allowing save of an empty state, versions overwriting preview state of current draft, and restoring auto-save functionality. Not sure about all the frontend changes though.