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

version 1.27.0

Choose a tag to compare

@MorganRodgers MorganRodgers released this 11 Sep 19:20
· 241 commits to master since this release

Added

  • Support parsing disk quota information that follows a pre-defined JSON
    schema.
    #366
  • Display disk quota warnings to user if near limit.
    #366
  • Can specify html options for batch connect form fields in form.yml using
    html_options key
    #376
  • Can specify other form field helper options for batch connect form fields in
    form.yml by adding more key/value pairs to the attribute section
    #369

Changed

  • Updated dependencies using bundle update
  • Improve user messanging around using Git when cloning apps
    #256
  • Changed 'title' to 'name' in the Developer View
  • Upgrade Front Awesome to v5
    #341
  • In the Developer View replaced app delete button with instructions on how to do so from the command line

Fixed

  • When rendering form.yml.erb and submit.yml.erb __FILE__ is now properly set
    to the path to the yaml file being rendered
    #369
  • Fixed a problem where a missing title in the cluster metadata could cause a crash in the fallback handler
    #395