-
Notifications
You must be signed in to change notification settings - Fork 8.3k
feat: make it possible to check for outdated components in JSON flows #9978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ogabrielluiz
wants to merge
37
commits into
main
Choose a base branch
from
add-check-command
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,910
−1,875
Open
Changes from 6 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
65d2e46
refactor: Comment out dependency analysis in build_component_metadata…
ogabrielluiz 913832f
feat: Add CLI check command for outdated components in flows
ogabrielluiz cb3db4f
feat: Implement component check before execution in CLI
ogabrielluiz ab59f31
feat: Add check command to Langflow CLI for outdated components
ogabrielluiz 55d3f67
feat: add check command to lfx CLI
ogabrielluiz 41aecbb
[autofix.ci] apply automated fixes
autofix-ci[bot] 42d7432
feat: Add unit tests for check command functionality
ogabrielluiz d8eb98a
Merge branch 'main' into add-check-command
ogabrielluiz 93ba8d2
[autofix.ci] apply automated fixes
autofix-ci[bot] c08f9fa
fix: Update code diff generation and improve component update handling
ogabrielluiz 2835dc9
fix: Ensure minimal dependency information is set in component metadata
ogabrielluiz 1533f8f
test: Mark dependency analysis tests as expected failures
ogabrielluiz 263c816
fix: Enhance component loading with security checks and error handling
ogabrielluiz a1b3d35
test: Add comprehensive security tests for load_specific_components f…
ogabrielluiz 910a4a4
[autofix.ci] apply automated fixes
autofix-ci[bot] f3397a9
feat: Add in-place update option for flow components
ogabrielluiz 96c494c
test: Enhance unit tests for in-place update functionality
ogabrielluiz 6ef367d
refactor: Simplify command imports and remove synchronous check command
ogabrielluiz 890df9c
fix: Add error handling for unavailable settings service in check_flo…
ogabrielluiz b20111b
refactor: Improve component loading logic in check_flow_components
ogabrielluiz 3ab100f
refactor: Optimize output type checking in breaking changes validation
ogabrielluiz d597bb6
feat: Add show_diff option to check_flow_components for detailed code…
ogabrielluiz 9e8a989
test: Add unit tests for interactive mode and show_diff functionality…
ogabrielluiz 894464c
feat: Enhance interactive prompts and output handling in check_flow_c…
ogabrielluiz 8132f56
test: Add unit tests for stdout output handling in check_flow_components
ogabrielluiz 83511b4
feat: Add backup option for in-place updates in check_flow_components
ogabrielluiz 8472035
test: Add unit tests for backup option in check_flow_components
ogabrielluiz 719ac7c
feat: Enhance error handling in check_flow_components
ogabrielluiz 47956e5
test: Add unit test for handling missing code in component checks
ogabrielluiz d7dbe66
Merge branch 'main' into add-check-command
ogabrielluiz 48604f4
[autofix.ci] apply automated fixes
autofix-ci[bot] f287cd5
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] 843b9f1
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] 0b7f36a
Merge branch 'main' into add-check-command
ogabrielluiz 4492bf9
[autofix.ci] apply automated fixes
autofix-ci[bot] 12de1f6
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] d4fe272
refactor: remove redundant backup validation in check_command function
ogabrielluiz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.