You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2021/10/26 07:59:56 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #1283] Exclude pyenv files from VCS

This is an automated email from the ASF dual-hosted git repository.

ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new f2d8b7e  [KYUUBI #1283] Exclude pyenv files from VCS
f2d8b7e is described below

commit f2d8b7e1ed26121c5e9c0248b986ae7a0f844d0f
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Tue Oct 26 15:58:57 2021 +0800

    [KYUUBI #1283] Exclude pyenv files from VCS
    
    <!--
    Thanks for sending a pull request!
    
    Here are some tips for you:
      1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
      2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
      3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
    -->
    
    ### _Why are the changes needed?_
    <!--
    Please clarify why the changes are needed. For instance,
      1. If you add a feature, you can talk about the use case of it.
      2. If you fix a bug, you can clarify why it is a bug.
    -->
    [pyenv](https://github.com/pyenv/pyenv) is a tool for managing python environments, one significant advantage of this tool is auto activate/deactivate virtualenv when enter/exit the directory which has a file `.python-version` with vaild virtualenv name.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #1283 from pan3793/pyenv.
    
    Closes #1283
    
    37da1cbd [Cheng Pan] Exclude pyenv files from VCS
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: ulysses-you <ul...@apache.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 7bc6a7f..e30fc5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@
 .idea_modules/
 .project
 .pydevproject
+.python-version
 .scala_dependencies
 .settings
 build/apache-maven*