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

Support override variables #63

Merged
merged 12 commits into from
Sep 8, 2017
Merged

Support override variables #63

merged 12 commits into from
Sep 8, 2017

Commits on Aug 21, 2017

  1. Added an override option to the load_dotenv

    Nimrod Milo committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    1167e7b View commit details
    Browse the repository at this point in the history
  2. Added test to override

    Nimrod Milo committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    4a9392c View commit details
    Browse the repository at this point in the history
  3. added .idea to .gitignore

    Nimrod Milo committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    8d94c30 View commit details
    Browse the repository at this point in the history
  4. Added readme information

    Nimrod Milo committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    ee6bde5 View commit details
    Browse the repository at this point in the history
  5. Added IPython magic option to override

    Nimrod Milo committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    d4f3243 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

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

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    41bbd1a View commit details
    Browse the repository at this point in the history
  2. Fixed make coverage (now looks for the correct src dir)

    Nimrod Milo committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    9679ace View commit details
    Browse the repository at this point in the history
  3. Merge branch 'support_override_variables' of github.com:milonimrod/py…

    …thon-dotenv into support_override_variables
    Nimrod Milo committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    fce67de View commit details
    Browse the repository at this point in the history
  4. Added the verbose option to ipython

    Nimrod Milo committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    ed75d34 View commit details
    Browse the repository at this point in the history
  5. Added documentation about verbose and override

    Nimrod Milo committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    edc4131 View commit details
    Browse the repository at this point in the history
  6. Fixed a small typo

    Nimrod Milo committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    e2131be View commit details
    Browse the repository at this point in the history