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

version 1.5.0

Compare
Choose a tag to compare
@ericfranz ericfranz released this 14 Nov 19:40
· 969 commits to master since this release

Added:

  • font awesome icon support in manifest (icon.png is still default) #57
  • app's can now specify the "role" they play in the manifest ("files", "shell", "vdi", and "ihpc" are valid roles and the dashboard treats these apps differently when building the nav bar)

Changed:

  • navigation bar app links are generated dynamically based on the sys apps deployed and the apps's manifest properties #58
  • hide the help dropdown and user dropdown links that are not configured, such as logout, support, and change password urls #69
  • moved OSC specific code for building a list of project space paths to custom initializer #2

Fixed:

  • navigation links appear same whether on Internal Server Errror page or other pages #25
  • avoid crashing if MOTD file exists but is empty #19

Removed:

  • code to filter out specific desktop apps based on ruby group membership; we will now restrict permissions by restricting access to the deployed desktop apps that depend on the ruby cluster
  • OOD_DASHBOARD_SHOW_ALL_APPS is no longer a configuration option