mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-04 09:01:00 -05:00
* create exhaustive access test (missing body stubs) * use json body in rest requests * use better stubs * green test for create_shard_key * make it work for delete_shard_key * make it work for list_collections * make it work for get_collection * make it work for create_collection * make it work for update_collection_params * make it work for delete_collection * make it work for update_aliases * make it work for create_index * make it work for collection_exists * make it work for delete_index * make it work for get_collection_cluster_info * don't build grpcio and use `uv` for faster deps installation * partially prepare for update cluster ops * make it work for list_collection_aliases * make it work for list_aliases * make it work for list_collection_snapshots * make it work for create_collection_snapshot * huge refactor + make it work for delete_collection_snapshot * make it work for download_collection_snapshot * test_upload_collection_snapshot * test_recover_collection_snapshot * test_recover_collection_snapshot * test_upload_shard_snapshot * test_recover_shard_snapshot * test_list_shard_snapshots * test_create_shard_snapshot * test_delete_shard_snapshot * test_download_shard_snapshot * test_list_snapshots and test_create_snapshot * test_delete_snapshot * test_download_full_snapshot * test_get_cluster * test_recover_raft_state * test_delete_peer * prepare for splitting into another PR * skip api exhaustiveness checks * lil cleanup * fix integration tests workflow * test search api * test recommend api * test discover api * test count and scroll * test get and upsert points * test update points batch * test update and delete vectors * test set, overwrite, delete, and clear payload * test service level actions * finish testing (with errors), introduce not needing success * make tests much faster * simplify delete tests * complete collection cluster operations * cleanup * update after rebase * change permissions for create and delete shard keys * review fixes * add newline
19 lines
289 B
Plaintext
19 lines
289 B
Plaintext
/target
|
|
/.idea
|
|
/.vscode
|
|
/.devcontainer
|
|
/storage
|
|
/snapshots
|
|
/consensus_test_logs
|
|
/config/local
|
|
/tls
|
|
/static
|
|
*.log
|
|
.qdrant-initialized
|
|
/.hypothesis
|
|
**/__pycache__
|
|
tests/storage-compat/compatibility.tar
|
|
tests/storage-compat/full-snapshot.snapshot.gz
|
|
tests/storage-compat/storage.tar.bz2
|
|
venv
|