Skip to content

v3.9.0

Compare
Choose a tag to compare
@yohm yohm released this 23 Apr 01:32
· 27 commits to develop since this release
9501ebc

Feature Enhancements

  • #741 use xstat -m command when available
    • With the latest xstat, xstat -m command is available which enables get the statuses of multiple jobs with single command execution. The option -m is used when available to reduce the number of command execution.

UI improvements

  • #723 Add auto-refresh tools in the Progress tab
  • #724 Files tab in ParameterSet page
  • #727 edit page for existing filters
  • #720 add ParamSetID to runs list in /jobs
  • #729 improvement of ParameterSet table UI
  • #728 add notification feature
  • #731 Fixed the simulator progress bar to update automatically
  • #736 Display the contents of _output.json in the Files tab
  • #733 Add finished and unfinished Runs tabs in simulator#show page

Bug fixes

  • #697 default value of a JSON array is not properly displayed
  • #703 bugfix in restore DB command
  • #705 fixed a bug that only one job is canceled for each polling
  • #706 fallback error when invalid JSON value is included
  • #707 fixed the format of dates
  • #726 fix: some date attributes can be nil
  • #740 updated rails
  • #742 updated gems
  • #722 fix behavior of checkboxes in /jobs
  • #732 refactoring of JS code