-
Notifications
You must be signed in to change notification settings - Fork 95
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: Configuration Store #7906
Implementation of Dapr Building Block: Configuration Store #7906
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7906 +/- ##
==========================================
+ Coverage 60.97% 61.08% +0.11%
==========================================
Files 527 531 +4
Lines 27860 28061 +201
==========================================
+ Hits 16988 17142 +154
- Misses 9378 9425 +47
Partials 1494 1494 ☔ View full report in Codecov by Sentry. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
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.
Looking great so far! Thanks for this addition!
pkg/daprrp/api/v20231001preview/configurationstore_conversion.go
Outdated
Show resolved
Hide resolved
pkg/daprrp/api/v20231001preview/configurationstore_conversion_test.go
Outdated
Show resolved
Hide resolved
pkg/daprrp/api/v20231001preview/configurationstore_conversion_test.go
Outdated
Show resolved
Hide resolved
39e472f
to
edc3a78
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
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.
Left a nit
3a3ea2f
to
16daeb2
Compare
This is truly superb! Thank you @SoTrx for your contribution! 🔥 I have two questions. One question to the team @ytimocin , @rynowak related to this. radius/typespec/Applications.Dapr/common.tsp Lines 27 to 35 in 96fb582
Was it intentional, say, for future flexibility or do we want to update it since it applies to all components. I can create a separate issue for it . |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
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.
@lakshmimsft I'll try to make a PR for the documentation. @kachawla No problem |
Thank you, @SoTrx |
Signed-off-by: SoTrx <[email protected]>
Signed-off-by: SoTrx <[email protected]>
Signed-off-by: SoTrx <[email protected]>
Co-authored-by: Yetkin Timocin <[email protected]> Signed-off-by: SoTrx <[email protected]>
…test.go Co-authored-by: Yetkin Timocin <[email protected]> Signed-off-by: SoTrx <[email protected]>
…test.go Co-authored-by: Yetkin Timocin <[email protected]> Signed-off-by: SoTrx <[email protected]>
Co-authored-by: Yetkin Timocin <[email protected]> Signed-off-by: SoTrx <[email protected]>
Co-authored-by: Yetkin Timocin <[email protected]> Signed-off-by: SoTrx <[email protected]>
Co-authored-by: Yetkin Timocin <[email protected]> Signed-off-by: SoTrx <[email protected]>
Co-authored-by: Yetkin Timocin <[email protected]> Signed-off-by: SoTrx <[email protected]>
Co-authored-by: Yetkin Timocin <[email protected]> Signed-off-by: SoTrx <[email protected]>
Co-authored-by: Yetkin Timocin <[email protected]> Signed-off-by: SoTrx <[email protected]>
Signed-off-by: SoTrx <[email protected]>
…tionStore Signed-off-by: SoTrx <[email protected]>
…tionStore in functional tests Signed-off-by: SoTrx <[email protected]>
Co-authored-by: Yetkin Timocin <[email protected]> Signed-off-by: SoTrx <[email protected]>
…tionStore again Signed-off-by: SoTrx <[email protected]>
…tionStore again Signed-off-by: SoTrx <[email protected]>
4d2c0df
to
e655e73
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Thanks for your contribution again @SoTrx !! |
Description
Hey,
This PR adds support for Dapr Configuration Building block
Type of change
Fixes: #7889