Skip to content

Open XDMoD 7.0.0

Choose a tag to compare

@jtpalmer jtpalmer released this 21 Sep 18:17
· 302 commits to xdmod7.1 since this release
  • Features
    • General
      • Enhanced authorization framework (#97, #146, #206)
      • Improved login prompt to automatically appear when an unauthenticated user attempts to access any private tab (#110)
      • Improved design of Metric Explorer Load Chart menu (#144)
      • Re-enabled aggregate mode for "Wall Hours: Per Job" metric (#186)
      • Added quarterly report template for center directors (#199)
      • Improved support for third-party PHP libraries used by modules (#205)
    • ETLv2
      • Added support for RFC-6901 JSON References (#100, #166)
      • Added file directory data endpoint (#154)
      • Improved support for order_id columns in Open XDMoD database (#201)
      • Refactored various components to support new features (#138, #145, #151, #167, #174, #180, #196)
    • Job Viewer
      • Added Gantt chart view of job peers (#153, #164)
      • Added ability to link directly to jobs (#156)
      • Improved user feedback while job data is loading (#168)
  • Bug Fixes
    • General
      • Fixed various compatibility issues with PHP 7 (#101, #183)
      • Fixed handling of 4-byte UTF-8 characters during XRAS ingestion (#122)
      • Improved handling of invalid start and end dates received by API (#160)
      • Fixed validation of length of names in contact forms (#175)
      • Improved handling of jobs with "0" start or end time (#197)
      • Fixed case where About tab would display a blank page when loaded using Chrome (#232)
    • Job Viewer
      • Fixed directions not always appearing when all jobs are closed (#155)
      • Fixed memory leak (#149)
      • Fixed duplicate search nodes being created when opening jobs from Metric Explorer charts with "#" in the title (#236)
    • Metric Explorer
      • Fixed handling of "%" characters in Metric Explorer options when using Firefox (#114)
      • Fixed XSS vulnerability involving chart names (#239)
    • Usage
      • Fixed error bars option being enabled when error bars are not available (#188)
      • Fixed metrics appearing to be available to users that do not have access (#189)
  • Miscellaneous