Skip to content

Containing

Choose a tag to compare

@areedv areedv released this 27 Feb 10:54
48039ad

In summary, registries at Rapporteket may now run as standalone container apps. Thus, shiny-server is no longer a requirement for app deployment. Below is a summary of what has been done.

  • Extended handling of user attributes when behind an app proxy (spring boot/shinyproxy)
  • Added a database backend for staging data
  • Per app (registry) encryption of staging data (regardless of file or database backend)
  • Added a vignette with a short description of staging data server side set-up

Breaking changes

By introducing encryption, staging data will not work across this and previous versions. All existing staging data should therefore be removed when upgrading to this version of rapbase (or downgrading from this to any previous version). To remove all staging data delete all related files and directories. If staging data uses a database backend, the database itself should be dropped. There should be no need for further actions as both files and database will be recreated upon the next request for storing of staging data.

What's Changed

New Contributors

Full Changelog: v1.23.1...v1.24.0