langflow/tests/unit
Gabriel Luiz Freitas Almeida d85657f214
Refactor "created_at" column type for consistency and fix cancel middleware (#2316) (#2320)
* chore: update linting workflows to include dev branch in merge_group

* Update README.md

Add 1.0 banner

* Update README.md

* chore: update package versions in pyproject.toml files

* Refactor "created_at" column type for consistency and fix cancel middleware (#2316)

* chore: update linting workflows to include dev branch in merge_group

* Update README.md

Add 1.0 banner

* Update README.md

* chore: update package versions in pyproject.toml files

* refactor: update "created_at" column type to use the "sa" module for consistency

* Update README.md

Add 1.0 banner

* chore: Remove unused import in ToolCallingAgent.py

* fix: adapt RequestCancelledMiddleware to handle cancelled requests

* chore: Remove unused import in test_helper_components.py

* refactor: Declare queue variable with explicit type in RequestCancelledMiddleware

---------

Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com>

* chore: Update AstraDB.py imports and method signature for search_documents

* chore: Update package versions in pyproject.toml files

* chore: Update run-name in release.yml for Langflow Release

* fix: add call to _add_documents_to_vector_store in AstraDB component

---------

Co-authored-by: Rodrigo Nader <rodrigosilvanader@gmail.com>
2024-06-24 13:15:54 -07:00
..
__init__.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00
test_api_key.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00
test_cache.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00
test_cli.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00
test_custom_component.py (test_custom_component.py): update test_custom_component_get_function_entrypoint_args to reflect correct number of arguments in build method 2024-06-18 22:41:57 -03:00
test_data_class.py refactor: Rename test_record.py to test_data_class.py and update imports and references accordingly 2024-06-20 21:27:37 -03:00
test_data_components.py refactor: Update test_data_components.py to assert file_dict instead of result.text in test_directory_without_mocks 2024-06-21 15:46:17 -03:00
test_database.py fix: "Flow" object has no field "last_tested_version" when loading flows from dir (#2221) 2024-06-19 18:15:50 +02:00
test_files.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00
test_frontend_nodes.py merge dev into two_edges 2024-06-17 10:01:28 -03:00
test_graph.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00
test_helper_components.py Refactor "created_at" column type for consistency and fix cancel middleware (#2316) (#2320) 2024-06-24 13:15:54 -07:00
test_initial_setup.py refactor: Rename test_record.py to test_data_class.py and update imports and references accordingly 2024-06-20 21:27:37 -03:00
test_kubernetes_secrets.py mock kube-config 2024-06-21 20:55:42 -07:00
test_loading.py ci: skip test run_flow_from_json_object (#2227) 2024-06-19 11:11:59 -04:00
test_login.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00
test_process.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00
test_setup_superuser.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00
test_template.py Refactor build_template_from_class function to remove unused code and improve readability 2024-06-17 10:55:50 -03:00
test_validate_code.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00
text_experimental_components.py test: add astra integration test (#2189) 2024-06-15 19:50:38 -07:00