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 level of aggregation in the list of images #56

Closed
sbaloo opened this issue Nov 29, 2018 · 8 comments · Fixed by #66
Closed

add a level of aggregation in the list of images #56

sbaloo opened this issue Nov 29, 2018 · 8 comments · Fixed by #66
Assignees

Comments

@sbaloo
Copy link

sbaloo commented Nov 29, 2018

When you have a lot of images like

  • xxx/image1

  • xxx/image2

  • yyy/image1

  • yyy/image2

it would be great to print it like

  • xxx/

    image1

    image2

  • yyy/

    image1
    image2

@Joxit Joxit self-assigned this Dec 1, 2018
@Joxit
Copy link
Owner

Joxit commented Dec 1, 2018

Hello,

Thank you for your comment 😄
I add this request to my to-do list. I have to think about the future user interface...

@tanrobotix
Copy link

tanrobotix commented Dec 21, 2018

@Joxit I have a lot of private docker images, about ~200, Joxit interface not really convenient to surf and find out the need one, it would be great if you add some feature like search box, group images, count list, ID, created time... into the home page. Thank you very much :D

@Joxit
Copy link
Owner

Joxit commented Dec 21, 2018

Nice, thank you for your ideas, I will also add this in my to-do list 😄

The created time can't be on the home page because there are no endpoint for this without asking for each image all their tags, and this will cause to many requests for your private registry (200*nb tags per images) 😕.

What do you mean for ID ? Image ID ? You can get the image ID by hovering the image tag in the tag list and in the history view 😉

Joxit added a commit that referenced this issue Dec 21, 2018
Joxit added a commit that referenced this issue Dec 25, 2018
@Joxit
Copy link
Owner

Joxit commented Jan 6, 2019

Hi there ! I'm working on this issue and here is the result for now !
The UI has changed a lot for this feature, I hope you'll like it ! 😄

image aggregation

@sbaloo
Copy link
Author

sbaloo commented Jan 7, 2019

Yes the evolution seems good. Thanks for your work.

Hi there ! I'm working on this issue and here is the result for now !
The UI has changed a lot for this feature, I hope you'll like it ! smile

image aggregation

@tanrobotix
Copy link

tanrobotix commented Jan 7, 2019

Hi there, that so amazinggg...~~~ Many thank you guys.

@Joxit
Copy link
Owner

Joxit commented Jan 7, 2019

Yeah! That's cool if you like it 😄
The work is still in progress, I expect a release tomorrow (v0.7.0 or v1.0.0).

@Joxit Joxit closed this as completed in #66 Jan 7, 2019
@Joxit
Copy link
Owner

Joxit commented Jan 7, 2019

🎉 Now available with master tag (latest features on master tags joxit/docker-registry-ui:master and joxit/docker-registry-ui:master-static) 🎉

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

Successfully merging a pull request may close this issue.

3 participants