Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Releases: OSC/ood-dashboard

version 1.32.0

07 Feb 15:31
Compare
Choose a tag to compare

Changed

  • Disable eager loading to speed initial load of the application

Fixed

  • Replaced missing MoTD formatter

version 1.31.0

30 Jan 15:29
Compare
Choose a tag to compare

Added

  • version string to footer
  • add support for localization of home page welcome text and motd title with
    added setup to be able to add support for more localization options in the
    future
  • the home page html (both logo and text) can now be customized using a single
    html formatted string in /etc/ood/config/locales/en.yml with the welcome_html
    key

version 1.30.3

11 Jan 20:52
Compare
Choose a tag to compare

Fixed

  • ood_core updated with critical bug fix for SGE
  • fix displaying "invalid" interactive appp launch button in developer views
    #434

version 1.30.2

02 Jan 19:54
a20cae9
Compare
Choose a tag to compare

Fixed

  • Fixes for Quotas and improved tests

version 1.30.1

31 Dec 19:32
Compare
Choose a tag to compare

Fixed

  • Fixes a divide by zero error in the Quota model when a resource is not limited

version 1.30.0

27 Dec 02:27
d4c7c49
Compare
Choose a tag to compare

Fixed

  • Update ood_core to latest version for Torque and SGE bug fixes
  • Shortened quota alert

version 1.29.0

19 Dec 20:24
Compare
Choose a tag to compare

Added

  • Added ability to include JavaScript files to the form
  • Added experimental Grid Engine support

Changed

  • Changed logout message to inform users that they need to close their browsers to ensure logout
  • Changed precision of time reporting of Batch Connect
  • Changed development application root to be defined by the environment variable OOD_DEV_APPS_ROOT

version 1.28.0

30 Nov 19:14
0a2d8c0
Compare
Choose a tag to compare

Added

  • Added whitelist mode to manage categories in the navbar. #295

Changed

  • Whitelist mode defaults to false, so now app categories not defined in whitelist will appear in navbar. To enable whitelist mode to hide these categories, set NavConfig.categories_whitelist = true in a custom initializer
  • Updated Gem dependency
  • Updated Gem dependency (rack)
  • Update recommended dependencies (ruby, git, node)

version 1.27.2

14 Sep 19:44
Compare
Choose a tag to compare

Changed

  • Update PBS gem to v2.2.1

version 1.27.1

12 Sep 20:18
Compare
Choose a tag to compare

Fixed

  • Fixed setup crash due to incompatibilities between older nodejs and newer autoprefixer