-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: don't compile the actuator module if users don't need it #388
Conversation
This reverts commit c5d29d8
* dapr/state:add get/save state dapr api Signed-off-by: zach <[email protected]> * dapr/state:add query/delete state Signed-off-by: zach <[email protected]> * dapr/state_api:replace cel-go with v0.5.1 Signed-off-by: zach <[email protected]> * dapr/state_api:fix state api ut Signed-off-by: zach <[email protected]> * dapr/state_api:init slice with cap Signed-off-by: zach <[email protected]> * dapr/state_api: remove encrypt dependency Signed-off-by: zach <[email protected]> * remove unused code * add comments Co-authored-by: seeflood <[email protected]> # Conflicts: # pkg/grpc/dapr/dapr_api_state.go # pkg/grpc/dapr/dapr_api_unimplement.go # pkg/grpc/default_api/api.go # pkg/grpc/default_api/api_state.go
* dapr/state:add get/save state dapr api Signed-off-by: zach <[email protected]> * dapr/state:add query/delete state Signed-off-by: zach <[email protected]> * dapr/state_api:replace cel-go with v0.5.1 Signed-off-by: zach <[email protected]> * dapr/state_api:fix state api ut Signed-off-by: zach <[email protected]> * dapr/state_api:init slice with cap Signed-off-by: zach <[email protected]> * dapr/state_api: remove encrypt dependency Signed-off-by: zach <[email protected]> * remove unused code * add comments Co-authored-by: seeflood <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #388 +/- ##
==========================================
- Coverage 56.87% 56.75% -0.13%
==========================================
Files 114 115 +1
Lines 6085 6093 +8
==========================================
- Hits 3461 3458 -3
- Misses 2270 2283 +13
+ Partials 354 352 -2
Continue to review full report at Codecov.
|
What this PR does:
main.go
and delete actuator code so that the actuator module won't be compiledWhich issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: