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 d110a8c  Merge pull request #111 from lburgazzoli/kamel-cmd
     new 0047930  Refactored build module into assembler and publisher
     new 2c51dfd  Added incremental publisher
     new 1b361c0  bind incremental builder to standard flow
     new 3761557  Fixing artifact path and selection algorithm

The 4 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:
 Gopkg.lock                                         |   9 +
 pkg/{discover => build/assemble}/doc.go            |   5 +-
 pkg/build/assemble/maven_assembler.go              | 171 +++++++++++++++++
 .../maven_assembler_test.go}                       |   2 +-
 pkg/build/build_manager.go                         |  87 +++++++--
 pkg/build/build_types.go                           |  25 ++-
 pkg/{apis/camel/v1alpha1 => build/publish}/doc.go  |   6 +-
 pkg/build/publish/s2i_incremental_publisher.go     | 110 +++++++++++
 .../local_builder.go => publish/s2i_publisher.go}  | 207 ++++++++++-----------
 pkg/stub/action/context/build.go                   |  43 ++++-
 pkg/util/maven/maven.go                            | 112 +----------
 pkg/util/tar/appender.go                           | 106 +++++++++++
 test/build_manager_integration_test.go             |  15 +-
 test/local_builder_integration_test.go             | 107 -----------
 14 files changed, 649 insertions(+), 356 deletions(-)
 copy pkg/{discover => build/assemble}/doc.go (85%)
 create mode 100644 pkg/build/assemble/maven_assembler.go
 rename pkg/build/{local/local_builder_test.go => 
assemble/maven_assembler_test.go} (99%)
 copy pkg/{apis/camel/v1alpha1 => build/publish}/doc.go (87%)
 create mode 100644 pkg/build/publish/s2i_incremental_publisher.go
 rename pkg/build/{local/local_builder.go => publish/s2i_publisher.go} (57%)
 create mode 100644 pkg/util/tar/appender.go
 delete mode 100644 test/local_builder_integration_test.go

Reply via email to