Skip to content

Open XDMoD 5.6.0

Choose a tag to compare

@tyearke tyearke released this 31 Oct 15:21
v5.6.0
33a2c73
  • New Features
    • Federated Authentication
      • Open XDMoD can now use any authentication system supported by
        SimpleSAMLphp (https://simplesamlphp.org/).
      • For more information, please view the
        Federated Authentication guide.
    • Roadmap
      • Added interactive roadmap for XDMoD development to About tab.
    • Contact Us
      • Added option to contact developers for technical support.
    • Data Warehouse
      • Improved speed of filter (dimension value) lists by precomputing
        available values.
    • Metric Explorer
      • Added redo button.
    • Shredders
      • Added support for PBS Pro.
      • Added additional input validation to the Slurm helper script.
    • Upgrade Process
      • Added warning to upgrade addon modules before migrating.
    • Database
      • Changed column types and added indexes to the logging table.
    • Documentation
      • User manual now available.
      • Improved installation and configuration documentation.
  • Bug Fixes
    • General
      • Enabled toolbar scrolling when window is too small.
      • Fixed trend line R^2 values sometimes not being calculated.
      • Removed redundant warnings about role-based restrictions.
      • Fixed the About tab not being able to be the default tab.
      • Improved chart loading speed by removing most animations.
      • Fixed incorrect trend line calculation and display for discontinuous
        data series.
      • Fixed security vulnerability in Report Generator's image generator.
      • Fixed extra slashes in URLs in password reset emails (including
        account creation emails).
      • Fixed email template paths.
      • The About tab can now be set as the default module.
    • Data Warehouse
      • Fixed cases where current time period would not be aggregated.
        • Now that this is resolved, code that can work by scanning any
          aggregate table now uses the year tables, as those are smallest.
      • Improved consistency of time period tables and removed unused ones.
    • Metric Explorer
      • Fixed handling of HTML characters in chart titles.
      • Fixed issues with axis renames not persisting.
      • Fixed Load Chart search not working.
      • Modified chart options menu label to be a fixed length.
        • This prevents the button from being placed in the toolbar's
          overflow area when it shouldn't be.
      • Fixed changes to y-axes not being undoable.
      • Modified "Show Trend Line" button in chart options to be disabled when
        trend lines aren't available.
      • Fixed case where duration selectors in main toolbar and on x-axis
        popup could desynchronize.
    • Shredders
      • Fixed handling of "NONE" in SGE's pe_taskid field.
      • Now allowing all values that were previously resulting in fatal
        errors in Slurm fields that represent lengths of time.
    • Upgrade Process
      • Fixed broken error for when portal_settings.ini is not writable.
    • Usage
      • Fixed bad default settings for dimensions that default to pie charts.
      • Fixed long initial load time by starting on a single-chart page.