Skip to content

Commit

Permalink
Update release date
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Mar 1, 2018
1 parent 805c793 commit 201aeb0
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Open XDMoD Change Log
=====================

## 2018-??-?? v7.5.0
## 2018-03-01 v7.5.0

- Features
- General
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ merge any changes after running the upgrade script.

# /opt/xdmod-new/bin/xdmod-upgrade

7.0.1 to 7.1.0 Upgrade Notes
7.0.1 to 7.5.0 Upgrade Notes
----------------------------

- This upgrade includes RPM packaging changes.
Expand Down
2 changes: 1 addition & 1 deletion html/about/release_notes/xdmod.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h1>Open XDMoD Release Notes</h1>
<p>Below is a list of Open XDMoD releases with major features and bug fixes
listed.</p>

<h2> Version 7.5.0 (2018-02-01) </h2>
<h2> Version 7.5.0 (2018-03-01) </h2>

<div>
<strong>Features</strong>
Expand Down
50 changes: 50 additions & 0 deletions open_xdmod/modules/xdmod/xdmod.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,56 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_datadir}/%{name}/html/robots.txt

%changelog
* Thu Mar 01 2018 Jeffrey T. Palmer <[email protected]> 7.5.0-1.0
- Features
- General
- Added support for Globus as a federated authentication provider
- Improvements to the user login dialog and matching of users to institutions
- Added the ability to use fine-grained ACLs for controlling access to features such as tabs and realms as well as data
- Code pertaining to creating/sending emails has been moved to a central location.
- Improved online documentation for installations and upgrades
- Improve performance of Utilization statistic
- Do not embed JavaScript in chart objects returned by the back end, instead
- include this code directly in the user interface code
- General improvements to the performance of the REST stack
- Updated Google Captcha to v2 (v1 is now discontinued)
- Added numerous component and unit tests
- Removed unused code paths
- Update greenlion/PHP-SQL-Parser to newer release that does not autoload itself
- Internal Admin Dashboard
- Updated user management functionality in the administrative dashboard to support fine-grained ACLs for individual users
- Many stability improvements to the administrator dashboard, especially for managing users
- Storage Realm
- Added alpha version of the Storage realm to track resource storage utilization
- User Interface
- Legend item edit box is now displayed next to the legend item that is being edited and is larger to accommodate longer strings
- Added a "Select All" button to the filter dialog
- Added PDF export capability, which greatly improves the quality of images included in LATEX documents
- ETL
- When ingesting Slurm data, return duplicate jobs such as those that were resubmitted due to node fail conditions
- Improve performance of filter list generation
- Added an ETL pipeline for ingesting log files generated by Eucalyptus clouds
- Added support for PBS/Torque logs where the host of a job is not included in the job's ID string
- Support references into complex source records such as JSON objects
- Application Kernels
- Several minor bug fixes and UI improvements
- Bug Fixes
- General
- Improved error reporting
- Fixed several issues where JSON was not properly encoded
- For end dates that fall on the current date or in the future, do not automatically adjust the date to the end of the aggregation period that it falls into.
- Fix the Show Guidelines button in the Usage tab
- Fixed an issue with data filtering when an unprivileged user tries to view timeseries data for a restricted realm or statistic
- Report Generator
- Make timeframes editable for individual charts
- User Interface
- Fix the "TypeError: element is undefined" error when plotting Pie chart in metric explorer
- ETL
- Ignore duplicate hosts found in LSF accounting log files
- Don't verify data endpoints associated with disbaled actions
- Always regenerate source data queries prior to execution to ensure that any modified ETL variables are properly applied
- Update host list parser to ensure that empty host names are not returned
- Remove PHP memory limit when running ETL pipelines
* Wed Sep 27 2017 Jeffrey T. Palmer <[email protected]> 7.0.1-1.0
- Bug Fixes
- General
Expand Down

0 comments on commit 201aeb0

Please sign in to comment.