Skip to content

Releases: OSC/ondemand

version 1.7.3 build 3

04 Dec 15:35
8e66936
Compare
Choose a tag to compare

Includes minor fix for packaging #333

version 1.7.3 build 2

03 Dec 21:13
625518d
Compare
Choose a tag to compare

Includes minor fix to packaging of SELinux #331

version 1.7.3

03 Dec 20:45
25c47e7
Compare
Choose a tag to compare

Added

  • -u/--user flag to nginx_stage nginx_clean subcommand #315
  • enable admin to disable shell link to compute node by setting env var
    OOD_BC_SSH_TO_COMPUTE_NODE to falsy value (0, false, off) #306

Changed

  • rewrite SELinux support by running as ood_pun_t context instead of httpd_t
    context #319

Fixed

  • ensure BUNDLE_USER_CONFIG is set to /dev/null when the dashboard executes
    the per user setup script for an app #318
  • include development and test gems in production build so OnDemand developers
    can develop against existing gem set #326
  • Fix font awesome icon usage for activejobs #323

version 1.7.2

19 Nov 17:00
Compare
Choose a tag to compare

Added

  • Job Compser and ActiveJobs now respect same navbar branding configuration as Dashboard @zooley #101
  • running core app unit tests in Travis CI #303
  • support for radio buttons in batch connect apps #139
  • branding to Job Composer and Active Jobs that match Dashboard #101

Changed

  • rewrote ood-portal-generator in Ruby with automated tests #108

Fixed

  • SELinux policy issues exposed when installing at external site #110 and #112
  • Shell app now uses en_US.UTF-8 as LANG @jasonbuechler #308
  • ignore comments when comparing Apache configs in ood-portal-generator #100

version v1.7.2_demo build 2

18 Nov 16:25
9039f02
Compare
Choose a tag to compare
Merge pull request #312 from OSC/fix-selinux

Fix selinux policy

version 1.7.2 for demo

15 Nov 21:15
05cd1de
Compare
Choose a tag to compare

This provides the LinuxHost adapter to the Dashboard

version 1.7.1

05 Nov 01:27
816f92f
Compare
Choose a tag to compare

Added

  • shellcheck static analysis of shell scripts

Changed

  • monorepo: add all core apps to main repo
  • start installing app gems to a GEM_HOME under /opt/ood that is built into a separate ondemand-gems rpm
  • upgrade Dashboard to Rails 5

Fixed

  • fix window.opener vulnerability found by Google's Lighthouse @zooley #88
  • accessibility fixes exposed using Deque's aXe utility @zooley #89
  • optimize some included pngs using ImageOptim app @zooley #91
  • add missing closing tag to missing home directory error page @zooley #92

version 1.7.0 build 2

16 Oct 01:43
Compare
Choose a tag to compare
Fix build (#82)

* Add --trace to rake commands
* Set OBJDIR for install too
* Fix git issues with builds: https://gitlab.com/gitlab-org/gitlab-foss/issues/60466
* Split el7 and el8 builds to speed things up
* Move component install to RPM install section

version 1.6.20

15 Oct 01:14
Compare
Choose a tag to compare

Fixed

  • fix bug to ensure update_ood_portal installs new config if existing
    ood-portal.conf matches checksum #83

version 1.7.0

14 Oct 17:57
Compare
Choose a tag to compare

Added

  • update Dashboard to add account balance warnings & dev mode icon picker
  • for new installs, sudoers.d/ood script now includes env_keep for all env
    vars starting with NGING_STAGE_ or OOD_

Changed

  • drop support for CentOS/RHEL6
  • upgrade to Ruby 2.5, Node 10, and Passenger 6