Skip to content

Comments

Multiple bug fixes#39

Merged
qqmyers merged 4 commits intomainfrom
develop
Jun 4, 2025
Merged

Multiple bug fixes#39
qqmyers merged 4 commits intomainfrom
develop

Conversation

@qqmyers
Copy link
Member

@qqmyers qqmyers commented Jun 4, 2025

This PR fixes two bugs found since the v0.3 release:

  • The warning when a file has invalid chars in it's path or name was being overwritten/was not visible
  • Detection of original files in the datasets was failing (and therefore the file would be checked by default to be uploaded again.

In addition, the PR has a minor improvement - it checks to see if the dataset is locked and the given user won't be able to upload files. This should be a rare occurrence, since you can't launch the tool if the dataset is locked, but if someone has it open and refreshes the page, their new upload attempt could fail if the dataset became locked (e.g. from ingest not yet completing after a first upload).

Closes #21
Closes #38

@qqmyers qqmyers merged commit 210706d into main Jun 4, 2025
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.

Ingested file detection is broken filename validation ConstraintViolationException

1 participant