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

[FR]: Sort services in enclave inspect by service creation time #135

Closed
mieubrisse opened this issue Mar 10, 2023 · 2 comments
Closed

[FR]: Sort services in enclave inspect by service creation time #135

mieubrisse opened this issue Mar 10, 2023 · 2 comments

Comments

@mieubrisse
Copy link
Collaborator

Background and motivation

Right now the current enclave inspect output sorts services on their UUID, which leads to crazy sorts:

Screen Shot 2023-03-09 at 15 56 12

It would be reasonable to sort based on the service creation time

Current behavior

Sort by UUID

Desired behavior

Sort by service creation time

How important is this feature or improvement to you?

Nice to have, this feature would make using Kurtosis more enjoyable.

@leeederek
Copy link
Contributor

Sorting by name (#139) is likely good enough here and I'm in favor of closing this out. @mieubrisse, do you agree that the changes made in #139 address this pain point, even though the implementation is different (sorting by name instead of creation time).

@mieubrisse
Copy link
Collaborator Author

Fine for now, though I do think sorting by creation time will become more important when we have bigger enclaves

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants