Skip to content

Conversation

@Hugome
Copy link
Contributor

@Hugome Hugome commented Mar 21, 2021

Description

Add Shutdown api

Issue reference

Related to dapr/dapr#2828

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Tests pass
  • Created/updated tests
  • Extended the documentation
@codecov-io
Copy link

Codecov Report

Merging #80 (8f58b9b) into main (c916dc3) will decrease coverage by 0.10%.
The diff coverage is 0.00%.

Impacted file tree graph

@@ Coverage Diff @@ ## main #80 +/- ## ============================================ - Coverage 73.78% 73.68% -0.11%  - Complexity 384 385 +1  ============================================ Files 48 48 Lines 1423 1425 +2 ============================================ Hits 1050 1050 - Misses 373 375 +2 
Impacted Files Coverage Δ Complexity Δ
src/lib/DaprClient.php 0.00% <0.00%> (ø) 17.00 <1.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c916dc3...8f58b9b. Read the comment docs.

@withinboredom withinboredom self-assigned this Mar 23, 2021
@withinboredom withinboredom added the enhancement New feature or request label Mar 23, 2021
@withinboredom withinboredom added this to the v1.1.0 milestone Mar 23, 2021
@withinboredom withinboredom changed the base branch from main to release-1.1.0 April 5, 2021 16:45
@withinboredom withinboredom merged commit 9846c17 into dapr:release-1.1.0 Apr 10, 2021
withinboredom added a commit that referenced this pull request Apr 10, 2021
* Update dependencies * Update daprd * feat: add shutdown (#80) * feat: add shutdown * Adds params and throw attributes * Add param description * Add a helper to shutdown at the end of the request * Ensure unit tests using the mock client will fail if they try to call the sidecar after shutting it down. * Use POST to shutdown Co-authored-by: Rob Landers <landers.robert@gmail.com> * Add actor reference (#71) * Add actor reference * Add 'get from interface' * Use interface instead * fix bad var name * Add actor reference to tests * Implement an actor reference and address * ok, I think I like the way it works now * Add deprecation to actor reference * Revert format change * Revert comment * Add more tests * not going to deprecate actor proxy After thinking about it and trying to understand usages, I don't think this should be deprecated at this time. Co-authored-by: Hugome <Hugome@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

3 participants