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 882b79c2ea Merge pull request #3190 from bamaer/3188
     new 533615651b updated display code. fixes #3164
     new adfe2d37e5 updated plugin ids and references in tests. #3034
     new 079f21755a updated import and replace for the Google Sheet input and 
output transforms
     new 9e44f98dd5 added new properties for app name, timeout and 
impersonation #3034
     new 4825d78e3e dialog, credentials, meta and test updates for new fields. 
#3034
     new 8b3b764827 create new worksheet if not exists. #3126
     new 602c76013b updated worksheet exists check #3034
     new 33eab6b136 docs and logging updates. #3034
     new b184429f42 Merge pull request #3201 from bamaer/3034

The 6062 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/plugins/tech/google/pom.xml             |   6 +
 .../plugins/tech/google/src/assembly/assembly.xml  |   1 +
 .../pipeline/transforms/google-sheets-input.adoc   |  21 ++-
 .../pipeline/transforms/google-sheets-output.adoc  |  19 ++-
 .../spreadsheet/0009-read-google-sheet.hpl         |   5 +-
 .../spreadsheet/0010-write-google-sheet.hpl        |   5 +-
 .../apache/hop/imports/gui/HopImportGuiPlugin.java |   4 +-
 .../org/apache/hop/imports/kettle/KettleConst.java |   4 +-
 plugins/tech/google/pom.xml                        |   7 +-
 .../googlesheets/GoogleSheetsCredentials.java      |  33 ++++-
 .../transforms/googlesheets/GoogleSheetsInput.java |   6 +-
 .../googlesheets/GoogleSheetsInputDialog.java      | 161 +++++++++++++++++----
 .../googlesheets/GoogleSheetsInputMeta.java        |  39 ++++-
 .../googlesheets/GoogleSheetsOutput.java           | 126 ++++++++++------
 .../googlesheets/GoogleSheetsOutputDialog.java     | 132 +++++++++++++++--
 .../googlesheets/GoogleSheetsOutputMeta.java       |  41 +++++-
 16 files changed, 492 insertions(+), 118 deletions(-)

Reply via email to