Skip to content

Open XDMoD 6.0.0

Choose a tag to compare

@tyearke tyearke released this 31 Oct 16:37
v6.0.0
b5a6833
  • Important Notes
    • Updated Highcharts from v3.0.9 to v4.2.5.
      • Commercial users (as defined by the Highcharts license terms) will
        need to acquire a new Highcharts license if their current license does
        not cover the new version.
  • Features
    • Added demo user type.
    • Added roadmap link to feature request dialog.
    • Shredders
      • Fixed calculation of missing end times from the start time and wall
        time.
      • LSF
        • Now storing the node list, exit code and exit status for SUPReMM
          support.
      • Slurm
        • Now allowing null eligible times.
        • Failed parsing of datetimes are no longer a fatal error.
      • SGE
        • Now supporting older versions of SGE that contain only 43 fields
          in their accounting logs.
  • Bug Fixes
    • General
      • Fixed some charts not rendering if more than 1000 points were plotted.
      • Improved consistency of chart aesthetics across tabs.
      • Fixed report generator not cleaning up old report files.
    • Metric Explorer
      • Fixed Add Filter list only including filter types applicable to the
        realm of the first data series on a chart.
    • Shredders
      • PBS
        • Fixed parsing of newer exec_host formats (e.g. host/0-3,
          host/0*8).
    • xdmod-import
      • Fixed importing of hierarchy and group-to-hierarchy files.
  • Refactors and Miscellaneous
    • Refactored Open XDMoD to be the code base upon which XDMoD is built
      instead of the other way around.
    • Updated jQuery from v1.9.1 to v1.12.4.
    • Updated Node.js Mongo driver from v1.4 to v2.1.
    • Improved tab loader to allow tabs to be defined in configuration files
      instead of being hard-coded into the loader.
    • Merged public and private versions of the main page into a single page.
    • Added options to more quickly build Open XDMoD for development purposes.
    • Reduced duplicate code in asset setup script.