1. 18 Jul, 2019 1 commit
    • Thong Kuah's avatar
      Adds cluster_for_group factory for convienence · 88bf3fe8
      Thong Kuah authored
      Also means we don't have to resort to an update statement to set parent
      for child groups who also have clusters.
      
      This is much shorter than
      
      ```
      create(:cluster, :provided_by_gcp, :group, groups: [group])
      ```
      88bf3fe8
  2. 17 Jul, 2019 39 commits