- Add support for Groovy and GMD reports.
- Upgrade spring boot (2.7.2 -> 3.5.6)
- Upgrade thymeleaf (5 to 6)
- Upgrade boostrap (5.2.0 -> 5.3.8)
- Upgrade jQuery (3.6.0 -> 3.7.1)
- Upgrade liquibase (4.15.0 -> 4.33.0)
- Upgrade webjars (0.45 -> 0.52)
- Upgrade h2 (2.1.214 -> 2.4.240)
- Upgrade cron-utils (9.2.1 -> 9.2.1)
- upgrade javafx (21.0.5 -> 23.0.2)
- upgrade commons-io (2.19.0 -> 2.20.0)
- upgrade journo (0.7.1 -> 0.7.)
- Require Java 21
- Add parameters to the Preprocessor so that e.g.
=expressions works - Add support for Journo (Freemarker) reports
- Remove support for R and mdr reports
- Upgrade dependencies for bootstrap (5.1.3 -> 5.2.0), cron-utils (9.1.6 -> 9.2.0), liquibase (4.9.1 -> 4.15.0), h2 (2.1.210 -> 2.1.214), spring-boot (2.6.6 -> 2.7.2)
- Upgrade the h2 version from 1.4.200 to 2.1.210 due to security vulnerability issues with the previous versions. Migration is needed.
- Added a migrateDb.sh script to facilitate h2 migration
- Upgrade liquibase core from 4.7.0 to 4.7.1
- upgrade spring boot, mdr, plugins etc.
- Add some example to docs
- Add breadcrumbs for improved navigation
- Cleanup alignments and fix some bootstrap 4 to 5 changes
- Add info dialog for report types
- upgrade spring-boot, liquibase, junit, htmlcreator, mdr2html
- Bump versions for jquery, spring boot, cronutils, liquibase, spotbugs-annotations, junit, commons-collections bootstrap, webjars-locator
- Load javascripts at the end of the body instead of in the header - should give a slight perceived speed increase
- Add preview to common files section
Fix regression bug introduced in 1.1.3 where jquery update was not handled properly in the header.
- Allow public access to shared resources (/common)
- Add muninBaseUrl variable to the global R env so it can be referred to in reports.
- Upgrade jquery
- add docs on how to add external css (two ways, in body or in head using js)
- cleanup some link tags in the headers (use xhtml style)
- Add mdr output to the mdr example in the README.md
- Add restapi for integration with other tools (mainly to be able to add built in support for creating/editing Munin reports in Ride).
- convert unmanaged R reports to character vector if it returned something else.
- upgrade dependencies for junit, liquibase, mdr2html, and spotbugs, htmlcreator, spring-boot, bootstrap
- Add syntax highlighting for code blocks in mdr reports.
- Fix bug that prevented "normal" syntax highlighted blocks from working properly
- Go to group page instead of back to index after edit report
- Change to deploy the original jar to central instead of the repackaged one.
- Improve documentation
- Add support for the mdr (markdown with r) format
- Add report groups (folders that go one level deep only)
Add support for adding/removing external content (e.g. images and css) which can be referenced from the reports.
Basic functionality for admin and view/add/edit/delete/schedule reports.