An error occurred while fetching the assigned milestone of the selected merge_request.
This MR is a happy path MR to get part 1 of 2 of corpus upload working. It does not handle all edge cases and error validations.
Follow up issues after this MR:
Clicking the add
button is not covered in the scope of this MR. That is the second part of the 2 part upload. part 1 (this MR) is the upload. The second part is "commit/confirm" the upload which is part of #342580 (closed)
This MR is behind a feature flag, and there are about 4 more issues after this one before we release next milestone, so this MR has happy path only.
Describe in detail what your merge request does and why.
bundle exec rails c
then
[4] pry(main)> Feature.enable(:corpus_management)
Navigate to:
http://172.16.123.1:3000/<group>/<project>/-/security/configuration/corpus_management
Click on New Corpus
, upload any zip
file of a large size. 500 MB > (or in chrome debugger, throttle network traffic so we can see upload progress)
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #342433 (closed)