This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from af11ee344e added table execution results tab - pipelines workflows
executor .#4324 (#4531)
add d711376b57 Correct and refresh some icons #4516 Move the 'Avro decode'
to the Transform category
new ae5591711e Merge pull request #4532 from nadment/4516
The 1 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:
.../images/transforms/icons/GenericTransform.svg | 3 +-
.../images/transforms/icons/PGBulkLoader.svg | 136 ++++++++++++++----
.../assets/images/transforms/icons/avro_decode.svg | 154 +++++----------------
.../assets/images/transforms/icons/avro_encode.svg | 151 ++++----------------
.../assets/images/transforms/icons/avro_input.svg | 91 +++---------
.../assets/images/transforms/icons/avro_output.svg | 122 +++-------------
.../assets/images/transforms/icons/checksum.svg | 20 ++-
.../assets/images/transforms/icons/clonerow.svg | 8 +-
.../assets/images/transforms/icons/coalesce.svg | 87 ++++--------
.../images/transforms/icons/columnexists.svg | 5 +-
.../images/transforms/icons/concatfields.svg | 27 ++--
.../images/transforms/icons/cratedbbulkloader.svg | 76 ++++++++++
.../transforms/icons/creditcardvalidator.svg | 3 +-
.../images/transforms/icons/dorisbulkloader.svg | 50 +++----
.../assets/images/transforms/icons/html2text.svg | 9 ++
.../assets/images/transforms/icons/metadata.svg | 10 +-
.../images/transforms/icons/metastructure.svg | 13 +-
.../images/transforms/icons/redshiftbulkloader.svg | 25 ++++
.../assets/images/transforms/icons/snowflake.svg | 65 ---------
.../transforms/icons/snowflakebulkloader.svg | 40 ++++++
.../transforms/icons/standardizephonenumber.svg | 3 +-
.../images/transforms/icons/streamschemamerge.svg | 34 ++---
.../assets/images/transforms/icons/terafast.svg | 87 ++++++------
.../assets/images/transforms/icons/validator.svg | 2 +-
.../assets/images/transforms/icons/vertica.svg | 74 +++++-----
.../transforms/icons/webserviceavailable.svg | 3 +-
.../pipeline/transforms/cratedb-bulkloader.adoc | 2 +-
.../pipeline/transforms/redshift-bulkloader.adoc | 2 +-
.../pipeline/transforms/snowflakebulkloader.adoc | 2 +-
.../avro/transforms/avrodecode/AvroDecodeMeta.java | 2 +-
.../tech/avro/src/main/resources/avro_decode.svg | 154 +++++----------------
.../tech/avro/src/main/resources/avro_encode.svg | 151 ++++----------------
.../tech/avro/src/main/resources/avro_input.svg | 91 +++---------
.../tech/avro/src/main/resources/avro_output.svg | 122 +++-------------
.../bulkloader/RedshiftBulkLoaderMeta.java | 2 +-
.../aws/src/main/resources/redshiftbulkloader.svg | 25 ++++
.../checksum/src/main/resources/checksum.svg | 20 ++-
.../clonerow/src/main/resources/clonerow.svg | 8 +-
.../coalesce/src/main/resources/coalesce.svg | 87 ++++--------
.../src/main/resources/columnexists.svg | 5 +-
.../src/main/resources/concatfields.svg | 27 ++--
.../cratedbbulkloader/CrateDBBulkLoaderMeta.java | 2 +-
.../src/main/resources/CrateDBBulkLoader.svg | 21 ---
.../src/main/resources/cratedbbulkloader.svg | 76 ++++++++++
.../src/main/resources/creditcardvalidator.svg | 3 +-
.../language/messages/messages_en_US.properties | 2 +-
.../src/main/resources/dorisbulkloader.svg | 50 +++----
.../html2text/src/main/resources/html2text.svg | 24 ++--
.../metadata/src/main/resources/metadata.svg | 10 +-
.../src/main/resources/GenericTransform.svg | 43 +++---
.../src/main/resources/metastructure.svg | 13 +-
.../src/main/resources/PGBulkLoader.svg | 136 ++++++++++++++----
.../bulkloader/SnowflakeBulkLoaderMeta.java | 2 +-
.../snowflake/src/main/resources/snowflake.svg | 65 ---------
.../src/main/resources/snowflakebulkloader.svg | 40 ++++++
.../src/main/resources/standardizephonenumber.svg | 3 +-
.../src/main/resources/streamschemamerge.svg | 34 ++---
.../terafast/src/main/resources/terafast.svg | 87 ++++++------
.../validator/src/main/resources/validator.svg | 2 +-
.../src/main/resources/vertica.svg | 74 +++++-----
.../src/main/resources/webserviceavailable.svg | 3 +-
61 files changed, 1137 insertions(+), 1551 deletions(-)
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/transforms/icons/cratedbbulkloader.svg
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/transforms/icons/html2text.svg
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/transforms/icons/redshiftbulkloader.svg
delete mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/transforms/icons/snowflake.svg
create mode 100644
docs/hop-user-manual/modules/ROOT/assets/images/transforms/icons/snowflakebulkloader.svg
create mode 100644 plugins/tech/aws/src/main/resources/redshiftbulkloader.svg
delete mode 100644
plugins/transforms/cratedbbulkloader/src/main/resources/CrateDBBulkLoader.svg
create mode 100644
plugins/transforms/cratedbbulkloader/src/main/resources/cratedbbulkloader.svg
delete mode 100644
plugins/transforms/snowflake/src/main/resources/snowflake.svg
create mode 100644
plugins/transforms/snowflake/src/main/resources/snowflakebulkloader.svg