-
Notifications
You must be signed in to change notification settings - Fork 60
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
Feature/upload multiple files at once to bytes #3476
Feature/upload multiple files at once to bytes #3476
Conversation
…ub.com:minvws/nl-kat-coordination into feature/upload-multiple-files-at-once-to-bytes
…ub.com:minvws/nl-kat-coordination into feature/upload-multiple-files-at-once-to-bytes
Signed-off-by: Donny Peeters <[email protected]>
Signed-off-by: Donny Peeters <[email protected]>
Signed-off-by: Donny Peeters <[email protected]>
…s well Signed-off-by: Donny Peeters <[email protected]>
During QA I ran into the following TypeError in the onboarding:
|
Signed-off-by: Donny Peeters <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! I've very little remarks that might improve it even more. There's still a little issue in the integration tests, but seems like a fixture mismatch. Should be fixable
Checklist for QA:
What works:Looks good. Can generate and open reports, tasks and findings are created. Raw files can be uploaded (dnsrecords). What doesn't work:n/a Bug or feature?:n/a |
Changes
This makes the raw endpoint accept multiple files by default. Note that I think that utilizing the new functionality belongs in a subsequent PR, so there is no functionality added here and everything is backward compatible at the BytesClient level at least, mostly to keep PR's small and focused.
Issue link
Closes #3113
Demo
QA notes
These changes do not add functionality but affect Bytes, Boefjes and Rocky. Please verify that the boefjes still run properly, we can download raw files from Rocky, and we can still upload raw files from Rocky!
Code Checklist
Checklist for code reviewers:
Copy-paste the checklist from the docs/source/templates folder into your comment.
Checklist for QA:
Copy-paste the checklist from the docs/source/templates folder into your comment.