Skip to content
Snippets Groups Projects
Unverified Commit 06cd458d authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Allow Admins to clean up uploaded tables in bulk (#42183)


* add upload management API

* add upload management interface

* remove trailing slash

* add e2e upload management test

* add upload management to token_features

* jsdoc cleanup

* fixes tests

- include :upload_management in session_test
- fix list-url in upload management
- ensure local tests have upload management disabled
  (causes tests locally to 422 instead of 402: it has sufficient
  permissions from a local token to try to delete the table but the
  table is not an upload table, so you get a 422)

* add card archive param

* update tests

* use common component

* add success/error toasts

* test success/error notifications

* update e2e tests

* address review comments

* make sure we have fresh data

---------

Co-authored-by: default avatardan sutton <dan@dpsutton.com>
parent e9b43787
No related branches found
No related tags found
No related merge requests found
Showing
with 1043 additions and 316 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment