1. 29 Oct, 2018 6 commits
    • Andreas Brandl's avatar
      Merge branch '34758-create-group-clusters' into 'master' · 56a8f4e3
      Andreas Brandl authored
      Models and migrations for group level clusters
      
      See merge request gitlab-org/gitlab-ce!22307
      56a8f4e3
    • Sean McGivern's avatar
      Merge branch '52383-ui-filter-assignee-none-any' into 'master' · e69a4b08
      Sean McGivern authored
      Add None/Any options for assignee in search bar
      
      Closes #52383
      
      See merge request gitlab-org/gitlab-ce!22599
      e69a4b08
    • Sean McGivern's avatar
      Merge branch '5781-operations-homepage-mvc-routes' into 'master' · 8ba44e46
      Sean McGivern authored
      Backport CE route changes for Ops Dashboard in EE
      
      See merge request gitlab-org/gitlab-ce!22640
      8ba44e46
    • Sean McGivern's avatar
      Merge branch 'rz_fix_milestone_count' into 'master' · fcd2f35b
      Sean McGivern authored
      Fixing count on Milestones
      
      Closes #50848
      
      See merge request gitlab-org/gitlab-ce!21446
      fcd2f35b
    • Grzegorz Bizon's avatar
      Merge branch... · 5a460397
      Grzegorz Bizon authored
      Merge branch '52780-stale-pipeline-status-cache-for-_project-after-disabling-pipelines' into 'master'
      
      Resolve "Stale pipeline status cache for `_project` after disabling pipelines"
      
      Closes #52780
      
      See merge request gitlab-org/gitlab-ce!22589
      5a460397
    • 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
  2. 28 Oct, 2018 3 commits
  3. 27 Oct, 2018 2 commits
  4. 26 Oct, 2018 29 commits