Merge master#460
Merged
Merged
Conversation
Signed-off-by: Arghya Sadhu <arghya88@gmail.com>
Signed-off-by: Arghya Sadhu <arghya88@gmail.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* add metadata in get bulk state request * rollback DaprClientGrpcTest which should be comitted in another PR * fix compile error after merge * update unit test for metadata in getBulkState() * re-trigger build again * add test for withMetadata() Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Signed-off-by: Arghya Sadhu <arghya88@gmail.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Fix input encoding and error parsing for HTTP calls. * Adds tests for special char in HTTP call. * Rename path to pathSegments
…ontent-type in PubSub over GRPC (#431)
* Fix blocking calls for gRPC even though using Reactor * delete unused wrap method * add: throw exception if fatal * Add "NoHotMono" unit tests for DaprClientGrpc Co-authored-by: 刘禅 <zuojie@alibaba-inc.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
* Fix handling of metadata, headers. Removes etag from getState(). * Update CLI and runtime. * Fix ITs.
* Rename InvokeServiceRequest to InvokeMethodRequest. * Organize imports.
* Makes service method API invocations over HTTP by default. * Add logic to avoid building managedchannel in case of http API for actor runtime.
* Use DaprChannel instead of closeable ActorProxyBuilder. * Refactor Actor channel into DaprChannel and out of ActorProxyBuilder. * Rename DaprChannel to ActorClient and make it a DaprClient. * Make ActorClient not implement DaprClient but implement same method. * Update sdk-actors/src/main/java/io/dapr/actors/client/ActorProxyBuilder.java Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com> * Update sdk-actors/src/test/java/io/dapr/actors/client/ActorProxyBuilderTest.java Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com> * Rename ActorProxyForTestsImpl to ActorProxyImplForTests Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Adding GetBulkSecret API.
Unit tests for nullable-etag (#442)
…handling (#458) * Updating state management example to include etag mismatch exception scenario. Dapr runtime grpc exception handling was recently updated to return aborted error code on etage mismatch for mutations, the example is updated to reflect that the runtime updates will be propagated through the java sdk. * Addressed feedback to merge block call with api call. * Updating readme with block() call updates, missed in previous commit
* Adding Dapr Spring Boot Starter. * Move Dapr Spring Boot Starter into existing sdk-springboot project. Co-authored-by: Darren Wang <darren_wang@outlook.com>
Codecov Report
@@ Coverage Diff @@
## release-1.0 #460 +/- ##
=================================================
- Coverage 83.26% 82.92% -0.35%
- Complexity 835 931 +96
=================================================
Files 72 79 +7
Lines 2486 2717 +231
Branches 255 269 +14
=================================================
+ Hits 2070 2253 +183
- Misses 293 331 +38
- Partials 123 133 +10
Continue to review full report at Codecov.
|
mukundansundar
approved these changes
Jan 28, 2021
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Merge master into release-1.0
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: endgame
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: