1. 06 Feb, 2019 4 commits
    • Thong Kuah's avatar
      Refactor specs to run shared parts only when used · c95f735a
      Thong Kuah authored
      All applications except for Jupyter have the same #set_initial_status,
      so create a new shared example which we include in all application specs
      except for juptyer_spec. Juptyer specs already have specs for it's
      version of #set_initial_status
      c95f735a
    • Thong Kuah's avatar
      Update version on :installed, not :installing · 13c3cece
      Thong Kuah authored
      This makes this consistent with :updated. And also avoids a potential
      issue where an install errors which means that that the recorded version
      won't necessarily reflect the version that is actually installed.
      13c3cece
    • Thong Kuah's avatar
      Update version column after application is updated · 0d1f629d
      Thong Kuah authored
      Note: updating version column after :updating is not ideal in the
      updating -> update_erroed case. This will mean that the application now
      records the version as the version that failed to upgrade, not the
      version that it is currently on.
      0d1f629d
    • Thong Kuah's avatar
      Remove setting version on :updating for prometheus · 9793ae9d
      Thong Kuah authored
      As we are now setting version on :updated for all applications now.
      9793ae9d
  2. 01 Feb, 2019 28 commits
  3. 31 Jan, 2019 8 commits