-
Notifications
You must be signed in to change notification settings - Fork 8.2k
feat: Improve OAuth error handling and frontend sync behavior #10626
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
Merged
Merged
Changes from 10 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
bc2bf9a
updates for version comp
jordanrfrazier fd9bb67
migrate mcp composer fix to main
Cristhianzl 5bdf51b
migrate mcp composer fix to main
Cristhianzl 9ceebc9
version constraints
jordanrfrazier 93dacab
go back to pydantic 2.11
jordanrfrazier 79016cd
remove logging
jordanrfrazier 8951bb5
directly pin to new version
jordanrfrazier 497c21e
Merge branch 'test-new-mcp-composer' into cz/migrate-mcp-code
jordanrfrazier 8d9a2ee
add instant feedback on error
Cristhianzl 1be78ae
improve callback function behavior ux
Cristhianzl 2d60904
fix tests and mypy issues
Cristhianzl 0335cc1
bump mcp composer version
Cristhianzl dd325b8
fixed latest version mcp
Cristhianzl 074f479
[autofix.ci] apply automated fixes
autofix-ci[bot] 5662429
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] bc129d9
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] fb03435
Merge branch 'main' into cz/migrate-mcp-code
Cristhianzl b5b1067
[autofix.ci] apply automated fixes
autofix-ci[bot] c70ddee
revert pydantic changes
Cristhianzl 0481879
Merge branch 'cz/migrate-mcp-code' of github.com:langflow-ai/langflow…
Cristhianzl 386fb4e
computed models pydantic fix
Cristhianzl ac66416
[autofix.ci] apply automated fixes
autofix-ci[bot] 3f3e775
merge fix
Cristhianzl 790bdc4
Merge branch 'cz/migrate-mcp-code' of github.com:langflow-ai/langflow…
Cristhianzl 7d67f3e
[autofix.ci] apply automated fixes
autofix-ci[bot] 1d07180
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] 6807f48
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] af1aff9
merge fix
Cristhianzl 6d229c7
mege fix
Cristhianzl 5ccdcd9
merge component index
HzaRashid 84dc029
[autofix.ci] apply automated fixes
autofix-ci[bot] 844f75b
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] 69c3f3a
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] 3c0220c
merge fix
Cristhianzl 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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also need to clear this if the auth settings changed to
NoneorAPI Key?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the logic already covers all cases where OAuth is disabled.
I don't think it's necessary to change it..