summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Proper markdown table in docs DangerfileAchilleas Pipinellis2018-11-121-14/+16
|
* Edits to docs Dangerfiledocs/danger-documentationMike Lewis2018-11-091-10/+21
|
* Dangerbot: mention tech writers based on DevOps stageAchilleas Pipinellis2018-11-091-3/+13
|
* Merge branch '51792-improve-debugging-capabilities-for-helm-installs' into ↵Kamil Trzciński2018-11-099-41/+40
|\ | | | | | | | | | | | | 'master' Improve Debugging Capabilities For Helm Application Installs See merge request gitlab-org/gitlab-ce!22924
| * Improve Debugging Capabilities For Helm Application InstallsDylan Griffith2018-11-099-41/+40
|/
* Merge branch '34758-group-cluster-controller' into 'master'Kamil Trzciński2018-11-0953-240/+1277
|\ | | | | | | | | User can create a group level cluster and install applications See merge request gitlab-org/gitlab-ce!22450
| * Still raise if there's no #actual_namespaceThong Kuah2018-11-081-0/+1
| | | | | | | | | | | | | | | | However, we only need to raise for project_type clusters to maintain previous behaviour. In all probablity this requirement to have actual_namespace came from KubernetesService and will no longer be required soon.
| * Reverse view override as EE has an override tooThong Kuah2018-11-087-21/+21
| | | | | | | | Use presenters instead otherwise we will have x2 overides in EE
| * Refactor to use presenterThong Kuah2018-11-088-24/+48
| | | | | | | | | | | | | | Refacotr project or group specific `if` logic to be contained within each presenter instead. Also add :override to ensure super method exists.
| * Raise on unknown clusterableThong Kuah2018-11-081-0/+2
| |
| * Consolidate how we allow user defined namespaceThong Kuah2018-11-087-9/+31
| | | | | | | | | | Use model method as single source of truth instead of splitting between presenter and Kubernetes model
| * Remove methods already provided by presentersThong Kuah2018-11-081-8/+0
| |
| * Resolve rubocop warningsMike Greiling2018-11-082-2/+1
| |
| * Remove "active" badge from cluster index for nowMike Greiling2018-11-081-3/+1
| |
| * Rename is_project? to project?Mike Greiling2018-11-085-5/+5
| |
| * Update copy above new cluster formMike Greiling2018-11-082-8/+15
| |
| * Remove trailing commas to satisfy rubocopMike Greiling2018-11-081-3/+3
| |
| * Remove tests related to removed toggle buttonMike Greiling2018-11-081-31/+0
| |
| * Update empty state for group clusters indexMike Greiling2018-11-085-5/+35
| |
| * Only project clusters has Project Namespace fieldThong Kuah2018-11-0811-30/+46
| | | | | | | | | | Group clusters should not allow Project Namespace so don't show that field input too
| * Minor updates to spec for readabilityThong Kuah2018-11-082-23/+35
| | | | | | | | Based on BE reviewer feedback
| * Adds feature flag for Group ClustersMayra Cabrera2018-11-083-29/+52
| | | | | | | | | | As the frontend is still in progress and other related backend is still in prgress we need a feature flag to turn off Group Clusters.
| * Add active and connection disabled badges to clustersMike Greiling2018-11-081-0/+4
| |
| * Fix vertical padding between clusters in index pageMike Greiling2018-11-081-0/+4
| |
| * Redesign cluster indexMike Greiling2018-11-083-14/+40
| |
| * Remove integration toggle from cluster index pageMike Greiling2018-11-084-40/+8
| |
| * Define cluster types in a constant within frontendMike Greiling2018-11-082-3/+10
| |
| * Remove "project namespace" from cluster index pageMike Greiling2018-11-082-7/+2
| |
| * Create disabled add cluster button partial to match EEMike Greiling2018-11-082-0/+5
| |
| * Hide project-specific cluster apps in non-project clustersMike Greiling2018-11-083-2/+16
| |
| * Remove unnecessary component registrationMike Greiling2018-11-081-5/+2
| |
| * Let CSS determine which application row is lastMike Greiling2018-11-081-0/+6
| |
| * Do not allow applications for group clustersThong Kuah2018-11-082-9/+44
| | | | | | | | | | These applications will need further work in future issues to enable them to work with groups of projects.
| * Group clusters will have no actual_namespaceThong Kuah2018-11-081-1/+1
| | | | | | | | Remove the requirement to have actual_namespace before using kubeclient.
| * Extend clusters_controller for group type clustersThong Kuah2018-11-0819-97/+913
| | | | | | | | | | | | | | | | | | - Add pages javascripts to intialize clusters for group pages - Move specs asserting gcp specific validations from controller into UpdateService spec - Also teach Clusters::ApplicationController about groups
| * Adds Kubernetes sidebar for groupsThong Kuah2018-11-082-0/+17
| | | | | | | | | | As this is the only item in this menu, make Kubernetes the link for the sidebar item too.
| * Add policy for clusters on group levelThong Kuah2018-11-086-8/+56
| | | | | | | | | | - maintainer for group can read, create, update, and admin cluster - project user, at any level, cannot do anything with group cluster
* | Merge branch 'qa-git-protocol-v2-http-spec' into 'master'Nick Thomas2018-11-091-0/+49
|\ \ | | | | | | | | | | | | Add e2e test of push via HTTP via Git protocol v2 See merge request gitlab-org/gitlab-ce!22925
| * | Add e2e test of push via HTTP via Git protocol v2qa-git-protocol-v2-http-specMark Lapierre2018-11-081-0/+49
| | | | | | | | | | | | | | | Adds a new end-to-end test to check that Git protocol v2 can be used to push over HTTP
* | | Merge branch 'fj-remove-wiki-page-created-at' into 'master'Douwe Maan2018-11-091-6/+0
|\ \ \ | | | | | | | | | | | | | | | | Remove created_at from WikiPage See merge request gitlab-org/gitlab-ce!22905
| * | | Remove created_at from WikiPageFrancisco Javier López2018-11-091-6/+0
|/ / /
* | | Merge branch 'docs-improve-review-apps-doc' into 'master'Marin Jankovski2018-11-091-42/+50
|\ \ \ | | | | | | | | | | | | | | | | Improve the Review Apps documentation a bit See merge request gitlab-org/gitlab-ce!22910
| * | | Improve the Review Apps documentation a bitdocs-improve-review-apps-docRémy Coutable2018-11-081-42/+50
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'always-proxy-reports' into 'master'Grzegorz Bizon2018-11-094-17/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | backport: Always proxy reports downloads See merge request gitlab-org/gitlab-ce!22889
| * | | | backport: Always proxy reports downloadsalways-proxy-reportsKamil Trzciński2018-11-074-17/+51
| | | | | | | | | | | | | | | | | | | | This makes to always proxy reports
* | | | | Merge branch 'revert_issue_board_entity' into 'master'Stan Hu2018-11-0911-118/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Extract code into IssueBoardEntity" See merge request gitlab-org/gitlab-ce!22928
| * | | | | Revert "Extract code into IssueBoardEntity"revert_issue_board_entityThong Kuah2018-11-0911-118/+34
| | |_|/ / | |/| | | | | | | | | | | | | This reverts commit 8c126525faba40032244328187ba73a53b6eaf4c.
* | | | | Merge branch 'patch-31' into 'master'Evan Read2018-11-091-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Parameter per_page added See merge request gitlab-org/gitlab-ce!22818
| * | | | | Parameter per_page addedAlvaro Junqueira2018-11-091-0/+1
|/ / / / /
* | | | | Merge branch 'patch-31' into 'master'Evan Read2018-11-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Typo fix stoping -> stopping in the CI README.md See merge request gitlab-org/gitlab-ce!22890