-
Notifications
You must be signed in to change notification settings - Fork 223
Initial workflow dashboard config for testcontainers #1601
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
base: master
Are you sure you want to change the base?
Conversation
a4186f2 to
31b1c7f
Compare
|
@dapr/approvers-java-sdk @dapr/maintainers-java-sdk can you please provide feedback about this ? |
49ea3a6 to
cdcbaec
Compare
testcontainers-dapr/src/test/java/io/dapr/testcontainers/DaprWorkflowDashboardTest.java
Show resolved
Hide resolved
testcontainers-dapr/src/main/java/io/dapr/testcontainers/WorkflowDashboardContainer.java
Outdated
Show resolved
Hide resolved
93bd884 to
72c8015
Compare
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
* Adding a Flux based subscribeToEvents method Signed-off-by: Artur Ciocanu <[email protected]> * Simplify GRPC stream handling Signed-off-by: Artur Ciocanu <[email protected]> * Simplify Javadoc Signed-off-by: Artur Ciocanu <[email protected]> * Fix unit tests and simplify implementation Signed-off-by: Artur Ciocanu <[email protected]> * Adding event subscriber stream observer to simplify subscription logic Signed-off-by: Artur Ciocanu <[email protected]> * Use start() method to start stream subscription Signed-off-by: Artur Ciocanu <[email protected]> * Add unit test for event suscriber observer Signed-off-by: Artur Ciocanu <[email protected]> * Improve the tests a little bit Signed-off-by: Artur Ciocanu <[email protected]> * Remove the unnecessary method Signed-off-by: Artur Ciocanu <[email protected]> * Improve error handling and use CloudEvent wrapper Signed-off-by: Artur Ciocanu <[email protected]> * Fix unit tests asserts Signed-off-by: Artur Ciocanu <[email protected]> * Adjust Java examples for Subscriber Signed-off-by: Artur Ciocanu <[email protected]> --------- Signed-off-by: Artur Ciocanu <[email protected]> Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
* Remove SDK docs due to migration to main Docs repo Signed-off-by: Marc Duiker <[email protected]> * Remove sed lines related to sdk docs Signed-off-by: Marc Duiker <[email protected]> --------- Signed-off-by: Marc Duiker <[email protected]> Co-authored-by: salaboy <[email protected]> Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
6465e10 to
41ada66
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1601 +/- ##
============================================
+ Coverage 76.91% 78.56% +1.65%
- Complexity 1592 1963 +371
============================================
Files 145 218 +73
Lines 4843 6000 +1157
Branches 562 662 +100
============================================
+ Hits 3725 4714 +989
- Misses 821 945 +124
- Partials 297 341 +44 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Support the Dapr Workflow Dashboard Container
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: #1600
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: