tbonelee opened a new pull request, #5041:
URL: https://github.com/apache/zeppelin/pull/5041

   ### What is this PR for?
   
   Add .env file support and update merge script documentation
   - Added .env file to .gitignore to prevent dotenv files from being tracked.
   - Updated `merge_zeppelin_pr.py` to load environment variables from a .env 
file, enhancing configuration management.
   - Added `/dev/requirements.txt` to pin Python package versions and use it 
for package installation.
   - Revised error message for missing JIRA library to provide clearer 
installation instructions.
   
   ### What type of PR is it?
   Improvement
   
   ### What is the Jira issue?
   [ZEPPELIN-6290](https://issues.apache.org/jira/browse/ZEPPELIN-6290)
   
   ### How should this be tested?
   * Run `uv pip install -r {REPO_ROOT}/requirements.txt`
   * Environment variable configurations could be tested by adding 
`{REPO_ROOT}/dev/.env` file and run `merge_zeppelin_pr.py`
   
   ### 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: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to