Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Proper markdown table in docs Dangerfile | Achilleas Pipinellis | 2018-11-12 | 1 | -14/+16 |
| | |||||
* | Edits to docs Dangerfiledocs/danger-documentation | Mike Lewis | 2018-11-09 | 1 | -10/+21 |
| | |||||
* | Dangerbot: mention tech writers based on DevOps stage | Achilleas Pipinellis | 2018-11-09 | 1 | -3/+13 |
| | |||||
* | Merge branch '51792-improve-debugging-capabilities-for-helm-installs' into ↵ | Kamil Trzciński | 2018-11-09 | 9 | -41/+40 |
|\ | | | | | | | | | | | | | 'master' Improve Debugging Capabilities For Helm Application Installs See merge request gitlab-org/gitlab-ce!22924 | ||||
| * | Improve Debugging Capabilities For Helm Application Installs | Dylan Griffith | 2018-11-09 | 9 | -41/+40 |
|/ | |||||
* | Merge branch '34758-group-cluster-controller' into 'master' | Kamil Trzciński | 2018-11-09 | 53 | -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_namespace | Thong Kuah | 2018-11-08 | 1 | -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 too | Thong Kuah | 2018-11-08 | 7 | -21/+21 |
| | | | | | | | | Use presenters instead otherwise we will have x2 overides in EE | ||||
| * | Refactor to use presenter | Thong Kuah | 2018-11-08 | 8 | -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 clusterable | Thong Kuah | 2018-11-08 | 1 | -0/+2 |
| | | |||||
| * | Consolidate how we allow user defined namespace | Thong Kuah | 2018-11-08 | 7 | -9/+31 |
| | | | | | | | | | | Use model method as single source of truth instead of splitting between presenter and Kubernetes model | ||||
| * | Remove methods already provided by presenters | Thong Kuah | 2018-11-08 | 1 | -8/+0 |
| | | |||||
| * | Resolve rubocop warnings | Mike Greiling | 2018-11-08 | 2 | -2/+1 |
| | | |||||
| * | Remove "active" badge from cluster index for now | Mike Greiling | 2018-11-08 | 1 | -3/+1 |
| | | |||||
| * | Rename is_project? to project? | Mike Greiling | 2018-11-08 | 5 | -5/+5 |
| | | |||||
| * | Update copy above new cluster form | Mike Greiling | 2018-11-08 | 2 | -8/+15 |
| | | |||||
| * | Remove trailing commas to satisfy rubocop | Mike Greiling | 2018-11-08 | 1 | -3/+3 |
| | | |||||
| * | Remove tests related to removed toggle button | Mike Greiling | 2018-11-08 | 1 | -31/+0 |
| | | |||||
| * | Update empty state for group clusters index | Mike Greiling | 2018-11-08 | 5 | -5/+35 |
| | | |||||
| * | Only project clusters has Project Namespace field | Thong Kuah | 2018-11-08 | 11 | -30/+46 |
| | | | | | | | | | | Group clusters should not allow Project Namespace so don't show that field input too | ||||
| * | Minor updates to spec for readability | Thong Kuah | 2018-11-08 | 2 | -23/+35 |
| | | | | | | | | Based on BE reviewer feedback | ||||
| * | Adds feature flag for Group Clusters | Mayra Cabrera | 2018-11-08 | 3 | -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 clusters | Mike Greiling | 2018-11-08 | 1 | -0/+4 |
| | | |||||
| * | Fix vertical padding between clusters in index page | Mike Greiling | 2018-11-08 | 1 | -0/+4 |
| | | |||||
| * | Redesign cluster index | Mike Greiling | 2018-11-08 | 3 | -14/+40 |
| | | |||||
| * | Remove integration toggle from cluster index page | Mike Greiling | 2018-11-08 | 4 | -40/+8 |
| | | |||||
| * | Define cluster types in a constant within frontend | Mike Greiling | 2018-11-08 | 2 | -3/+10 |
| | | |||||
| * | Remove "project namespace" from cluster index page | Mike Greiling | 2018-11-08 | 2 | -7/+2 |
| | | |||||
| * | Create disabled add cluster button partial to match EE | Mike Greiling | 2018-11-08 | 2 | -0/+5 |
| | | |||||
| * | Hide project-specific cluster apps in non-project clusters | Mike Greiling | 2018-11-08 | 3 | -2/+16 |
| | | |||||
| * | Remove unnecessary component registration | Mike Greiling | 2018-11-08 | 1 | -5/+2 |
| | | |||||
| * | Let CSS determine which application row is last | Mike Greiling | 2018-11-08 | 1 | -0/+6 |
| | | |||||
| * | Do not allow applications for group clusters | Thong Kuah | 2018-11-08 | 2 | -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_namespace | Thong Kuah | 2018-11-08 | 1 | -1/+1 |
| | | | | | | | | Remove the requirement to have actual_namespace before using kubeclient. | ||||
| * | Extend clusters_controller for group type clusters | Thong Kuah | 2018-11-08 | 19 | -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 groups | Thong Kuah | 2018-11-08 | 2 | -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 level | Thong Kuah | 2018-11-08 | 6 | -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 Thomas | 2018-11-09 | 1 | -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-spec | Mark Lapierre | 2018-11-08 | 1 | -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 Maan | 2018-11-09 | 1 | -6/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | Remove created_at from WikiPage See merge request gitlab-org/gitlab-ce!22905 | ||||
| * | | | Remove created_at from WikiPage | Francisco Javier López | 2018-11-09 | 1 | -6/+0 |
|/ / / | |||||
* | | | Merge branch 'docs-improve-review-apps-doc' into 'master' | Marin Jankovski | 2018-11-09 | 1 | -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-doc | Rémy Coutable | 2018-11-08 | 1 | -42/+50 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | Merge branch 'always-proxy-reports' into 'master' | Grzegorz Bizon | 2018-11-09 | 4 | -17/+51 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | backport: Always proxy reports downloads See merge request gitlab-org/gitlab-ce!22889 | ||||
| * | | | | backport: Always proxy reports downloadsalways-proxy-reports | Kamil Trzciński | 2018-11-07 | 4 | -17/+51 |
| | | | | | | | | | | | | | | | | | | | | This makes to always proxy reports | ||||
* | | | | | Merge branch 'revert_issue_board_entity' into 'master' | Stan Hu | 2018-11-09 | 11 | -118/+34 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Extract code into IssueBoardEntity" See merge request gitlab-org/gitlab-ce!22928 | ||||
| * | | | | | Revert "Extract code into IssueBoardEntity"revert_issue_board_entity | Thong Kuah | 2018-11-09 | 11 | -118/+34 |
| | |_|/ / | |/| | | | | | | | | | | | | | This reverts commit 8c126525faba40032244328187ba73a53b6eaf4c. | ||||
* | | | | | Merge branch 'patch-31' into 'master' | Evan Read | 2018-11-09 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Parameter per_page added See merge request gitlab-org/gitlab-ce!22818 | ||||
| * | | | | | Parameter per_page added | Alvaro Junqueira | 2018-11-09 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Merge branch 'patch-31' into 'master' | Evan Read | 2018-11-09 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | Typo fix stoping -> stopping in the CI README.md See merge request gitlab-org/gitlab-ce!22890 |