Skip to content

Releases: Alipsa/munin

Ver 1.2.1

16 Aug 15:26
Compare
Choose a tag to compare
  • 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)

Ver 1.2.0

22 Jan 15:56
Compare
Choose a tag to compare
  • Upgrade the h2 version from 1.4.200 to 2.1.210 due to security vulnerability issues with the previous versions. Note: Migration is needed.
  • Added a migrateDb.sh script to facilitate h2 migration
  • Upgrade liquibase core from 4.7.0 to 4.7.1

Ver 1.1.7

21 Jan 08:07
Compare
Choose a tag to compare
  • upgrade spring boot, mdr, plugins etc.
  • Add some example to docs

Ver 1.1.6

08 Dec 19:54
Compare
Choose a tag to compare
  • 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

Ver 1.1.5

17 Oct 12:49
Compare
Choose a tag to compare
  • 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
  • Cleanup the looks of the edit report page.

Ver 1.1.4

16 Mar 17:11
Compare
Choose a tag to compare

Fix regression bug introduced in 1.1.3 where jquery update was not handled properly in
the header.

Ver 1.1.3

13 Mar 19:47
Compare
Choose a tag to compare
  • Allow public access to shared resources (/common)
  • Add muninBaseUrl variable to the global R env so it can be referred to in reports.

Ver 1.1.2

17 Feb 20:26
Compare
Choose a tag to compare
  • 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

Ver 1.1.1

13 Jan 19:45
Compare
Choose a tag to compare
  • 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

Ver 1.1.0

08 Jan 15:04
Compare
Choose a tag to compare
  • Add support for the mdr (markdown with r) format
  • Add report groups (folders that go one level deep only)
  • Change to deploy the original jar to central instead of the repackaged one.
  • Improve documentation

The -exec jar is the executable jar with spring-boot included (which is probably what you want).