This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
discard 4f2313f40 Updated resorces to the development versions
discard 716aa7792 Updated camel-k-runtime version to the latest snapshot
discard 303eac650 Added catalog for 1.13.1-SNAPSHOT
add d9f10e963 chore(cmd/trait): refactor cmd & trait packages
add bf16b2149 Adding the option of using docker registry
add 3ea2c4901 Using a variable for the version.
add adcb0d826 docs: Adding a link instead of explaining how to add another
registry
new 54446d69a Added catalog for 1.13.1-SNAPSHOT
new 8e2463093 Updated camel-k-runtime version to the latest snapshot
new 71243f05c Updated resorces to the development versions
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4f2313f40)
\
N -- N -- N refs/heads/camel-main (71243f05c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
.../ROOT/pages/contributing/local-development.adoc | 6 +-
pkg/cmd/trait_help.go | 107 ----------------
pkg/cmd/trait_support.go | 136 +++++++++++++++++++++
pkg/trait/{trait_types_test.go => test_support.go} | 16 ---
pkg/trait/trait_types_test.go | 133 +++++++++-----------
pkg/trait/util_test.go | 79 ------------
6 files changed, 198 insertions(+), 279 deletions(-)
create mode 100644 pkg/cmd/trait_support.go
copy pkg/trait/{trait_types_test.go => test_support.go} (88%)