An error occurred fetching the project authors.
  1. 16 Oct, 2019 1 commit
  2. 14 Oct, 2019 1 commit
  3. 02 Oct, 2019 1 commit
  4. 23 Sep, 2019 1 commit
  5. 07 Aug, 2019 1 commit
    • Tiger Watson's avatar
      Use separate Kubernetes namespaces per environment · 36a01a88
      Tiger Watson authored
      Kubernetes deployments on new clusters will now have
      a separate namespace per project environment, instead
      of sharing a single namespace for the project.
      
      Behaviour of existing clusters is unchanged.
      
      All new functionality is controlled by the
      :kubernetes_namespace_per_environment feature flag,
      which is safe to enable/disable at any time.
      36a01a88
  6. 26 Jul, 2019 1 commit
  7. 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
  8. 02 Jul, 2019 1 commit
  9. 03 May, 2019 1 commit
  10. 02 Apr, 2019 1 commit
  11. 20 Mar, 2019 1 commit
  12. 22 Jan, 2019 1 commit
  13. 04 Jan, 2019 1 commit
  14. 29 Oct, 2018 1 commit
    • Thong Kuah's avatar
      Associate clusters model to groups · 0e15eec8
      Thong Kuah authored
      Even though we currently only should have one group for a cluster, we
      allow the flexibility to associate to other groups in the future.
      
      This also matches the runner <=> groups association.
      
      - Adds Cluster#first_group, aliased to Cluster#group. For the
      conceivable future, a cluster will have at most one group.
      
      - Prevent mixing of group and project clusters. If project type
      clusters, it should only have projects assigned.  Similarly with groups.
      
      - Default cluster_type to :project_type. As it's very small table we can
      set default and null: false in one release.
      0e15eec8
  15. 07 Aug, 2018 1 commit
  16. 31 Jul, 2018 1 commit
  17. 30 Jul, 2018 1 commit
  18. 13 May, 2018 1 commit
  19. 22 Mar, 2018 1 commit
  20. 14 Dec, 2017 1 commit
  21. 05 Dec, 2017 1 commit
  22. 03 Dec, 2017 2 commits
  23. 01 Dec, 2017 1 commit
  24. 06 Nov, 2017 1 commit
  25. 02 Nov, 2017 1 commit
  26. 31 Oct, 2017 1 commit
  27. 30 Oct, 2017 1 commit
  28. 29 Oct, 2017 1 commit