mattcasters opened a new pull request, #8527:
URL: https://github.com/apache/hop/pull/8527

   ## What this does
   
   Fixes #8503.
   
   Adds a VFS File Explorer that can browse any Commons VFS location, including 
named connections outside the project. The existing file dialog is still used 
to open and save files.
   
   - **Tools → VFS File Explorer** opens a non-modal window.
   - The same browser can sit in the bottom panel. Dock and undock move the 
current location between the window and the panel. Each host keeps its own tabs.
   - Each tab has a location bar, a folder tree that loads on expand, a details 
table (name is always shown; size and last modified are shown until the user 
picks other columns), a current-folder filter, and the same bookmarks as the 
file dialog.
   - Double-click opens a Hop file, or browses into a zip, jar, tar, tgz, or 
tbz2 archive.
   - Listings run off the UI thread. Stop drops a late result. It does not 
close the file system.
   - **Explore** on the file-storage connection editors (S3, MinIO, Azure, 
Google Storage, HDFS, FTP, SFTP, WebDAV, Databricks VFS) opens the window at 
`name:///`. A configured default path is applied by the provider.
   
   This is a first cut. Layout and behavior still need a pass in the GUI.
   
   ## Testing
   
   Headless unit tests for browse roots, listing, sort, filter, hidden files, 
archive URIs, HDFS owner/permission from the existing LISTSTATUS payload, and 
SFTP attributes from cached attrs. The window itself has not been exercised on 
a display yet.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to