Skip to content

Releases: OSC/ondemand

version 1.8.0

08 Jul 18:23
7c2703d
Compare
Choose a tag to compare
version 1.8.0 Pre-release
Pre-release

Added

  • Chinese localization for "Mainland China simplified characters"
    #477, thank you @374365283
    and @summerwang
  • Specify the default login host in the cluster config
    #508
  • Control nginx max upload size by setting byte size in nginx_stage.yml
    using configuration option nginx_file_upload_max and the files app will now respect this
    #502
  • Add an info.md.erb (or info.html.erb) to the root of any batch connect app
    to display extra information. the context for the erb is the session and the rendered
    string is passed through a markdown renderer
    #556
  • Configure a single batch connect app to submit to multiple different clusters, either
    in form.yml or submit.yml:
    #524
    #536
    #538
    #553
  • Streamlined Copy and Paste for Chrome
    #537
  • Dockerfile for help with development #309
  • Configurable logo height using OOD_DASHBOARD_LOGO_HEIGHT set to a value like 100px which
    enables using SVG for logos on the dashboard
  • Add TurboLinks dependeny to the dashboard in decrease loading time
    498

Changed

  • Shell app now requires every host it will connect to to be whitelisted
    defaulting to hosts in colon delimited SSHHOST_WHITELIST env var or every
    host specified in the login section of each cluster config
    #507
  • Switch from BasicAuth to Dex for default authentication
    #474

version 1.7.14

02 Jul 15:55
Compare
Choose a tag to compare

Fixed

  • Safari bug that broke noVNC #516.

version 1.7.12

12 May 11:37
1ad623a
Compare
Choose a tag to compare

Fixed

  • Fix nginx_clean --user --force to properly force kill PUN #485
  • Linux Host Adapter: fix to work when a user's default shell is not bash #187
  • Linux Host Adapter: fix issue with wrong arguments passed to pstree #188

version 1.7.11

24 Apr 02:06
Compare
Choose a tag to compare

Fixed

  • update to latest ood_core patch version to fix calls to LinuxHost#info_where_owner, particularly by the Active Jobs app

version 1.7.10 build 2

21 Apr 16:41
4992a04
Compare
Choose a tag to compare

Rebuild to include missing default logo.png and favicon in build

version 1.7.10

08 Apr 17:01
ebe9ee4
Compare
Choose a tag to compare

Fixed

  • fix bug with file favorite URLs being incorrectly set in dropdown #472

version 1.7.9

04 Apr 01:59
576f2bf
Compare
Choose a tag to compare

Fixed

  • remove deprecated Dashboard version string from footer
    #467
  • fix hiding the joy ride script which is meant to be hidden in the DOM on the
    bottom of the page, not visible #466

version 1.7.8

03 Apr 18:21
270c5a6
Compare
Choose a tag to compare

Fixed

  • fix use of ActiveSupport::Inflector#parameterize in Rails 5.1+ #71 and commit cbb8b19
  • update Rails patch version for dependency security updates #463
  • update Job Composer schema file to be Rails 5.2 compliant #463

version 1.6.22

31 Mar 01:55
Compare
Choose a tag to compare

v1.6.22

Fixed

  • fix Shell app by downgrading node-pty dependency to version that is compatible with nodejs6

v1.6.21

Fixed

  • update Shell app to v1.5.0 which has backported fix for adding CSRF protection via CSRF token and Origin checking when creating shell app websocket connection #444

version 1.5.7

31 Mar 01:56
Compare
Choose a tag to compare

v1.5.7

Fixed

  • fix Shell app by downgrading node-pty dependency to version that is compatible with nodejs6

v1.5.6

Fixed

  • update Shell app to v1.5.0 which has backported fix for adding CSRF protection via CSRF token and Origin checking when creating shell app websocket connection #444