seung-00 opened a new pull request, #4789:
URL: https://github.com/apache/zeppelin/pull/4789

   ### What is this PR for?
   This PR modifies the notebook listing logic to exclude hidden files that 
start with `.`. 
   This is because showing non-executable files, such as meta files, could 
confuse users. This can be seen in issue 
[ZEPPELIN-6051](https://issues.apache.org/jira/browse/ZEPPELIN-6051).
   
   Additionally I have enhanced the error popup message to be more specific, 
which appears when a user opens a notebook with parsing errors. I think it 
would be more helpful for users to recognize and resolve the issues on their 
own.
   
   ### What type of PR is it?
   * Improvement
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/ZEPPELIN-6051
   
   ### How should this be tested?
   * Create a notebook that can't be parsed and try to open it.
   
   ### Screenshots (if appropriate)
   as-is
   <img width="400" alt="Screenshot 2024-08-12 at 01 15 41" 
src="https://github.com/user-attachments/assets/a5ad7493-dff6-4c20-b6ab-2866abe1f89e";>
   
   to-be
   <img width="400" alt="Screenshot 2024-08-12 at 01 14 15" 
src="https://github.com/user-attachments/assets/c3098b6e-7e2a-4848-b68b-eef25015d288";>
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   


-- 
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