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

job-server API does not allow re-uploading already uploaded files. #401

Open
bloodearnest opened this issue Jun 19, 2024 · 0 comments
Open

Comments

@bloodearnest
Copy link
Member

This was a design decision from a long time ago that needs undoing.

We probably want to allow duplicate releases uploads, for convenience.

There's some potential consequences if we do:

  • checkers may spend time checking the same file multiple times. We could maybe instead auto-approve already released files, so they are released as part of the request, but don't require any review.

  • It might make redaction in job-server a bit more complex, as we'd need to redact all instances of an uploaded file.

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

No branches or pull requests

1 participant