Skip to content
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

Fix Global Variables #2430

Merged
merged 32 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c0624c4
chore: update linting workflows to include dev branch in merge_group
ogabrielluiz Jun 24, 2024
71a9ee5
Update README.md
rodrigosnader Jun 24, 2024
7337301
Update README.md
rodrigosnader Jun 24, 2024
546f856
chore: update package versions in pyproject.toml files
ogabrielluiz Jun 24, 2024
bc334ca
Merge branch 'main' into dev
ogabrielluiz Jun 24, 2024
59cadd6
Added db value to every onChange on parameters
lucaseduoli Jun 24, 2024
44c34b9
Refactored global variables to find variables on the first render, an…
lucaseduoli Jun 24, 2024
ee4b25d
Changed group recursion function to include check for global variable…
lucaseduoli Jun 28, 2024
d939e4f
Removed already inserted component check for default fields on global…
lucaseduoli Jun 28, 2024
3471162
Fixed import error
lucaseduoli Jun 28, 2024
7e06795
Added required parameters to update node on drop
lucaseduoli Jun 28, 2024
5780ba3
Removed check for unused hardcoded name
lucaseduoli Jun 28, 2024
1e26cab
Added global variables handling on nodes when adding a flow
lucaseduoli Jun 28, 2024
b792621
Fixed maximum update depth when deleting used global variable
lucaseduoli Jun 28, 2024
123b2bf
Fixed type error on addNewVariableButton modal
lucaseduoli Jun 28, 2024
22eb310
Fixed openai api key on starter flows
lucaseduoli Jun 28, 2024
a6c87f6
Fixed values to get the .env values by default on the starter projects
lucaseduoli Jun 28, 2024
dad60d0
Formatted flows
lucaseduoli Jun 28, 2024
28318c8
Merge remote-tracking branch 'origin/dev' into fix/global_variables_d…
lucaseduoli Jun 28, 2024
9ef46af
fix erros reported by mypy
italojohnny Jun 28, 2024
24787af
[autofix.ci] apply automated fixes
autofix-ci[bot] Jun 28, 2024
6d6706c
Merge branch 'dev' into fix/global_variables
ogabrielluiz Jun 30, 2024
f31b712
🐛 (prototypes/__init__.py): fix missing comma in the list of imported…
ogabrielluiz Jun 30, 2024
7794b5e
chore: Fix type hinting in ConditionalRouterComponent
ogabrielluiz Jun 30, 2024
6dd0a04
[autofix.ci] apply automated fixes
autofix-ci[bot] Jun 30, 2024
6abfffc
Merge branch 'dev' into fix/global_variables
github-actions[bot] Jun 30, 2024
0542f71
Merge branch 'dev' into fix/global_variables
github-actions[bot] Jul 1, 2024
ebcd97c
Merge branch 'dev' into fix/global_variables
github-actions[bot] Jul 1, 2024
c9fc52d
Merge branch 'dev' into fix/global_variables
github-actions[bot] Jul 1, 2024
76c5cca
Merge branch 'dev' into fix/global_variables
github-actions[bot] Jul 1, 2024
046873c
Merge branch 'dev' into fix/global_variables
github-actions[bot] Jul 1, 2024
f51eb4d
Merge branch 'dev' into fix/global_variables
github-actions[bot] Jul 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatted flows
  • Loading branch information
lucaseduoli committed Jun 28, 2024
commit dad60d0a11f99cf2115ccc09c767d92131c6b573

Large diffs are not rendered by default.

1,093 changes: 1,092 additions & 1 deletion src/backend/base/langflow/initial_setup/starter_projects/Blog Writer.json

Large diffs are not rendered by default.

1,226 changes: 1,225 additions & 1 deletion src/backend/base/langflow/initial_setup/starter_projects/Document QA.json

Large diffs are not rendered by default.

1,146 changes: 1,145 additions & 1 deletion src/backend/base/langflow/initial_setup/starter_projects/Memory Chatbot.json

Large diffs are not rendered by default.

3,202 changes: 3,201 additions & 1 deletion src/backend/base/langflow/initial_setup/starter_projects/Vector Store RAG.json

Large diffs are not rendered by default.