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 258873f3cf Merge pull request #5122 from hansva/main
add 275313ef13 Add support for multiple GCS locations, fixes #4655
add 3c3263b597 add Ctrl+X and Ctrl+A ignores for text widgets, #2967
new 6777c035ae Merge pull request #5123 from hansva/4655
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:
assemblies/debug/pom.xml | 6 +
docs/hop-user-manual/modules/ROOT/nav.adoc | 1 +
...ion.adoc => google-storage-authentication.adoc} | 11 +-
.../modules/ROOT/pages/metadata-types/index.adoc | 2 +
.../vfs/azure/metadatatype/AzureMetadataType.java | 74 +-----------
.../apache/hop/vfs/gs/GoogleStorageFileName.java | 6 +-
.../apache/hop/vfs/gs/GoogleStorageFileObject.java | 64 +++++------
.../hop/vfs/gs/GoogleStorageFileProvider.java | 70 +++++++++++-
.../apache/hop/vfs/gs/GoogleStorageFileSystem.java | 35 ++----
.../gs/GoogleStorageFileSystemConfigBuilder.java | 19 +++-
.../apache/hop/vfs/gs/GoogleStorageVfsPlugin.java | 21 +++-
.../hop/vfs/gs/config/GoogleCloudConfig.java | 21 +---
.../hop/vfs/gs/config/GoogleCloudConfigPlugin.java | 22 +---
.../GoogleStorageCredentialsType.java} | 30 +++--
.../gs/metadatatype/GoogleStorageMetadataType.java | 39 ++++---
.../GoogleStorageMetadataTypeEditor.java} | 124 ++++++++++-----------
.../messages/messages_en_US.properties | 14 ++-
.../org/apache/hop/ui/hopgui/HopGuiKeyHandler.java | 6 +-
18 files changed, 280 insertions(+), 285 deletions(-)
copy
docs/hop-user-manual/modules/ROOT/pages/metadata-types/{azure-authentication.adoc
=> google-storage-authentication.adoc} (62%)
copy
plugins/{transforms/excel/src/main/java/org/apache/hop/pipeline/transforms/excelinput/SpreadSheetType.java
=>
tech/google/src/main/java/org/apache/hop/vfs/gs/metadatatype/GoogleStorageCredentialsType.java}
(53%)
copy
core/src/main/java/org/apache/hop/core/variables/resolver/VariableResolver.java
=>
plugins/tech/google/src/main/java/org/apache/hop/vfs/gs/metadatatype/GoogleStorageMetadataType.java
(56%)
copy
plugins/tech/{azure/src/main/java/org/apache/hop/vfs/azure/metadatatype/AzureMetadataTypeEditor.java
=>
google/src/main/java/org/apache/hop/vfs/gs/metadatatype/GoogleStorageMetadataTypeEditor.java}
(53%)
copy {core/src/main/resources/org/apache/hop/core/util =>
plugins/tech/google/src/main/resources/org/apache/hop/vfs/gs/metadatatype}/messages/messages_en_US.properties
(59%)