-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
State store: make BulkSet/BulkDelete not transactional (dapr#6342)
* Updated interfaces Signed-off-by: ItalyPaleAle <[email protected]> * Add bulk routines for state stores Signed-off-by: ItalyPaleAle <[email protected]> * Support passing BulkStoreOpts Signed-off-by: ItalyPaleAle <[email protected]> * Updated gRPC APIs Signed-off-by: ItalyPaleAle <[email protected]> * 💄 Signed-off-by: ItalyPaleAle <[email protected]> * Updated HTTP APIs Signed-off-by: ItalyPaleAle <[email protected]> * Added replacement to go.mod Signed-off-by: ItalyPaleAle <[email protected]> * Updated BulkSet in runtime too Signed-off-by: ItalyPaleAle <[email protected]> * Updated pinned contrib Signed-off-by: ItalyPaleAle <[email protected]> * Updated test app Signed-off-by: ItalyPaleAle <[email protected]> * 💄 Signed-off-by: ItalyPaleAle <[email protected]> * Working on etag test Signed-off-by: ItalyPaleAle <[email protected]> * More tests Signed-off-by: ItalyPaleAle <[email protected]> * Completed E2E test for HTTP API Signed-off-by: ItalyPaleAle <[email protected]> * Bulk*WithOptions->Bulk* Signed-off-by: ItalyPaleAle <[email protected]> * Added E2E tests for gRPC Signed-off-by: ItalyPaleAle <[email protected]> * Simplified code Signed-off-by: ItalyPaleAle <[email protected]> * Enabled E2E test Signed-off-by: ItalyPaleAle <[email protected]> * BulkStoreError contains key and not sequence Signed-off-by: ItalyPaleAle <[email protected]> * Updated pinned contrib Signed-off-by: ItalyPaleAle <[email protected]> * Pin contrib v1.11.0-rc.4 Signed-off-by: Bernd Verst <[email protected]> * 💄 Signed-off-by: ItalyPaleAle <[email protected]> * Fixed SDK test workflow Signed-off-by: ItalyPaleAle <[email protected]> * Removed unnecessary go.od Signed-off-by: ItalyPaleAle <[email protected]> * Fixed SDK workflow Signed-off-by: ItalyPaleAle <[email protected]> * Fix lint. Signed-off-by: Artur Souza <[email protected]> --------- Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Bernd Verst <[email protected]> Signed-off-by: Artur Souza <[email protected]> Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Bernd Verst <[email protected]> Co-authored-by: Artur Souza <[email protected]>
- Loading branch information
1 parent
f23c727
commit 89a93c9
Showing
32 changed files
with
2,019 additions
and
684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.