Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #3901: environment variables parse in commands #4192

Closed
wants to merge 25 commits into from

Commits on Apr 13, 2020

  1. some tests.

    Hammond95 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    0cc804b View commit details
    Browse the repository at this point in the history
  2. Changed case of variable in cmdparse.py.

    Hammond95 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    9f8ad74 View commit details
    Browse the repository at this point in the history
  3. Removed useless comment.

    Hammond95 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    a9ef4c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Created a new class to manage unix shell variables.

    Hammond95 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    23fc2d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Hammond95/issue/3901

    Issue/3901
    Hammond95 authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    9629b9b View commit details
    Browse the repository at this point in the history
  3. Fixed stupid bug in UnixShellEnvironmentVariable.

    Hammond95 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    9589c54 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from Hammond95/issue/3901

    Fixed stupid bug in UnixShellEnvironmentVariable.
    Hammond95 authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    7d1f91b View commit details
    Browse the repository at this point in the history
  5. Fixed bug in Script in case env_vars is None.

    Hammond95 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    228ea6c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from Hammond95/issue/3901

    Fixed bug in Script in case env_vars is None.
    Hammond95 authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    0c73db7 View commit details
    Browse the repository at this point in the history
  7. Add exclusion of some characters (&, |) in the regex ENV_VAR_VALUE_RE…

    …GEX in case of unquoted variable assignment.
    Hammond95 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    da3c6f0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5 from Hammond95/issue/3901

    Add exclusion of some characters (&, |, <,>) in the regex ENV_VAR_VALUE_RE…
    Hammond95 authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a60e4d6 View commit details
    Browse the repository at this point in the history
  9. add file in news.

    Hammond95 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a651864 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6 from Hammond95/issue/3901

    add file in news.
    Hammond95 authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a69fb73 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    2565292 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    7370fab View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Merge pull request #7 from pypa/master

    Merging Master of pipenv
    Hammond95 authored May 3, 2020
    Configuration menu
    Copy the full SHA
    22eade3 View commit details
    Browse the repository at this point in the history
  2. 🐔 coding.

    Hammond95 committed May 3, 2020
    Configuration menu
    Copy the full SHA
    9a3abaa View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into issue/3901

    Hammond95 committed May 3, 2020
    Configuration menu
    Copy the full SHA
    c9bf2ad View commit details
    Browse the repository at this point in the history
  4. removed comments and prints

    Hammond95 committed May 3, 2020
    Configuration menu
    Copy the full SHA
    ebdccf9 View commit details
    Browse the repository at this point in the history
  5. removed comment.

    Hammond95 committed May 3, 2020
    Configuration menu
    Copy the full SHA
    85bd47b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8 from Hammond95/issue/3901

    Issue/3901
    Hammond95 authored May 3, 2020
    Configuration menu
    Copy the full SHA
    e1321ff View commit details
    Browse the repository at this point in the history
  7. Put back old behaviour in Script.parse.

    Hammond95 committed May 3, 2020
    Configuration menu
    Copy the full SHA
    295dea3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #9 from Hammond95/issue/3901

    Put back old behaviour in Script.parse.
    Hammond95 authored May 3, 2020
    Configuration menu
    Copy the full SHA
    a8ff046 View commit details
    Browse the repository at this point in the history
  9. changed back to single variable usage.

    Hammond95 committed May 3, 2020
    Configuration menu
    Copy the full SHA
    d4929ff View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10 from Hammond95/issue/3901

    changed back to single variable usage.
    Hammond95 authored May 3, 2020
    Configuration menu
    Copy the full SHA
    d61e97e View commit details
    Browse the repository at this point in the history