Skip to content

Open XDMoD 7.5.0

Choose a tag to compare

@jtpalmer jtpalmer released this 01 Mar 19:16
· 14 commits to xdmod7.5 since this release
  • 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