-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|