From 80c356cecb82ed748baca2cc63684c79ba73152a Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Tue, 26 Nov 2024 12:49:34 -0500 Subject: [PATCH 1/5] Initial commit. --- CHANGELOG.md | 2 ++ html/about/release_notes/xdmod.html | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f633620f4d..a26eae7c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Open XDMoD Change Log +## XXXX-XX-XX v11.5.0 + ## 2024-09-16 v11.0.0 - Important Notes - Open XDMoD is now no longer bundled with libraries that have license restrictions for commercial or government use. The charting library used in Open XDMoD has changed from [Highcharts](https://www.highcharts.com/) to [Plotly JS](https://plotly.com/javascript/), an open source library. This transition removes the license required from the Highcharts library. Please refer to the [license notices](https://open.xdmod.org/11.0/notices.html) for more information about the open source licenses bundled with Open XDMoD. diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index 845d7550a9..905099dd22 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -2,6 +2,10 @@

Open XDMoD Release Notes

Below is a list of Open XDMoD releases with major features and bug fixes listed.

+

XXXX-XX-XX v11.5.0

+ +

2024-09-16 v11.0.0

IMPORTANT NOTE: Open XDMoD is now no longer bundled with libraries that have license restrictions for commercial or government use. The charting library used in Open XDMoD has changed from Highcharts to Plotly JS, an open source library. Please refer to the license notices for more information about the open source licenses bundled with Open XDMoD.

From 8ac1ebd6537652beabef477490ff839a70ccfdc4 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Tue, 26 Nov 2024 17:03:12 -0500 Subject: [PATCH 2/5] Add 1945. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a26eae7c40..bb1d1aa9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## XXXX-XX-XX v11.5.0 +## XXXX-XX-XX v11.0.1 + +- Maintenance / Code Quality + - Fix PHPUnit test warnings ([\#1945](https://github.com/ubccr/xdmod/pull/1945)). + ## 2024-09-16 v11.0.0 - Important Notes - Open XDMoD is now no longer bundled with libraries that have license restrictions for commercial or government use. The charting library used in Open XDMoD has changed from [Highcharts](https://www.highcharts.com/) to [Plotly JS](https://plotly.com/javascript/), an open source library. This transition removes the license required from the Highcharts library. Please refer to the [license notices](https://open.xdmod.org/11.0/notices.html) for more information about the open source licenses bundled with Open XDMoD. From 905747bb6b5aee2d6627aacfc08584c28202cab4 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Mon, 10 Feb 2025 12:48:27 -0500 Subject: [PATCH 3/5] Update. --- CHANGELOG.md | 65 ++++++++++++++++++++++++++++- html/about/release_notes/xdmod.html | 48 +++++++++++++++++++++ 2 files changed, 112 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1d1aa9fa..1a1317f01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,73 @@ ## XXXX-XX-XX v11.5.0 +- Maintenance / Code Quality + - Clean up CI bootstrap script + ([\#1954](https://github.com/ubccr/xdmod/pull/1954)). + ## XXXX-XX-XX v11.0.1 +- Bug Fixes + - General + - Fix various bugs found when testing strict SQL modes + ([\#1947](https://github.com/ubccr/xdmod/pull/1947)). + - Remove plot range entry boxes in the corners of axes + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Fix displays of markers on plots with null values + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Fix the displayed lists of datasets when hovering over plots + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Fix aggregate plot x-axis labels when multiple metrics are plotted + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Fix pie chart data label display + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Fix display of plots when swapping x- and y-axes + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Fix display of bar and area plots with side-by-side grouping + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Fix ordering of the date axis on timeseries plots with varying date + intervals + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - ETL + - Add missing endpoint to the exception message in `ExecuteSql` + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Fix how the `pdoAggregator` class displays the day that was + aggregated in its logging + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). +- Enhancements + - Cloud + - Add database columns for person organization ID, PI organization ID, + and resource organization ID to tables in the Cloud realm + ([\#1958](https://github.com/ubccr/xdmod/pull/1958)). +- Documentation + - Update list of ACCESS MMS team members + ([\#1918](https://github.com/ubccr/xdmod/pull/1918), + [\#1919](https://github.com/ubccr/xdmod/pull/1919)). + - Update support information for 10.5 and 11.0 + ([\#1926](https://github.com/ubccr/xdmod/pull/1926), + [\#1928](https://github.com/ubccr/xdmod/pull/1928)). + - Add additional information to 11.0.0 upgrade notes + ([\#1925](https://github.com/ubccr/xdmod/pull/1925)). + - Reorder configuration guide for clarity + ([\#1913](https://github.com/ubccr/xdmod/pull/1913)). + - Remove references to CentOS 7 + ([\#1931](https://github.com/ubccr/xdmod/pull/1931), + [\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Update version of MongoDB in software requirements + ([\#1937](https://github.com/ubccr/xdmod/pull/1937)). + - Update documentation of charts in the user manual + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Replace references to XSEDE with ACCESS + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Update the HTML metadata description of the index page + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + - Add to the lists of publications and presentations + ([\#1962](https://github.com/ubccr/xdmod/pull/1962)). - Maintenance / Code Quality - - Fix PHPUnit test warnings ([\#1945](https://github.com/ubccr/xdmod/pull/1945)). + - Fix PHPUnit test warnings + ([\#1945](https://github.com/ubccr/xdmod/pull/1945)). + - Add missing CI testing of exceptions + ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). ## 2024-09-16 v11.0.0 - Important Notes diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index 905099dd22..452c9c0f4a 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -4,6 +4,54 @@

Open XDMoD Release Notes

XXXX-XX-XX v11.5.0

    +
  • Bug Fixes

      +
    • General
        +
      • Remove plot range entry boxes in the corners of axes.
      • +
      • Fix displays of markers on plots with null values.
      • +
      • Fix the displayed lists of datasets when hovering over + plots.
      • +
      • Fix aggregate plot x-axis labels when multiple metrics are + plotted.
      • +
      • Fix pie chart data label display.
      • +
      • Fix display of plots when swapping x- and y-axes.
      • +
      • Fix display of bar and area plots with side-by-side + grouping.
      • +
      • Fix ordering of the date axis on timeseries plots with + varying date intervals.
      • +
    • +
    • ETL
        +
      • Add missing endpoint to the exception message in + ExecuteSql.
      • +
      • Fix how the pdoAggregator class displays the day + that was aggregated in its logging.
      • +
    • +
  • +
  • Enhancements

      +
    • Cloud
        +
      • Add database columns for person organization ID, PI + organization ID, and resource organization ID to tables in + the Cloud realm.
      • +
    • +
  • +
  • Documentation

      +
    • Update list of ACCESS MMS team members.
    • +
    • Update support information for 10.5 and 11.0.
    • +
    • Add additional information to 11.0.0 upgrade notes.
    • +
    • Reorder configuration guide for clarity.
    • +
    • Remove references to CentOS 7.
    • +
    • Update version of MongoDB in software requirements.
    • +
    • Update documentation of charts in the user manual.
    • +
    • Replace references to XSEDE with ACCESS.
    • +
    • Update the HTML metadata description of the index page.
    • +
    • Add to the lists of publications and presentations.
    • +
  • +
  • Maintenance / Code Quality

      +
    • Fix PHPUnit test warnings.
    • +
    • Add missing CI testing of exceptions.
    • +
  • +
  • Optional Modules

      +
    • +

2024-09-16 v11.0.0

From b5d27c725a610c5ed6c2b44d821bf44a05e0e939 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Mon, 10 Feb 2025 13:16:58 -0500 Subject: [PATCH 4/5] Add optional modules to release notes. --- html/about/release_notes/xdmod.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index 452c9c0f4a..8edf5afb2d 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -50,7 +50,23 @@

XXXX-XX-XX v11.5.0

  • Add missing CI testing of exceptions.
  • Optional Modules

      -
    • +
    • Job Performance (SUPReMM)

        +
      • Documentation
          +
        • Add link to GitHub downloads page in upgrade docs.
        • +
      • +
    • +
    • Open OnDemand

        +
      • Bug Fixes
          +
        • Fix request path filtering of File Editor page + impressions.
        • +
        • Fix application mapping of noVNC page impressions.
        • +
        • Fix how reverse proxy ports and request methods are + stored.
        • +
      • +
      • Documentation
          +
        • Add upgrade guide.
        • +
      • +
  • From 93a13c25f43e3b3a8218f84c6552b61d00b21669 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Fri, 21 Feb 2025 16:55:29 -0500 Subject: [PATCH 5/5] Add 1989. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1317f01d..d1726b224d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). - Fix ordering of the date axis on timeseries plots with varying date intervals - ([\#1980](https://github.com/ubccr/xdmod/pull/1980)). + ([\#1980](https://github.com/ubccr/xdmod/pull/1980), + [\#1989](https://github.com/ubccr/xdmod/pull/1989)). - ETL - Add missing endpoint to the exception message in `ExecuteSql` ([\#1980](https://github.com/ubccr/xdmod/pull/1980)).