Releases: Rapporteket/rapbase
v1.24.3
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #144
- Deaktiver renderRmd-test by @arnfinn in #155
- Configure Renovate by @renovate in #145
- docker-compose: use dev:weekly by @arnfinn in #152
- Opprydning i github actions by @arnfinn in #161
- Update JamesIves/github-pages-deploy-action action to v4.6.1 by @renovate in #163
- dev-container: disable authorization by @arnfinn in #146
- Support special characters in database password by @kevinthon in #154
- Prep. for v1.24.3 by @arnfinn in #168
New Contributors
Full Changelog: v1.24.2...v1.24.3
Bugfix
Version 1.24.1
Bugfix
- Fixed bug in export module (#141). The downloaded data file was empty since
--column-statistics=0
was an unknown variable in mysqldump.
Containing
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
- Manglande bokstav by @haugedal in #131
- Db staging by @areedv in #132
- Subject encoding now part of sendmailR by @areedv in #133
- Devcontainer by @areedv in #136
- Make dev by @areedv in #135
- Rel prep by @areedv in #137
- Extend rapbase towards standalone container apps at Rapporteket by @areedv in #138
New Contributors
Full Changelog: v1.23.1...v1.24.0
Bugfix
Under way
- 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
- Log to db by @areedv in #112
- Bump r-lib/actions from 1 to 2 by @dependabot in #115
- Bump actions/cache from 2 to 3 by @dependabot in #116
- Bump actions/checkout from 2 to 3 by @dependabot in #114
- Db json by @areedv in #120
- Consolidate by @areedv in #121
- improve typesetting, less hyphenation... by @areedv in #126
- Outsource to sship by @areedv in #127
- Mods by @areedv in #128
New Contributors
- @dependabot made their first contribution in #115
Full Changelog: v1.22.0...v1.23.0
Staging
- 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
- Staging data by @areedv in #106
- better guide by @areedv in #108
- Default template symmetry by @areedv in #104
- Bumping lifecycle by @areedv in #105
- Less imports by @areedv in #109
Full Changelog: v1.21.0...v1.22.0
What's the frequency Kevin
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
- Bugfix next run date by @areedv in #98
- Bugfix start date format by @areedv in #99
- False start by @areedv in #100
- sship from cran by @areedv in #101
- Whats the frequency Kevin by @areedv in #102
Full Changelog: v1.20.1...v1.21.0
Mockery
Navbar widget module
Navbar user information widget provided as a shiny module
What's Changed
Full Changelog: v1.19.4...v1.20.0