1. 18 Jan, 2019 1 commit
    • Thong Kuah's avatar
      Refactor some methods in Prometheus model · 37004bed
      Thong Kuah authored
      - #update_errored? method def is redundant, already defined from state
      machine
      - #update_in_progress? moved to ApplicationStatus
      - #ready_status becomes a constant. Previously it was extended in ee/ so
      maybe that was why it's a instance method
      37004bed
  2. 14 Jan, 2019 2 commits
    • Thong Kuah's avatar
      EE: Remove code ported to CE from ee/ · 089d8b5d
      Thong Kuah authored
      Also removes prepend as the prepended EE module is now empty
      089d8b5d
    • Thong Kuah's avatar
      Port generic upgrade functionality to CE · 24ddf702
      Thong Kuah authored
      Port from EE generic upgrade related functionality used to upgrade Helm
      applications
      
      Remove memoization which could be incorrect
      
      It looks like we are memoizing without regard to the method's argument
      so this could result in an incorrect upgrade_command
      
      Remove `const_get` indirection now we are no longer in EE
      24ddf702
  3. 08 Jan, 2019 37 commits