1. 11 Jul, 2019 2 commits
    • Dylan Griffith's avatar
      Add API for CRUD group clusters · 7fb076f5
      Dylan Griffith authored
      This is basically a copy of the API for project clusters.
      7fb076f5
    • Dylan Griffith's avatar
      Refactor: model errors for multi cluster validation · dacd0ee1
      Dylan Griffith authored
      The current approach requires catching exceptions to handle these errors
      and callers are already handling model validations so it seems more
      appropriate.  Also it seemed to convoluted to add this logic directly to
      the model since the model needs to check too many possible associations
      to determine whether or not there are more than one cluster since the
      model doesn't know what it's being created on. Additionally we only
      wanted to validate during create to avoid the risk of existing models
      becoming invalid by many different edge cases.
      dacd0ee1
  2. 04 Jul, 2019 2 commits
  3. 03 Jul, 2019 36 commits