Skip to content

Releases: Rapporteket/rapbase

v1.24.3

19 Aug 13:53
d5be885
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.24.2...v1.24.3

Bugfix

23 Jun 07:02
4f52ea2
Compare
Choose a tag to compare

Fixed failing test(s) on mac-os (#142)

What's Changed

Full Changelog: v1.24.1...v1.24.2

Version 1.24.1

08 Mar 08:23
Compare
Choose a tag to compare

Bugfix

  • Fixed bug in export module (#141). The downloaded data file was empty since --column-statistics=0 was an unknown variable in mysqldump.

Containing

27 Feb 10:54
48039ad
Compare
Choose a tag to compare

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

Bugfix

19 Sep 09:16
d110118
Compare
Choose a tag to compare
  • Fixed Fixed bug in log sanitizer function (#130)

What's Changed

Full Changelog: v1.23.0...v1.23.1

Under way

19 Sep 06:43
Compare
Choose a tag to compare
  • Reduced number of imports by replacing local function with functions from sship (#127)
  • Added latex package microtype to to report template to for better printing and less hyphenation in pdf reports (#123)
  • Added database as an optional log backend and function for (scheduled) clean of logs (#112)
  • For logging to a database backend format set to json (#120)
  • Reorganized and consolidated R files, removed deprecated and unused function and applied minor fixes to function flaws (#121)

What's Changed

New Contributors

Full Changelog: v1.22.0...v1.23.0

Staging

06 Apr 06:56
2777661
Compare
Choose a tag to compare
  • Improved first page graphics and hyperlinking in default latex template (#104)
  • Moved from soft to hard deprecation for outdated functions which will now fail (#105)
  • Added functions to handle staging of data used by registry apps (#106)
  • Improved guide for export of data (#108)
  • Reduced the number of R package imports, also by removing seldom or never used functionality (#109)

What's Changed

Full Changelog: v1.21.0...v1.22.0

What's the frequency Kevin

08 Dec 08:26
097c9c8
Compare
Choose a tag to compare

Changes in the two latest versions:

  • Pre-set frequency of auto reports may now be set upon calling the auto report module server function
  • Fixed bug for default first issue date when frequency set to year
  • Fixed visual flaw in export GUI: download button does now show when no keys are found
  • Fix short-term error in function finding next run date in auto reports
  • As result of the above a new field "startDate" was added to auto report data with functions for upgrading existing data missing this field (#99) and the start date is checked before reports are run (#100)
  • R package sship now installed from Cran rather than GitHUb (#101)

What's Changed

Full Changelog: v1.20.1...v1.21.0

Mockery

04 Nov 09:28
f2eba5c
Compare
Choose a tag to compare

Fix unit testing issue by also allowing "MockShinySession" as an attribute of the shiny session object

What's Changed

  • allow mock shiny session for dev contexts by @areedv in #97

Full Changelog: v1.20.0...v1.20.1

Navbar widget module

29 Oct 13:32
2a36f62
Compare
Choose a tag to compare

Navbar user information widget provided as a shiny module

What's Changed

Full Changelog: v1.19.4...v1.20.0