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.12.0

05 Jun 14:24
Compare
Choose a tag to compare

Added

  • Add ability to use RSS/Markdown/Plaintext MOTD

Fixed

  • Fix bug when OOD portal specified without site

Removed

  • Remove unused assets

version 1.11.1

20 Apr 14:28
Compare
Choose a tag to compare

Changed

  • added a bin/setup for easier deployment

version 1.11.0

17 Apr 20:06
Compare
Choose a tag to compare

Changed

  • Use the latest ood_appkit gem which incorporates ood_core

version 1.10.1

07 Apr 15:32
Compare
Choose a tag to compare

Fixed

  • fixed route to create product from git remote
  • added spacer on product details page
  • added restart web server link to Help dropdown (needed by users who get secondary groups added)
  • updated ood_appkit dependency making it forwards compatible with new v2 cluster configs
  • corrected grammar on logout page

version 1.10.0

13 Mar 20:04
Compare
Choose a tag to compare

Changed

  • All apps launch in a new browser window
  • site specific configs changed: OSC AweSim dashboard matches OSC OnDemand dashboard
  • App Sharing: OOD_APP_CATALOG_URL for AweSim is now being used again
  • App Sharing: shared app links now display using a launchpad style buttons instead of a table

Fixed

  • clean up code that shows home link only if develop dropdown displays
  • remove some control flow from the views and controller code when creating new "products" for app development
  • .env is no longer required for installation as defaults are now set in app.js for file upload max, and editor and shell URIs

version 1.9.0

03 Mar 20:07
Compare
Choose a tag to compare

Changed

  • Remove logout knowledge from the dashboard and rely on Apache config to log us out:
    • Use OOD Apache's /logout URL so logout can be configured and handled where login is configured and handled
    • Add a default /pun/dashboard/logout page that instructs the user to
    • Replace "user dropdown" with navbar text of logged in user and navbar link for logging out
  • Move the "change password" URL to the Help dropdown since we got rid of the "user dropdown"
  • Move announcement alert above other alerts

Added

  • App Sharing: Rebuild Passenger App button for "usr" aka "shared" apps

version 1.8.0

13 Jan 21:05
Compare
Choose a tag to compare

Added

  • ability to add site-wide announcement if file set at /etc/ood/config/announcement.md
  • display full git remote error message when git remote is failed to be cloned (#86)

Fixed

  • editing manifest would result in deleting any existing attributes besides name and description (#96)

Removed

  • feature that let an app define a manifest.yml at the same level as an app directory, so an app could be displayed by the dashboard "disabled", indicating it exists but the user doesn't have access to it (this was never used)
  • icon title over table header in products list, which was unnecessary (#103)

version 1.7.1

16 Dec 20:15
Compare
Choose a tag to compare

Fixed

  • fix crash when going to details view of a Rails app that has a Gemfile but is missing a Gemfile.lock file

version 1.7.0

14 Dec 21:03
Compare
Choose a tag to compare

Added

  • Add ability to toggle develop dropdown visibility when app sharing is enabled
  • Add support for URL in an apps manifest, which specifies a different URL to redirect the user to
  • IE11 to list of supported browsers

Fixed

  • Properly detect type of passenger app and restrict Rails specific validations and buttons only to Rails apps in the developer views

version 1.6.1

01 Dec 19:38
Compare
Choose a tag to compare

Fixed

  • add contact support link for app sharing if OOD_APP_CATALOG_URL env var is not set