Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ab43313
feat: add delete_all_documents tests to DeleteDocumentsTest mixin
davidsbatista Jan 22, 2026
8bdd366
Merge branch 'main' into feat/add-delete-all-documents-tests
davidsbatista Jan 30, 2026
e62685b
adding delete_all_documents to DocumentStoreProtocol
davidsbatista Feb 3, 2026
0f870da
Merge branch 'main' into feat/add-delete-all-documents-tests
davidsbatista Feb 3, 2026
9a0282e
type ignore since delete_all_documents no part of Protocol
davidsbatista Feb 3, 2026
f439c80
adding tests for delete_by_filter and update_by_filter
davidsbatista Feb 3, 2026
87a5a67
converting methods to static
davidsbatista Feb 3, 2026
f4460ba
updating tests
davidsbatista Feb 3, 2026
13b4ffa
adding test_delete_by_filter_advanced_filters() test
davidsbatista Feb 3, 2026
e9726e4
test_update_by_filter_advanced_filters
davidsbatista Feb 3, 2026
53b98ff
Merge branch 'main' into feat/add-delete-all-documents-tests
davidsbatista Feb 4, 2026
8856ee2
extending tests to support refresh option if present - for ElasticSea…
davidsbatista Feb 4, 2026
62c704c
Merge branch 'main' into feat/add-delete-all-documents-tests
davidsbatista Feb 4, 2026
78405d3
adding release notes
davidsbatista Feb 4, 2026
04f556b
adding safeguard for DocumentStores that don't implement delete_all_d…
davidsbatista Feb 4, 2026
8c61672
moving all tests into a new class DocumentStoreBaseExtendedTests
davidsbatista Feb 5, 2026
29a7686
further drilling down new tests into separate classes
davidsbatista Feb 5, 2026
63eb1ee
Merge branch 'main' into feat/add-delete-all-documents-tests
davidsbatista Feb 5, 2026
5b7f6b1
Update haystack/testing/document_store.py
davidsbatista Feb 5, 2026
decb306
type ignore
davidsbatista Feb 5, 2026
6fb3198
changing pattern in sig.inspect
davidsbatista Feb 5, 2026
2f92aa5
Merge branch 'main' into feat/add-delete-all-documents-tests
davidsbatista Feb 5, 2026
4e28a53
adding skip to delete_all_docs tests based on recreate_index/collecti…
davidsbatista Feb 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading