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

Fix/db #37

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Fix/db #37

merged 3 commits into from
Jun 6, 2024

Conversation

bcumming
Copy link
Member

@bcumming bcumming commented Jun 6, 2024

There is a mistake in the database design, where if there is more than one image with the same name/version:tag, e.g.

  • netcdf-tools/2024:v1 on balfrin
  • netcdf-tools/2024:v1 on santis
    Only one of the instances will be in the in-memory database that is formed when uenv image find is called, leading to missing entries.

This PR moves the additional data, uarch and system to the unique uenv identifier table

Adds unit tests that are fixed by the changes.

bcumming added 3 commits June 5, 2024 11:00
Add a progress bar that shows uenv image pull progress

Very useful for large images, which take a long enough to download.
@bcumming bcumming merged commit 22fb93c into releases/4.1 Jun 6, 2024
6 checks passed
@bcumming bcumming deleted the fix/db branch July 5, 2024 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant