Skip to content

Releases: OSC/ondemand

version 1.6.8 cr2

01 Aug 19:30
Compare
Choose a tag to compare
version 1.6.8 cr2 Pre-release
Pre-release
  • Testing merging the build steps into a single pipeline step.
  • Also not sure whether we should up the rpm build number or the prerelease number when changing gitlab yaml...

version 1.6.8 (release candidate 1)

26 Jul 13:01
e608fe6
Compare
Choose a tag to compare
Pre-release

Testing CD pipeline

version 1.6.7

28 Jun 14:50
Compare
Choose a tag to compare

Added

  • Added ability to disable RewriteEngine

version 1.6.6

25 Jun 15:12
Compare
Choose a tag to compare

Fixed

  • Fixed issue where ood_shell.js might be cached

version 1.6.5

20 Jun 15:58
Compare
Choose a tag to compare

Changed

  • Added new check to enable developer mode in Dashboard

Fixed

  • Fixed bugs with Firefox and MS Edge in the Shell

version 1.6.4

17 Jun 14:42
Compare
Choose a tag to compare

Added

  • Added VNC quality and compression controls to Dashboard
  • Added link to compute node that a VNC job is running on in the Dashboard

Changed

  • Changed 'Open in Terminal' button to offer multiple options when OOD_SSH_HOSTS is set in the File Explorer

Fixed

  • Fixed possible crash when running the Job Composer for the first time
  • Fix sorting of cluster dropdown (#168)

version 1.6.3

21 May 20:56
Compare
Choose a tag to compare

Fixed

  • Updated Dashboard to fix missing translations

version 1.6.2

15 May 18:15
bcea94d
Compare
Choose a tag to compare

Fixed

  • Added missing translations

version 1.6.1

15 May 16:27
a87f1ed
Compare
Choose a tag to compare

Fixed

  • Fixed crashing bug in Dashboard

version 1.6.0

13 May 14:06
281a996
Compare
Choose a tag to compare

Added

  • Added ability to render HTML or Markdown in job template manifests (#278)
  • Added I18n hooks to Job Composer for Job Options with an initial OSC/English locale
  • Added job array support for PBSPro and LSF
  • Added placeholder for job array in job options

Changed

  • Changed Shell to use the maintained node-pty instead of pts.js
  • Slurm adapter now returns nil instead of '(null)' for OodCore::Job::Info#account_id
  • Updated Gems to address CVEs
  • nginx_stage changed to always remove (and report removal of on stderr) stale Passenger PID and socket files (#11)

Fixed

  • Disabled warning in Job Composer about Gems not being eager loaded
  • Fixed a crash in nginx_stage relating to numeric values in pun_custom_env
  • Fixed Active Jobs showing 'null' when for OodCore::Job::Info#account_id was nil
  • Fixed Active Jobs showing integer Time Used instead of HH:MM:SS
  • Fixed bug in ood_core live system test
  • Fixed bug with Slurm adapter when submit time is not available
  • Fixed bug with the live system test that impacted non-LSF systems
  • Fixed issue where Slurm comment field might break job info parsing
  • Fixed layout bug in Job Composer (#290)
  • Fixed possible crash when comparing two clusters if the id of one of the clusters is nil
  • Job Composer with Grid Engine will attempt to detect if the user has set the working directory, and if not will set it (matching behavior of other adapters)
  • Prevent long job names from breaking the Job Composer layout (#290)
  • Fixed bug where using integers as values in pun_custom_env caused a TypeError (#26)