Skip to content
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

Initial Dapr "Run File" Integration #271

Merged
merged 16 commits into from
Feb 7, 2023
Merged

Initial Dapr "Run File" Integration #271

merged 16 commits into from
Feb 7, 2023

Conversation

philliphoff
Copy link
Member

@philliphoff philliphoff commented Feb 3, 2023

In preparation for Dapr 1.10, several "run file" related features.

Reorganizes the Dapr view to group applications by their associated run file, if any.

Screenshot 2023-02-03 at 13 19 00

Applications are not associated will be listed under an "Individual Applications" node.

Screenshot 2023-02-03 at 13 19 37

If no applications are associated with a run file, all will be listed at the root level (as they are today).

Screenshot 2023-02-03 at 13 19 56

Enables (still rudimentary) attaching to application processes associated with Dapr applications (.NET and Node.js to begin with, with Python not currently working, and Java to follow). Applications can be attached individually, or as a group (if part of a run file).

Screenshot 2023-02-03 at 13 20 37

Screenshot 2023-02-03 at 13 21 06

Resolves #269
Resolves #270

@philliphoff philliphoff merged commit 98795ae into main Feb 7, 2023
@philliphoff philliphoff deleted the philliphoff-run-apps branch February 7, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Attach debugger to application process [Enhancement] Organize Dapr applications by run file
3 participants