Commit 1e9be16
fix: preserve api key configuration on flow export (#12129)
* fix: preserve api key configuration on flow export
Made-with: Cursor
* fix individual component's field
* [autofix.ci] apply automated fixes
* unhide var name
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* fetch relevant provider keys
* update starter projects
* update based on env var
* [autofix.ci] apply automated fixes
* fetch only env variables
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* update starter projects
* fix ruff errors
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* don't remove api keys if chosen by user
* remove redundant code
* [autofix.ci] apply automated fixes
* fix update build config
* remove api keys refactor
* only load values when exists in db
* modify other components
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Template updates
* [autofix.ci] apply automated fixes
* Component index update
* Fix frontend test
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* preserve var names
* [autofix.ci] apply automated fixes
* update caution for saving api keys
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Hare <ericrhare@gmail.com>1 parent e1e1313 commit 1e9be16
45 files changed
Lines changed: 1105 additions & 538 deletions
File tree
- src
- backend/base/langflow
- api/utils
- initial_setup/starter_projects
- frontend
- src
- CustomNodes/hooks
- components/core/parameterRenderComponent/components/inputGlobalComponent
- constants
- modals/exportModal
- utils
- __tests__
- tests/assets
- lfx/src/lfx
- _assets
- base/models
- components
- llm_operations
- models_and_agents
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
71 | 82 | | |
72 | 83 | | |
73 | 84 | | |
| |||
Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1033 | 1033 | | |
1034 | 1034 | | |
1035 | 1035 | | |
1036 | | - | |
| 1036 | + | |
1037 | 1037 | | |
1038 | 1038 | | |
1039 | 1039 | | |
| |||
0 commit comments