This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 1bf909c Embed camel catalog #93 new 25b9aa8 Implementation of auto-discovery new d8763dd Fix typo The 2 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/apis/camel/v1alpha1/types.go | 33 ++++++-- pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 5 ++ pkg/client/cmd/completion_bash.go | 2 +- pkg/client/cmd/run.go | 39 +++++---- pkg/discover/dependencies.go | 96 ++++++++++++++++++++++ pkg/discover/dependencies_test.go | 85 +++++++++++++++++++ pkg/{apis/camel/v1alpha1 => discover}/doc.go | 7 +- .../context/action.go => discover/language.go} | 31 ++++--- .../action.go => discover/languages_test.go} | 27 +++--- pkg/stub/action/integration/deploy.go | 4 +- pkg/stub/action/integration/initialize.go | 39 ++++++++- pkg/util/camel/catalog.go | 23 +++++- .../version.go => pkg/util/camel/catalog_test.go | 14 ++-- runtime/examples/dns.js | 6 +- 14 files changed, 346 insertions(+), 65 deletions(-) create mode 100644 pkg/discover/dependencies.go create mode 100644 pkg/discover/dependencies_test.go copy pkg/{apis/camel/v1alpha1 => discover}/doc.go (86%) copy pkg/{stub/action/context/action.go => discover/language.go} (59%) copy pkg/{stub/action/context/action.go => discover/languages_test.go} (63%) copy version/version.go => pkg/util/camel/catalog_test.go (81%)