This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from d8adb7d chore(doc): Generate PDB trait documentation
new 5e82772 Add local run command.
new 9edff32 Factor out common code between inspect and run-local commands.
new 197c67f Run existing integration locally.
new 5ea1b6e Add class containing main function.
new a62cdf4 Ensure Maven working directory is kept until after the
integration is run.
new 9b2d0b2 Address comments. Clean-up code.
new 430ba1b Add test for property-file and dependency flags for local-run.
new 334d848 Add support for modeline options.
new f0e11b2 Update usage.
new 8bcff84 Remove TODO comment. Remove printing of dependencies when
running locally.
new 184b36f Add local run command. Resolve all modeline options.
new 1729ac5 Remove old modeline support for just dependencies from
dependency resolution..
The 12 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/cmd/inspect.go | 279 ++----------------------
pkg/cmd/{version.go => local.go} | 46 ++--
pkg/cmd/local_run.go | 110 ++++++++++
pkg/cmd/local_run_test.go | 78 +++++++
pkg/cmd/modeline.go | 54 +++--
pkg/cmd/root.go | 5 +
pkg/cmd/util.go | 3 +-
pkg/cmd/util_commands.go | 95 +++++++++
pkg/cmd/{inspect.go => util_dependencies.go} | 308 +++++++++++++--------------
pkg/cmd/util_sources.go | 46 ++--
10 files changed, 542 insertions(+), 482 deletions(-)
copy pkg/cmd/{version.go => local.go} (54%)
create mode 100644 pkg/cmd/local_run.go
create mode 100644 pkg/cmd/local_run_test.go
create mode 100644 pkg/cmd/util_commands.go
copy pkg/cmd/{inspect.go => util_dependencies.go} (60%)