langflow-ai
langflow
BlogDocsChangelog

feat: add dialog support to dropdown components and enhance AstraDB

#5349Merged
Comparing
feat-common-dialog-astra
(
e65728a
) with
main
(
40925e8
)
CodSpeed Performance Gauge
-44%
Regressions
3
Untouched
12

Benchmarks

Failed

test_get_and_cache_all_types_dict
src/backend/tests/performance/test_server_init.py
Regression
CodSpeed Performance Gauge
-44%
1.1 ms2 ms
test_successful_run_with_input_type_text
src/backend/tests/unit/test_endpoints.py
Regression
CodSpeed Performance Gauge
-11%
222.8 ms249.4 ms
test_successful_run_with_output_type_any
src/backend/tests/unit/test_endpoints.py
Regression
CodSpeed Performance Gauge
-26%
239.5 ms322.8 ms

Passed

test_build_flow_from_request_data
src/backend/tests/unit/test_chat_endpoint.py
CodSpeed Performance Gauge
+2%
417.5 ms410.9 ms
test_invalid_run_with_input_type_chat
src/backend/tests/unit/test_endpoints.py
CodSpeed Performance Gauge
+1%
29.2 ms28.8 ms
test_build_flow
src/backend/tests/unit/test_chat_endpoint.py
CodSpeed Performance Gauge
+1%
400.4 ms396.9 ms
test_setup_llm_caching
src/backend/tests/performance/test_server_init.py
CodSpeed Performance Gauge
0%
961.5 µs956.9 µs
test_initialize_super_user
src/backend/tests/performance/test_server_init.py
CodSpeed Performance Gauge
0%
159.4 ms159 ms
test_successful_run_with_input_type_any
src/backend/tests/unit/test_endpoints.py
CodSpeed Performance Gauge
0%
255 ms255 ms
test_successful_run_with_output_type_debug
src/backend/tests/unit/test_endpoints.py
CodSpeed Performance Gauge
0%
250.3 ms250.4 ms
test_initialize_services
src/backend/tests/performance/test_server_init.py
CodSpeed Performance Gauge
0%
154.5 ms154.8 ms
test_load_flows
src/backend/tests/performance/test_server_init.py
CodSpeed Performance Gauge
0%
1 ms1 ms
test_get_all
src/backend/tests/unit/test_endpoints.py
CodSpeed Performance Gauge
0%
468.9 ms470.5 ms
test_create_starter_projects
src/backend/tests/performance/test_server_init.py
CodSpeed Performance Gauge
-1%
1.1 s1.1 s
test_starter_projects
src/backend/tests/unit/test_endpoints.py
CodSpeed Performance Gauge
-2%
1.1 s1.1 s

Commits

Click on a commit to change the comparison range
Base
main
40925e8
-32.31%
feat: add dialog support to dropdown components and enhance AstraDB integration - Introduced a new NodeDialog component for improved user interaction when connecting to Astra DB. - Updated AstraDBVectorStoreComponent to include a dialog option for creating new collections. - Enhanced dropdown components to support dialog functionality, allowing users to create new options directly from the dropdown. - Added `hasDialog` property to relevant component types to manage dialog visibility. - Refactored utility functions to support new naming conventions and improve code clarity.
829b1ef
1 year ago
by deon-sanchez
+18.75%
[autofix.ci] apply automated fixes
d4e5cb4
1 year ago
by autofix-ci[bot]
+71.77%
Update astradb.py
e4f0dac
1 year ago
by erichare
[autofix.ci] apply automated fixes
b28fcd7
1 year ago
by autofix-ci[bot]
+89.11%
[autofix.ci] apply automated fixes
4d60999
1 year ago
by autofix-ci[bot]
-1.56%
refactor: standardize JSON formatting and clean up input types in Vector Store RAG configuration - Reformatted JSON structure for better readability, ensuring consistent indentation and line breaks. - Updated input types across various components to use array notation for clarity. - Removed extraneous entries in package-lock.json to streamline dependencies. - Enhanced overall maintainability of the configuration files.
758dd97
1 year ago
by deon-sanchez
-31.96%
Merge branch 'main' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
2683eec
1 year ago
by deon-sanchez
+20.19%
Merge branch 'main' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
9ffc619
1 year ago
by deon-sanchez
-84.32%
Merge branch 'main' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
560c781
1 year ago
by deon-sanchez
+88.02%
Properly set dictionary mapping
19f213c
1 year ago
by erichare
-48.16%
Update astradb.py
361154b
1 year ago
by erichare
+24.16%
[autofix.ci] apply automated fixes
056171f
1 year ago
by autofix-ci[bot]
-23.86%
Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
1613c66
1 year ago
by deon-sanchez
-60.92%
Update astradb.py
fd60247
1 year ago
by erichare
+84.87%
Fix autodetection
46d19d1
1 year ago
by erichare
-22.46%
Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
837a7fb
1 year ago
by deon-sanchez
-0.25%
Refactor and enhance AstraDB integration and dropdown components - Updated the `Vector Store RAG.json` configuration for improved formatting and consistency in output and input types. - Enhanced the `NodeDialogComponent` to accept `dialogInputs` as a prop, allowing for more dynamic content rendering. - Modified the `Dropdown` component to use `onSelect` instead of `onClick` for better accessibility and user interaction. - Improved rendering logic in the `Dropdown` component to conditionally display icon options based on the presence of `dialogInputs`. These changes enhance the usability and flexibility of the AstraDB integration and dropdown components, providing a more intuitive user experience.
c4b1e98
1 year ago
by deon-sanchez
-29.19%
[autofix.ci] apply automated fixes
ceb1a03
1 year ago
by autofix-ci[bot]
+51.77%
Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
4500461
1 year ago
by deon-sanchez
+40.69%
[autofix.ci] apply automated fixes (attempt 2/3)
9559a8c
1 year ago
by autofix-ci[bot]
-40.91%
Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
404de1c
1 year ago
by erichare
+0.02%
Update astradb.py
6757dcd
1 year ago
by erichare
-48.12%
Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
3b24b0f
1 year ago
by deon-sanchez
+65.48%
[autofix.ci] apply automated fixes
15aee41
1 year ago
by autofix-ci[bot]
-75.74%
[autofix.ci] apply automated fixes
d06ab36
1 year ago
by autofix-ci[bot]
+12.1%
[autofix.ci] apply automated fixes
14195c4
1 year ago
by autofix-ci[bot]
+46.82%
Merge branch 'main' into feat-common-dialog-astra
dd1a75b
1 year ago
by erichare
-24.21%
[autofix.ci] apply automated fixes
d3b7496
1 year ago
by autofix-ci[bot]
-6.42%
Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
7a8387a
1 year ago
by deon-sanchez
-14.14%
Refactor Dropdown and ParameterRender Components for Improved Readability and Functionality - Renamed functions in Dropdown component for clarity: `renderOptionsList` and `renderCreateOptionDialog` to `oldRenderOptionsList` and `renderCustomOptionDialog`, respectively. - Enhanced the rendering logic in Dropdown to streamline the display of options and metadata. - Simplified the return structure in ParameterRenderComponent to always render the RefreshParameterComponent, improving code consistency. - Updated RefreshParameterComponent to conditionally display the refresh button based on the presence of dialog inputs. These changes improve code readability and maintainability while ensuring consistent behavior across components.
d73bda3
1 year ago
by deon-sanchez
+19.77%
Merge branch 'main' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
79f6bcd
1 year ago
by deon-sanchez
×18
Merge branch 'main' into feat-common-dialog-astra
bf20dce
1 year ago
by erichare
[autofix.ci] apply automated fixes
7599287
1 year ago
by autofix-ci[bot]
-13.65%
[autofix.ci] apply automated fixes
2bed5eb
1 year ago
by autofix-ci[bot]
-26.59%
[autofix.ci] apply automated fixes (attempt 2/3)
01b745b
1 year ago
by autofix-ci[bot]
+58.99%
[autofix.ci] apply automated fixes
4bda99c
1 year ago
by autofix-ci[bot]
-93.69%
[autofix.ci] apply automated fixes
296887a
1 year ago
by autofix-ci[bot]
+69.32%
Merge branch 'feat-common-dialog-astra' of https://github.com/langflow-ai/langflow into feat-common-dialog-astra
017b767
1 year ago
by deon-sanchez
-34.51%
[autofix.ci] apply automated fixes
384c103
1 year ago
by autofix-ci[bot]
+33.39%
Update Vector Store RAG.json
f7cb943
1 year ago
by erichare
-18%
Update astradb.py
e65728a
1 year ago
by erichare
© 2026 CodSpeed Technology
Home Terms Privacy Docs