From cb4deded48635143ed640c737d6d0ccc5e82be10 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Tue, 26 Nov 2024 12:49:34 -0500 Subject: [PATCH 01/36] 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 a6b2639ef8..f744e08714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Open XDMoD Change Log +## XXXX-XX-XX v11.5.0 + ## 2025-08-19 v11.0.2 - New Features diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index dc1e3c0c46..3cfb2b89a1 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

+ +

2025-08-19 v11.0.2

From 48c990faf2005f4a5f0a0837694dc9b1dfeb3c37 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Wed, 12 Mar 2025 12:12:00 -0400 Subject: [PATCH 04/36] Add 2000 and 2003. --- CHANGELOG.md | 8 ++++++++ html/about/release_notes/xdmod.html | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f744e08714..ae94cc01df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## XXXX-XX-XX v11.5.0 +- Enhancements + - Improve performance of file ingestion + ([\#2000](https://github.com/ubccr/xdmod/pull/2000), + [\#2003](https://github.com/ubccr/xdmod/pull/2003)). +- Maintenance / Code Quality + - Clean up CI bootstrap script + ([\#1954](https://github.com/ubccr/xdmod/pull/1954)). + ## 2025-08-19 v11.0.2 - New Features diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index 6946b746fb..4824480f6b 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -3,6 +3,13 @@

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

+
  • Maintenance / Code Quality

      +
    • Remove the "Job Size: Normalized" metric.
    • Remove code for supporting Internet Explorer.
  • From cfe3c4f1a0584b8ffd10c4701ee974bece6d369c Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Thu, 31 Jul 2025 12:04:36 -0400 Subject: [PATCH 17/36] Update. --- CHANGELOG.md | 4 ++++ html/about/release_notes/xdmod.html | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84269bc5e..3d750c57c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ ([\#1975](https://github.com/ubccr/xdmod/pull/1975)). - Fix various bugs found when testing strict SQL modes ([\#1947](https://github.com/ubccr/xdmod/pull/1947)). + - Show unknown users the Summary tab instead of the Dashboard tab + ([\#2065](https://github.com/ubccr/xdmod/pull/2065)). - Enhancements - Add the ability to support multiple organizations and to assign organizations to people and to resources @@ -38,6 +40,8 @@ [\#1968](https://github.com/ubccr/xdmod/pull/1968)). - Add an order to the raw data exported from the Resource Specifications realm ([\#1979](https://github.com/ubccr/xdmod/pull/1979)). + - Add support for ingesting Slurm logs in JSON format + ([\#1963](https://github.com/ubccr/xdmod/pull/1963)). - Maintenance / Code Quality - Remove the "Job Size: Normalized" metric ([\#1981](https://github.com/ubccr/xdmod/pull/1981)). diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index 1366b9506a..9354643549 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -7,6 +7,8 @@

    XXXX-XX-XX v11.5.0

  • Bug Fixes

    • Fix bugs when updating user organizations.
    • Fix various bugs found when testing strict SQL modes.
    • +
    • Show unknown users the Summary tab instead of the Dashboard + tab.
  • Enhancements

    • Add the ability to support multiple organizations and to assign @@ -25,6 +27,7 @@

      XXXX-XX-XX v11.5.0

    • Improve ingestion performance.
    • Add an order to the raw data exported from the Resource Specifications realm.
    • +
    • Add support for ingesting Slurm logs in JSON format.
  • Maintenance / Code Quality

    • Remove the "Job Size: Normalized" metric.
    • From 5d1fb8be4c315f823368e3e0a315b59cd61d4256 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Wed, 6 Aug 2025 10:51:14 -0400 Subject: [PATCH 18/36] Update. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d750c57c3..3b5f498f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ ([\#1947](https://github.com/ubccr/xdmod/pull/1947)). - Show unknown users the Summary tab instead of the Dashboard tab ([\#2065](https://github.com/ubccr/xdmod/pull/2065)). + - Fix bug when reingesting cloud logs + ([\#2072](https://github.com/ubccr/xdmod/pull/2072)). - Enhancements - Add the ability to support multiple organizations and to assign organizations to people and to resources From 17c7bde418f1a13254847c1d6909a1c577bc23a4 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Wed, 6 Aug 2025 10:51:44 -0400 Subject: [PATCH 19/36] Update. --- html/about/release_notes/xdmod.html | 1 + 1 file changed, 1 insertion(+) diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index 9354643549..9889b2c685 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -9,6 +9,7 @@

      XXXX-XX-XX v11.5.0

    • Fix various bugs found when testing strict SQL modes.
    • Show unknown users the Summary tab instead of the Dashboard tab.
    • +
    • Fix bug when reingesting cloud logs.
  • Enhancements

    • Add the ability to support multiple organizations and to assign From 161e9a4c325603bb0ba1bd524747f368d27ee37a Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Mon, 11 Aug 2025 15:46:07 -0400 Subject: [PATCH 20/36] Update. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b5f498f87..66d54cb511 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,8 @@ ([\#1981](https://github.com/ubccr/xdmod/pull/1981)). - Remove code for supporting Internet Explorer ([\#2013](https://github.com/ubccr/xdmod/pull/2013)). + - Fix slow queries in Allocations realm (applies to ACCESS XDMoD) + ([\#2073](https://github.com/ubccr/xdmod/pull/2073)). ## 2025-08-19 v11.0.2 From d2755a09b89a22aa9f6794def3e9302cfb6d4f0c Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Tue, 16 Sep 2025 11:56:30 -0400 Subject: [PATCH 21/36] Update. --- CHANGELOG.md | 8 ++++++-- html/about/release_notes/xdmod.html | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d54cb511..0c15af5fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,15 +35,19 @@ ([\#1943](https://github.com/ubccr/xdmod/pull/1943)). - Add the ability to ingest Storage realm data by a date range ([\#2018](https://github.com/ubccr/xdmod/pull/2018)). - - Improve ingestion performance + - Improve performance of database queries ([\#2000](https://github.com/ubccr/xdmod/pull/2000), [\#2003](https://github.com/ubccr/xdmod/pull/2003), [\#1965](https://github.com/ubccr/xdmod/pull/1965), - [\#1968](https://github.com/ubccr/xdmod/pull/1968)). + [\#1968](https://github.com/ubccr/xdmod/pull/1968), + [\#2084](https://github.com/ubccr/xdmod/pull/2084)). - Add an order to the raw data exported from the Resource Specifications realm ([\#1979](https://github.com/ubccr/xdmod/pull/1979)). - Add support for ingesting Slurm logs in JSON format ([\#1963](https://github.com/ubccr/xdmod/pull/1963)). +- Documentation + - Update list of publications and presentations + ([\#2080](https://github.com/ubccr/xdmod/pull/2080)). - Maintenance / Code Quality - Remove the "Job Size: Normalized" metric ([\#1981](https://github.com/ubccr/xdmod/pull/1981)). diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index 9889b2c685..eb225fe149 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -25,11 +25,14 @@

      XXXX-XX-XX v11.5.0

      Institution," "PI Institution," and "Service Provider."
    • Add new resource type for "Program."
    • Add the ability to ingest Storage realm data by a date range.
    • -
    • Improve ingestion performance.
    • +
    • Improve performance of database queries.
    • Add an order to the raw data exported from the Resource Specifications realm.
    • Add support for ingesting Slurm logs in JSON format.
  • +
  • Documentation

      +
    • Update list of publications and presentations.
    • +
  • Maintenance / Code Quality

    • Remove the "Job Size: Normalized" metric.
    • Remove code for supporting Internet Explorer.
    • From 5b34fd294d5a34be41917ad42b7e73e7f4685c28 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Wed, 24 Sep 2025 12:06:35 -0400 Subject: [PATCH 22/36] Update. --- CHANGELOG.md | 3 +++ html/about/release_notes/xdmod.html | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c15af5fa9..e258acb8e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ - Fix bug when reingesting cloud logs ([\#2072](https://github.com/ubccr/xdmod/pull/2072)). - Enhancements + - Add support for PHP 8.2 + ([\#2041](https://github.com/ubccr/xdmod/pull/2041), + [\#2040](https://github.com/ubccr/xdmod/pull/2040)). - Add the ability to support multiple organizations and to assign organizations to people and to resources ([\#1982](https://github.com/ubccr/xdmod/pull/1982) diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index eb225fe149..33b41609ec 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -12,6 +12,7 @@

      XXXX-XX-XX v11.5.0

    • Fix bug when reingesting cloud logs.
  • Enhancements

      +
    • Add support for PHP 8.2.
    • Add the ability to support multiple organizations and to assign organizations to people and to resources.
    • Add statistics to the Cloud realm for "Number of Users," "Number of From 0ce96cc5415e18108f79a87f4262ac2d5608d335 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Fri, 3 Oct 2025 11:12:01 -0400 Subject: [PATCH 23/36] Update. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e258acb8e2..a415d05467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,8 @@ [\#2003](https://github.com/ubccr/xdmod/pull/2003), [\#1965](https://github.com/ubccr/xdmod/pull/1965), [\#1968](https://github.com/ubccr/xdmod/pull/1968), - [\#2084](https://github.com/ubccr/xdmod/pull/2084)). + [\#2084](https://github.com/ubccr/xdmod/pull/2084), + [\#2088](https://github.com/ubccr/xdmod/pull/2088)). - Add an order to the raw data exported from the Resource Specifications realm ([\#1979](https://github.com/ubccr/xdmod/pull/1979)). - Add support for ingesting Slurm logs in JSON format From 9211f887b8b05dd3a883ea6a5cf81cf5b3aea87c Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Mon, 6 Oct 2025 09:35:27 -0400 Subject: [PATCH 24/36] Update. --- CHANGELOG.md | 4 ++++ html/about/release_notes/xdmod.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a415d05467..2a78752633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,10 @@ ([\#2013](https://github.com/ubccr/xdmod/pull/2013)). - Fix slow queries in Allocations realm (applies to ACCESS XDMoD) ([\#2073](https://github.com/ubccr/xdmod/pull/2073)). + - Update user manual builder dependencies + ([\#2033](https://github.com/ubccr/xdmod/pull/2033)). + - Update the hostname of the version check API + ([\#2023](https://github.com/ubccr/xdmod/pull/2023)). ## 2025-08-19 v11.0.2 diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index 33b41609ec..dcfdf71f5d 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -37,6 +37,8 @@

      XXXX-XX-XX v11.5.0

    • Maintenance / Code Quality

      • Remove the "Job Size: Normalized" metric.
      • Remove code for supporting Internet Explorer.
      • +
      • Update user manual builder dependencies.
      • +
      • Update the hostname of the version check API.
    From 65cc2d43aa19547986373ac3b078180062bc7b8b Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Mon, 6 Oct 2025 12:53:00 -0400 Subject: [PATCH 25/36] Update. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a78752633..2719872562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ - Enhancements - Add support for PHP 8.2 ([\#2041](https://github.com/ubccr/xdmod/pull/2041), - [\#2040](https://github.com/ubccr/xdmod/pull/2040)). + [\#2040](https://github.com/ubccr/xdmod/pull/2040), + [\#2086](https://github.com/ubccr/xdmod/pull/2086)). - Add the ability to support multiple organizations and to assign organizations to people and to resources ([\#1982](https://github.com/ubccr/xdmod/pull/1982) From 9b27f5b316eaafa28ce7a019b2046464375387b1 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Mon, 6 Oct 2025 14:54:50 -0400 Subject: [PATCH 26/36] Update. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2719872562..b1a5fec94a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ ([\#2065](https://github.com/ubccr/xdmod/pull/2065)). - Fix bug when reingesting cloud logs ([\#2072](https://github.com/ubccr/xdmod/pull/2072)). + - Fix out of memory error for batch data export processor + ([\#2085](https://github.com/ubccr/xdmod/pull/2085)). - Enhancements - Add support for PHP 8.2 ([\#2041](https://github.com/ubccr/xdmod/pull/2041), From 3c24ec4524a4b39be82cf244b42f7e4669356394 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Thu, 16 Oct 2025 15:16:57 -0400 Subject: [PATCH 27/36] Update. --- CHANGELOG.md | 2 ++ html/about/release_notes/xdmod.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a5fec94a..d549bc7ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ ([\#2072](https://github.com/ubccr/xdmod/pull/2072)). - Fix out of memory error for batch data export processor ([\#2085](https://github.com/ubccr/xdmod/pull/2085)). + - Display Summary tab instead of Dashboard tab for unassociated users + ([\#2082](https://github.com/ubccr/xdmod/pull/2082)). - Enhancements - Add support for PHP 8.2 ([\#2041](https://github.com/ubccr/xdmod/pull/2041), diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index dcfdf71f5d..ecfaef24cb 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -10,6 +10,8 @@

    XXXX-XX-XX v11.5.0

  • Show unknown users the Summary tab instead of the Dashboard tab.
  • Fix bug when reingesting cloud logs.
  • +
  • Display Summary tab instead of Dashboard tab for unassociated + users.
  • Enhancements

    • Add support for PHP 8.2.
    • From 30f84eb54408deb14647046b56920d15af815342 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Tue, 21 Oct 2025 11:46:05 -0400 Subject: [PATCH 28/36] Update. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d549bc7ecc..15310e3858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,7 +49,8 @@ [\#1965](https://github.com/ubccr/xdmod/pull/1965), [\#1968](https://github.com/ubccr/xdmod/pull/1968), [\#2084](https://github.com/ubccr/xdmod/pull/2084), - [\#2088](https://github.com/ubccr/xdmod/pull/2088)). + [\#2088](https://github.com/ubccr/xdmod/pull/2088), + [\#2105](https://github.com/ubccr/xdmod/pull/2105)). - Add an order to the raw data exported from the Resource Specifications realm ([\#1979](https://github.com/ubccr/xdmod/pull/1979)). - Add support for ingesting Slurm logs in JSON format From d466466e6f91228a00c2326695819a4ee5cbe46d Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Wed, 22 Oct 2025 12:35:30 -0400 Subject: [PATCH 29/36] Update. --- CHANGELOG.md | 1 + html/about/release_notes/xdmod.html | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15310e3858..cb71d36e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ ([\#2033](https://github.com/ubccr/xdmod/pull/2033)). - Update the hostname of the version check API ([\#2023](https://github.com/ubccr/xdmod/pull/2023)). + - Remove legacy code ([\#2102](https://github.com/ubccr/xdmod/pull/2102)). ## 2025-08-19 v11.0.2 diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index ecfaef24cb..c583eef77b 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -41,6 +41,7 @@

      XXXX-XX-XX v11.5.0

    • Remove code for supporting Internet Explorer.
    • Update user manual builder dependencies.
    • Update the hostname of the version check API.
    • +
    • Remove legacy code.
  • From 1619e219056233d9a0305f51f86cbed179fb1f15 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Wed, 22 Oct 2025 13:09:28 -0400 Subject: [PATCH 30/36] Update. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb71d36e32..32773d6916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,8 @@ - Add support for PHP 8.2 ([\#2041](https://github.com/ubccr/xdmod/pull/2041), [\#2040](https://github.com/ubccr/xdmod/pull/2040), - [\#2086](https://github.com/ubccr/xdmod/pull/2086)). + [\#2086](https://github.com/ubccr/xdmod/pull/2086), + [\#2104](https://github.com/ubccr/xdmod/pull/2104)). - Add the ability to support multiple organizations and to assign organizations to people and to resources ([\#1982](https://github.com/ubccr/xdmod/pull/1982) From 58dba2d91d7427ea1866b7e2fd4e5eacb5ebe559 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Wed, 22 Oct 2025 16:10:04 -0400 Subject: [PATCH 31/36] Update. --- html/about/release_notes/xdmod.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index c583eef77b..7304b791e0 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -43,6 +43,13 @@

    XXXX-XX-XX v11.5.0

  • Update the hostname of the version check API.
  • Remove legacy code.
  • +
  • Optional Modules

      +
    • Job Performance (SUPReMM)

        +
      • Bug Fixes
          +
        • Fix bug in `xdmod-supremm-admin`.
        • +
      • +
    • +
  • 2025-08-19 v11.0.2

    From 514eb28626423e4ce0e42b6e17e0a9b6e20a0e21 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Wed, 22 Oct 2025 16:13:35 -0400 Subject: [PATCH 32/36] Update. --- html/about/release_notes/xdmod.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index 7304b791e0..83488f35fc 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -46,7 +46,7 @@

    XXXX-XX-XX v11.5.0

  • Optional Modules

    • Job Performance (SUPReMM)

      • Bug Fixes
          -
        • Fix bug in `xdmod-supremm-admin`.
        • +
        • Fix bug in xdmod-supremm-admin.
  • From 7ac6d434868f69f2ab670cc8461785210c500128 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Fri, 24 Oct 2025 11:42:48 -0400 Subject: [PATCH 33/36] Update. --- CHANGELOG.md | 2 ++ html/about/release_notes/xdmod.html | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32773d6916..a03a5538ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ ([\#2085](https://github.com/ubccr/xdmod/pull/2085)). - Display Summary tab instead of Dashboard tab for unassociated users ([\#2082](https://github.com/ubccr/xdmod/pull/2082)). + - Change area plots to only show tooltip on markers + ([\#2077](https://github.com/ubccr/xdmod/pull/2077)). - Enhancements - Add support for PHP 8.2 ([\#2041](https://github.com/ubccr/xdmod/pull/2041), diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index 83488f35fc..c17f6913c8 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -12,6 +12,7 @@

    XXXX-XX-XX v11.5.0

  • Fix bug when reingesting cloud logs.
  • Display Summary tab instead of Dashboard tab for unassociated users.
  • +
  • Change area plots to only show tooltip on markers.
  • Enhancements

    • Add support for PHP 8.2.
    • From 1d043d3f5153695ad60e1412bb8cbbeea5ae3e5a Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Mon, 27 Oct 2025 10:58:47 -0400 Subject: [PATCH 34/36] Update. --- CHANGELOG.md | 3 +++ html/about/release_notes/xdmod.html | 2 ++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a03a5538ae..61a1f7e2dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ ([\#2082](https://github.com/ubccr/xdmod/pull/2082)). - Change area plots to only show tooltip on markers ([\#2077](https://github.com/ubccr/xdmod/pull/2077)). + - Use UTF-8 character encoding for database tables to fix display of + non-ASCII characters + ([\#1948](https://github.com/ubccr/xdmod/pull/1948)). - Enhancements - Add support for PHP 8.2 ([\#2041](https://github.com/ubccr/xdmod/pull/2041), diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index c17f6913c8..e579ac965e 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -13,6 +13,8 @@

      XXXX-XX-XX v11.5.0

    • Display Summary tab instead of Dashboard tab for unassociated users.
    • Change area plots to only show tooltip on markers.
    • +
    • Use UTF-8 character encoding for database tables to fix display of + non-ASCII characters.
  • Enhancements

    • Add support for PHP 8.2.
    • From f036be9ca8c43e2d429bd0b4ef62c9a1f7cc7c5d Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Mon, 27 Oct 2025 11:05:21 -0400 Subject: [PATCH 35/36] Update. --- CHANGELOG.md | 2 ++ html/about/release_notes/xdmod.html | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a1f7e2dc..1a2b081795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,8 @@ realm ([\#1979](https://github.com/ubccr/xdmod/pull/1979)). - Add support for ingesting Slurm logs in JSON format ([\#1963](https://github.com/ubccr/xdmod/pull/1963)). + - Add support for date URL parameters in the Usage tab + ([\#2059](https://github.com/ubccr/xdmod/pull/2059)). - Documentation - Update list of publications and presentations ([\#2080](https://github.com/ubccr/xdmod/pull/2080)). diff --git a/html/about/release_notes/xdmod.html b/html/about/release_notes/xdmod.html index e579ac965e..878d078a7a 100644 --- a/html/about/release_notes/xdmod.html +++ b/html/about/release_notes/xdmod.html @@ -35,6 +35,7 @@

      XXXX-XX-XX v11.5.0

    • Add an order to the raw data exported from the Resource Specifications realm.
    • Add support for ingesting Slurm logs in JSON format.
    • +
    • Add support for date URL parameters in the Usage tab.
  • Documentation

    • Update list of publications and presentations.
    • From be3aee1baf623a4641be4e7e218df8a1038eeb09 Mon Sep 17 00:00:00 2001 From: Aaron Weeden Date: Fri, 31 Oct 2025 11:19:48 -0400 Subject: [PATCH 36/36] Update. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2b081795..b33c35cab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,8 @@ ([\#2059](https://github.com/ubccr/xdmod/pull/2059)). - Documentation - Update list of publications and presentations - ([\#2080](https://github.com/ubccr/xdmod/pull/2080)). + ([\#2080](https://github.com/ubccr/xdmod/pull/2080), + [\#2119](https://github.com/ubccr/xdmod/pull/2119)). - Maintenance / Code Quality - Remove the "Job Size: Normalized" metric ([\#1981](https://github.com/ubccr/xdmod/pull/1981)).