This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
from f5187a361 chore(ci): simplify nightly updates action
new 4e2bc7959 feat(pipeline): filter and sort tasks execution
new dbea42fb0 feat(pipeline): publishing user task
new 277124770 feat(pipeline): support custom user id execution
The 3 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:
config/crd/bases/camel.apache.org_builds.yaml | 7 +
.../bases/camel.apache.org_integrationkits.yaml | 7 +
.../camel.apache.org_integrationplatforms.yaml | 14 ++
.../crd/bases/camel.apache.org_integrations.yaml | 7 +
.../bases/camel.apache.org_kameletbindings.yaml | 7 +
config/crd/bases/camel.apache.org_pipes.yaml | 7 +
docs/modules/ROOT/pages/pipeline/pipeline.adoc | 61 ++++++--
docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 23 +++
docs/modules/traits/pages/builder.adoc | 6 +
helm/camel-k/crds/crd-build.yaml | 7 +
helm/camel-k/crds/crd-integration-kit.yaml | 7 +
helm/camel-k/crds/crd-integration-platform.yaml | 14 ++
helm/camel-k/crds/crd-integration.yaml | 7 +
helm/camel-k/crds/crd-kamelet-binding.yaml | 7 +
helm/camel-k/crds/crd-pipe.yaml | 7 +
pkg/apis/camel/v1/build_types.go | 4 +
pkg/apis/camel/v1/trait/builder.go | 4 +
pkg/apis/camel/v1/zz_generated.deepcopy.go | 5 +
.../camel/applyconfiguration/camel/v1/usertask.go | 18 +++
pkg/controller/build/build_pod.go | 7 +
pkg/controller/build/monitor_pod.go | 102 ++++++++++---
pkg/resources/resources.go | 45 ++++--
pkg/trait/builder.go | 145 +++++++++++++++---
pkg/trait/builder_test.go | 167 +++++++++++++++++----
pkg/util/test/client.go | 2 +
resources/traits.yaml | 6 +
26 files changed, 600 insertions(+), 93 deletions(-)