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 0df4d9ab28 Merge pull request #3947 from nadment/3944
add 15fea8de52 Add more file types #3956
new 1ca8eea8b6 Merge pull request #3957 from apache/3956
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:
.../perspective/explorer/file/ParquetFileType.java | 62 +++++++++++++---------
.../perspective/explorer/file/ExcelFileType.java | 62 +++++++++++++---------
.../transforms/excel/src/main/resources/excel.svg | 2 +
.../transforms/types/CsvExplorerFileType.java | 4 +-
.../textfile/src/main/resources/textfile.svg | 21 ++++----
.../{FolderFileType.java => ArchiveFileType.java} | 60 +++++++++++++--------
ui/src/main/resources/ui/images/file.svg | 30 ++++-------
ui/src/main/resources/ui/images/zipfile.svg | 24 +++++++++
8 files changed, 159 insertions(+), 106 deletions(-)
copy
ui/src/main/java/org/apache/hop/ui/hopgui/perspective/explorer/file/types/FolderFileType.java
=>
plugins/tech/parquet/src/main/java/org/apache/hop/ui/hopgui/perspective/explorer/file/ParquetFileType.java
(61%)
copy
ui/src/main/java/org/apache/hop/ui/hopgui/perspective/explorer/file/types/FolderFileType.java
=>
plugins/transforms/excel/src/main/java/org/apache/hop/ui/hopgui/perspective/explorer/file/ExcelFileType.java
(62%)
create mode 100644 plugins/transforms/excel/src/main/resources/excel.svg
copy
ui/src/main/java/org/apache/hop/ui/hopgui/perspective/explorer/file/types/{FolderFileType.java
=> ArchiveFileType.java} (62%)
create mode 100644 ui/src/main/resources/ui/images/zipfile.svg