-
Notifications
You must be signed in to change notification settings - Fork 7
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
Replacement PR for #1349 (neuro images ls -l support) #1354
Conversation
This pull request introduces 1 alert when merging b91d973 into 2a9fb8b - view on LGTM.com new alerts:
|
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 on green.
I think there may be some issues with formatter.
…latform-client-python into long-images-list-2
Codecov Report
@@ Coverage Diff @@
## master #1354 +/- ##
=========================================
Coverage ? 89.16%
=========================================
Files ? 48
Lines ? 6580
Branches ? 1042
=========================================
Hits ? 5867
Misses ? 554
Partials ? 159 Continue to review full report at Codecov.
|
…latform-client-python into long-images-list-2
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.
Please add CHANGELOG.D record
…on is not successful
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.
the diff does not look good. should be rebased.
|
||
class LongImagesFormatter(BaseImagesFormatter): | ||
def __call__(self, images: Iterable[RemoteImage]) -> Iterable[str]: | ||
rows = [[str(image), image.as_docker_url] for image in images] |
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.
The last neat: please add the table header, like for neuro ps
command.
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.
What would be good headers? 'IMAGE URL', 'DOCKER URL'?
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.
I guess Neuro URL
and Docker URL
(both capitalized) -- to reflect the fact that the first value should be used with neuro
, the second is for docker
.
Had to recreate PR because Azure failed to run the checks