-
Notifications
You must be signed in to change notification settings - Fork 97
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
Implementation of Dapr Building Block: Bindings #7970
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7970 +/- ##
==========================================
+ Coverage 59.46% 59.48% +0.02%
==========================================
Files 577 581 +4
Lines 38644 38893 +249
==========================================
+ Hits 22978 23135 +157
- Misses 13998 14078 +80
- Partials 1668 1680 +12 ☔ View full report in Codecov by Sentry. |
@SoTrx, Thank you again for the amazing contributions! |
Sure ! |
a7fea59
to
6757856
Compare
I've removed the scopes implementations from this one and made the proposed schema changes for the Bindings Building Block. I just saw the new PR checklist—should I also create a PR in the design notes repo? |
Thank you for the update and for providing detailed information in the issue: #7960. ccing @rynowak, @kachawla, and @willtsai for input as well. |
If you have time, that would be awesome. We like to see a design document for API changes. Adding a new resource type is definitely design-doc worthy. There are lots of examples, feel free to ping any of us on discord if you want pointers or feedback. |
Hello @SoTrx, let us know whenever this PR is updated per the design document discussions, and we'll make progress with the PR review for it. Thanks again! |
43fe975
to
7bde513
Compare
namespace Applications.Dapr; | ||
|
||
@doc("Dapr binding portable resource") | ||
model DaprBindingResource |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: Should I rename this from "DaprBindings" to "Binding" as per the design notes? Some Dapr components use the "Dapr" prefix, such as statestore, while others do not, such as secretstore.
Should be good to go ! |
Signed-off-by: SoTrx <[email protected]>
This reverts commit 8496b05. Signed-off-by: SoTrx <[email protected]>
Signed-off-by: SoTrx <[email protected]>
Signed-off-by: SoTrx <[email protected]>
Signed-off-by: SoTrx <[email protected]>
Signed-off-by: SoTrx <[email protected]>
Signed-off-by: SoTrx <[email protected]>
dd3cac3
to
6690650
Compare
Description
Hey,
This PR introduces support for Dapr Bindings
Type of change
Fixes: #7960