You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/09/17 11:52:31 UTC

[camel-k] branch master updated (864ffae -> 698df0d)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from 864ffae  fix findings
     add 497afdf  chore(cobra): supoport zsh completion
     add 4ee5605  chore(kamel): add some checks arount contexts creation and deletion to prevent actions against platform contexts
     new 698df0d  Merge pull request #81 from lburgazzoli/cobra-cmd

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pkg/client/cmd/completion.go     | 32 ++++++++++++++++++++++++++++----
 pkg/client/cmd/context_create.go | 27 ++++++++++++++++++++-------
 pkg/client/cmd/context_delete.go | 19 ++++++++++++++-----
 pkg/client/cmd/context_get.go    |  6 +++---
 4 files changed, 65 insertions(+), 19 deletions(-)


[camel-k] 01/01: Merge pull request #81 from lburgazzoli/cobra-cmd

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 698df0d4da3180eb38ffec6fb9df6bf84431ddee
Merge: 864ffae 4ee5605
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 17 13:52:27 2018 +0200

    Merge pull request #81 from lburgazzoli/cobra-cmd
    
    Minot improvements to kamel client

 pkg/client/cmd/completion.go     | 32 ++++++++++++++++++++++++++++----
 pkg/client/cmd/context_create.go | 27 ++++++++++++++++++++-------
 pkg/client/cmd/context_delete.go | 19 ++++++++++++++-----
 pkg/client/cmd/context_get.go    |  6 +++---
 4 files changed, 65 insertions(+), 19 deletions(-)