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

Support different (local) software with same file name #104

Closed
Tracked by #25
tsagadar opened this issue Aug 29, 2024 · 1 comment · Fixed by #123
Closed
Tracked by #25

Support different (local) software with same file name #104

tsagadar opened this issue Aug 29, 2024 · 1 comment · Fixed by #123
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tsagadar
Copy link
Collaborator

Currently the uploaded software files have to be named differently to avoid a name clash.

Issue and solution approach discussed here #81 (comment)

@b-rowan
Copy link
Contributor

b-rowan commented Aug 29, 2024

I think this might be something for v0.2.1?

@b-rowan b-rowan added enhancement New feature or request v0.2.1 labels Aug 29, 2024
@tsagadar tsagadar mentioned this issue Sep 2, 2024
25 tasks
@tsagadar tsagadar added v0.3.0 and removed v0.2.1 labels Sep 2, 2024
@b-rowan b-rowan added this to the v0.3.0 milestone Sep 3, 2024
@b-rowan b-rowan removed the v0.3.0 label Sep 3, 2024
@b-rowan b-rowan self-assigned this Sep 5, 2024
UpstreamData added a commit that referenced this issue Sep 5, 2024
To prevent overlaps with local files that have the same name but are different files, the path for artifacts is now `<artifact_dir>/<file_hash>/<filename>`.
Files with the same version and compatibility wil still raise an error to the frontend.

Fixes: #104
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants