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/incubator-hop.git.
from f9539b7 Merge pull request #1240 from bamaer/HOP-3563
new 75773bd HOP-3574 : Implement lazy loading for file browsing
new bb75573 HOP-3574 : Implement lazy loading for file browsing HOP-3576
: Warn users about opening large text files
new f09c998 Merge pull request #1239 from mattcasters/master
The 3297 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:
.../ui/hopgui/delegates/HopGuiAuditDelegate.java | 19 +-
.../ui/hopgui/delegates/HopGuiFileDelegate.java | 10 +-
.../perspective/explorer/ExplorerPerspective.java | 213 +++++++++++++++------
.../explorer/config/ExplorerPerspectiveConfig.java | 53 +++++
.../config/ExplorerPerspectiveConfigPlugin.java | 116 +++++------
.../config/ExplorerPerspectiveConfigSingleton.java | 42 ++--
.../file/types/base/BaseExplorerFileType.java | 37 +++-
7 files changed, 338 insertions(+), 152 deletions(-)
create mode 100644
ui/src/main/java/org/apache/hop/ui/hopgui/perspective/explorer/config/ExplorerPerspectiveConfig.java
copy
plugins/tech/google/src/main/java/org/apache/hop/vfs/googledrive/config/GoogleDriveConfigPlugin.java
=>
ui/src/main/java/org/apache/hop/ui/hopgui/perspective/explorer/config/ExplorerPerspectiveConfigPlugin.java
(50%)
copy
plugins/tech/google/src/main/java/org/apache/hop/vfs/gs/config/GoogleCloudConfigSingleton.java
=>
ui/src/main/java/org/apache/hop/ui/hopgui/perspective/explorer/config/ExplorerPerspectiveConfigSingleton.java
(57%)