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

Add a known property for a resource's exit code #1998

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

drewnoakes
Copy link
Member

@drewnoakes drewnoakes commented Jan 31, 2024

Relates to #1641

Exit code is a common property across resources in the UI. The UI will only show it when it has a non-null value. When the value is present, it should be visible without needing to click "show all".

Microsoft Reviewers: Open in CodeFlow

Exit code is a common property across resources in the UI. The UI will only show it when it has a non-null value. When the value is present, it should be visible without needing to click "show all".
@JamesNK
Copy link
Member

JamesNK commented Jan 31, 2024

Exit code is a common property across resources in the UI. The UI will only show it when it has a non-null value. When the value is present, it should be visible without needing to click "show all".

The original issue is containers are displaying a -1 exit code while the container is running. That will need to be addressed, otherwise -1 will be displayed for all containers. Previously the problem was hidden away, but a known property will make it obvious.

@JamesNK
Copy link
Member

JamesNK commented Jan 31, 2024

#1999 👍

@drewnoakes
Copy link
Member Author

I broke this up into a few logical changes to make review easier. Only one is marked as a fix. This just "relates to" that issue.

@drewnoakes drewnoakes merged commit 46f51f1 into dotnet:main Jan 31, 2024
9 checks passed
@drewnoakes drewnoakes deleted the add-exit-code-known-property branch January 31, 2024 02:02
radical pushed a commit to radical/aspire that referenced this pull request Feb 2, 2024
Exit code is a common property across resources in the UI. The UI will only show it when it has a non-null value. When the value is present, it should be visible without needing to click "show all".
radical pushed a commit to radical/aspire that referenced this pull request Feb 6, 2024
Exit code is a common property across resources in the UI. The UI will only show it when it has a non-null value. When the value is present, it should be visible without needing to click "show all".
@github-actions github-actions bot locked and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants