langflow/tests
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
..
data refactor: rename TextInput to MessageTextInput 2024-06-23 15:24:11 -07:00
integration chore: Build vector store in test_astra_setup 2024-06-22 12:32:54 -07:00
locust Reapply "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes" 2024-02-05 19:02:34 -03:00
unit Refactor "created_at" column type for consistency and fix cancel middleware (#2316) (#2320) 2024-06-24 13:15:54 -07:00
conftest.py fix path to data folder 2024-06-20 19:08:40 -03:00
test_endpoints.py merge dev into two_edges 2024-06-17 10:01:28 -03:00
test_schema.py refactor: Update langflow components and constants 2024-06-13 10:40:39 -03:00
test_user.py refactor: update dict to model_dump 2024-06-23 18:35:21 -07:00
test_webhook.py Add webhook test and fix webhook to support endpoint name 2024-06-14 16:30:17 -03:00