This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
from 566db9f125 Merge pull request #2418 from mattcasters/master
new 619d49386d initial version pipeline log example, refactored pipeline
probe example
new 1fea97728a updated samples section, added screenshot #2332
new 217060cee3 updated documentation url in PipelineLoggingMeta, added
pipeline logging page in transforms list and nav.adoc #2332
new e44efa89bf Merge pull request #2431 from bamaer/2332
The 5414 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:
.../assets/images/metadata-types/pipeline-log.png | Bin 0 -> 91918 bytes
docs/hop-user-manual/modules/ROOT/nav.adoc | 1 +
.../ROOT/pages/metadata-types/pipeline-log.adoc | 16 +-
.../modules/ROOT/pages/pipeline/transforms.adoc | 1 +
.../pipeline/transforms/pipeline-logging.adoc | 79 ++
.../pipeline/transform/PipelineLoggingMeta.java | 2 +-
.../pipeline-log/pipeline-log-example.json | 15 +
.../pipeline-probe/pipeline-probe-example.json | 4 +-
.../generate-fake-books.hpl} | 0
.../samples/reflection/pipeline-log-example.hpl | 1155 ++++++++++++++++++++
.../pipeline-probe-example.hpl | 2 +-
11 files changed, 1269 insertions(+), 6 deletions(-)
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/metadata-types/pipeline-log.png
create mode 100644
docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/pipeline-logging.adoc
create mode 100644
plugins/misc/reflection/src/main/samples/metadata/pipeline-log/pipeline-log-example.json
rename
plugins/misc/reflection/src/main/samples/{pipeline-probe/pipeline-probe-generate-fake-books.hpl
=> reflection/generate-fake-books.hpl} (100%)
create mode 100644
plugins/misc/reflection/src/main/samples/reflection/pipeline-log-example.hpl
rename plugins/misc/reflection/src/main/samples/{pipeline-probe =>
reflection}/pipeline-probe-example.hpl (99%)