Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep changelog and release notes for 11.5.0. #1949

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,76 @@
# Open XDMoD Change Log

## 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),
[\#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)).
- 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)).
- Add missing CI testing of exceptions
([\#1980](https://github.com/ubccr/xdmod/pull/1980)).

## 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.
Expand Down
68 changes: 68 additions & 0 deletions html/about/release_notes/xdmod.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,74 @@ <h1>Open XDMoD Release Notes</h1>

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

<h2 id="XXXX-XX-XX-v11-5-0">XXXX-XX-XX v11.5.0</h2>
<ul>
<li><p>Bug Fixes</p><ul>
<li>General<ul>
<li>Remove plot range entry boxes in the corners of axes.</li>
<li>Fix displays of markers on plots with null values.</li>
<li>Fix the displayed lists of datasets when hovering over
plots.</li>
<li>Fix aggregate plot x-axis labels when multiple metrics are
plotted.</li>
<li>Fix pie chart data label display.</li>
<li>Fix display of plots when swapping x- and y-axes.</li>
<li>Fix display of bar and area plots with side-by-side
grouping.</li>
<li>Fix ordering of the date axis on timeseries plots with
varying date intervals.</li>
</ul></li>
<li>ETL<ul>
<li>Add missing endpoint to the exception message in
<code>ExecuteSql</code>.</li>
<li>Fix how the <code>pdoAggregator</code> class displays the day
that was aggregated in its logging.</li>
</ul></li>
</ul></li>
<li><p>Enhancements</p><ul>
<li>Cloud<ul>
<li>Add database columns for person organization ID, PI
organization ID, and resource organization ID to tables in
the Cloud realm.</li>
</ul></li>
</ul></li>
<li><p>Documentation</p><ul>
<li>Update list of ACCESS MMS team members.</li>
<li>Update support information for 10.5 and 11.0.</li>
<li>Add additional information to 11.0.0 upgrade notes.</li>
<li>Reorder configuration guide for clarity.</li>
<li>Remove references to CentOS 7.</li>
<li>Update version of MongoDB in software requirements.</li>
<li>Update documentation of charts in the user manual.</li>
<li>Replace references to XSEDE with ACCESS.</li>
<li>Update the HTML metadata description of the index page.</li>
<li>Add to the lists of publications and presentations.</li>
</ul></li>
<li><p>Maintenance / Code Quality</p><ul>
<li>Fix PHPUnit test warnings.</li>
<li>Add missing CI testing of exceptions.</li>
</ul></li>
<li><p>Optional Modules</p><ul>
<li><p>Job Performance (SUPReMM)</p><ul>
<li>Documentation<ul>
<li>Add link to GitHub downloads page in upgrade docs.</li>
</ul></li>
</ul></li>
<li><p>Open OnDemand</p><ul>
<li>Bug Fixes<ul>
<li>Fix request path filtering of File Editor page
impressions.</li>
<li>Fix application mapping of noVNC page impressions.</li>
<li>Fix how reverse proxy ports and request methods are
stored.</li>
</ul></li>
<li>Documentation<ul>
<li>Add upgrade guide.</li>
</ul></li>
</ul></li>
</ul></li>
</ul>

<h2 id="2024-09-16-v11-0-0">2024-09-16 v11.0.0</h2>
<p><strong>IMPORTANT NOTE:</strong> 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 <a href="https://www.highcharts.com/">Highcharts</a> to <a href="https://plotly.com/javascript/">Plotly JS</a>, an open source library. Please refer to the <a href="https://open.xdmod.org/11.0/notices.html">license notices</a> for more information about the open source licenses bundled with Open XDMoD.
</p>
Expand Down