Skip to content

SWR, new oidc and support custom analyses/tags

Chris Burr requested to merge oidc-swr-updates into main

Similar to !69 (diffs) but also starts changing the oidc package. Would be good to compare to see if we came up with the same solution when testing it out.

It probably makes sense to split the oidc change from the swr change to make refactoring easier.

TODO:

  • Fix settings page for managing gitlab tokens
  • Only show production archive/tagging buttons to owners/admins
  • Add "create analysis" page
  • Add "set owners" page
  • Fix displaying pipelines2 list for a specific pipeline id
  • Use require for JSROOT
  • Add nav bar component for managing the auto-refresh interval (default off)
  • Better error handling when SWR fetches fail (toasts?)
  • Avoid fetching more than nessercery
  • Progress bar when downloading large log files
  • Test summary statistics seems broken?
  • Better loading messages when doing POST
Edited by Chris Burr

Merge request reports