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
Gabriel Luiz Freitas Almeida
0268c7c0dd
refactor: remove unused tests
2024-06-24 05:42:46 -07:00
ming luo
20f7c6757f
mock kube-config
2024-06-21 20:55:42 -07:00
ming luo
17adc8b5a5
fix unit test
2024-06-21 20:55:42 -07:00
ming luo
1bf668a941
kubernetes secret manager
2024-06-21 20:55:42 -07:00
Gabriel Luiz Freitas Almeida
cad13f17c3
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
Gabriel Luiz Freitas Almeida
29759f2c3e
refactor: Rename test_record.py to test_data_class.py and update imports and references accordingly
2024-06-20 21:27:37 -03:00
Gabriel Luiz Freitas Almeida
47c0522c7b
Merge remote-tracking branch 'origin/dev' into two_edges
2024-06-20 13:41:00 -03:00
Nicolò Boschi
e3656a6a43
fix: "Flow" object has no field "last_tested_version" when loading flows from dir ( #2221 )
2024-06-19 18:15:50 +02:00
Nicolò Boschi
51c1aa1ec8
fix: graph process should raise the actual error when failing
2024-06-19 08:46:09 -07:00
Nicolò Boschi
e45737aaaa
fix: graph process should raise the actual error when failing
2024-06-19 08:46:09 -07:00
Nicolò Boschi
818dfa7c6d
ci: skip test run_flow_from_json_object ( #2227 )
...
ci: skip test test_run_flow_from_json_object
2024-06-19 11:11:59 -04:00
Nicolò Boschi
6e49a2ec3b
fix test: test_data_components.test_directory_without_mocks ( #2223 )
2024-06-19 08:41:51 -04:00
ogabrielluiz
74af14b373
refactor: Update docs_path in test_data_components.py to fix directory path
...
The code changes in test_data_components.py update the `docs_path` variable to fix the directory path for loading components. The previous path was incorrect, and this update ensures that the correct path is used. This refactor improves the accuracy and reliability of the code.
2024-06-18 22:42:14 -03:00
ogabrielluiz
412a793a4c
refactor: Update DocumentsToDataComponent class name in test_helper_components.py
...
The code changes in test_helper_components.py update the class name from DocumentToDataComponent to DocumentsToDataComponent. This refactor improves the clarity and consistency of the code.
2024-06-18 22:42:06 -03:00
ogabrielluiz
ca95e66b88
✅ (test_custom_component.py): update test_custom_component_get_function_entrypoint_args to reflect correct number of arguments in build method
...
📝 (test_custom_component.py): reorganize import statements for better readability and consistency
♻️ (test_custom_component.py): refactor build method in YourComponent class to simplify and improve code readability
2024-06-18 22:41:57 -03:00
ogabrielluiz
d07ee5964f
refactor: Update data folder path in conftest.py
2024-06-18 19:03:48 -03:00
ogabrielluiz
c3a45b856b
move data folder back
2024-06-18 18:47:04 -03:00
ogabrielluiz
584cd59961
Merge remote-tracking branch 'origin/dev' into two_edges
2024-06-18 14:51:19 -03:00
ogabrielluiz
c43d62cbd2
move data folder
2024-06-18 00:20:12 -03:00
ming
696e620468
fix path to the unit test data folder ( #2201 )
2024-06-17 16:34:52 -04:00
ogabrielluiz
88754b9cf3
Refactor build_template_from_class function to remove unused code and improve readability
2024-06-17 10:55:50 -03:00
cristhianzl
fcf4512210
merge dev into two_edges
2024-06-17 10:01:28 -03:00
Jordan Frazier
ca660cf8df
test: add astra integration test ( #2189 )
...
* add first astra integ test framework
* use fixtures
* remove old tests from merge
* Add correct sender type
* chore: Update unit test command in GitHub workflow
---------
Co-authored-by: ogabrielluiz <gabriel@langflow.org>
2024-06-15 19:50:38 -07:00