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 bc7e792  Upgrade Operator SDK to version 0.7.0
     new 4df22b7  Change default builder to sync style API and remove in-memory 
working queue
     new 2b28ee6  Fix comment
     new f2858cc  Completely stateless builder
     new 30c231b  Add monitor action for routine build strategy
     new 453d0dd  Add missing break to running builds lookup loop

The 653 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:
 cmd/builder/main.go                                |  46 ++---
 pkg/apis/camel/v1alpha1/build_types.go             |   2 +-
 pkg/builder/builder.go                             | 204 +++++----------------
 pkg/builder/builder_steps_test.go                  |  28 +--
 pkg/builder/builder_types.go                       |   4 +-
 pkg/builder/util/build_utils.go                    |  27 +--
 pkg/controller/build/build_controller.go           |  18 +-
 .../build/{monitor.go => monitor_pod.go}           |  16 +-
 .../build/{monitor.go => monitor_routine.go}       |  57 +++---
 pkg/controller/build/schedule_pod.go               |   1 +
 pkg/controller/build/schedule_routine.go           |  68 ++++---
 pkg/platform/platform.go                           |   3 +-
 test/builder_integration_test.go                   |  60 +-----
 13 files changed, 170 insertions(+), 364 deletions(-)
 copy pkg/controller/build/{monitor.go => monitor_pod.go} (84%)
 rename pkg/controller/build/{monitor.go => monitor_routine.go} (50%)

Reply via email to