-
Notifications
You must be signed in to change notification settings - Fork 428
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
feat: update app show to display if workload is deployed #3379
feat: update app show to display if workload is deployed #3379
Conversation
Please ignore test failures and observe the commented code as I have open this PR for your 1st glance so that we can decide which path to choose to display environments in workloads table. Please let me know your thoughts on the implementation. :) |
I like the first option! 😄 |
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.
LGTM! Thank you for the unit tests!
I have mostly just nits and a suggestion/though on Environments
column when the service isn't deployed at all.
Also I think we should probably consider moving description
from app_show.go
to describe/app.go
. Not the scope of this PR though, just a call out!
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.
love the errgroup
! awesome perf improvement😊
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.
Nice work for improving the performance! Thanks for diving deep into it. +1 to Danny's comments.
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.
Looks good! few small changes
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.
lgtm! great job🎉
Co-authored-by: Daniel Randall <dgrandall@me.com>
This PR adds new environments column to the workloads table in
app show
command displaying the environments to which workloads are deployed to.This PR fixes the issue #3366