Skip to content

Corpus table pagination

- requested to merge 345090-corpus-table-pagination into master

What does this MR do and why?

Adds pagiantion to table of corpuses #345090 (closed)

Describe in detail what your merge request does and why.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

Screen_Shot_2021-12-06_at_12.05.57_AM

Screen_Shot_2021-12-05_at_11.29.58_PM

Screen_Shot_2021-11-29_at_11.52.34_PM

Screen_Shot_2021-11-29_at_11.52.39_PM

Screen_Shot_2021-11-29_at_11.58.59_PM

How to set up and validate locally

Validation errors will be handled in #342583

  • From the gitlab repo open a rails console and enable the :corpus_management feature flag
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)

Click "Add", should see the corpus added to the table

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #345090 (closed)

Edited by -

Merge request reports