Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joke2k/django-environ
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.3
Choose a base ref
...
head repository: joke2k/django-environ
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.4
Choose a head ref
  • 20 commits
  • 7 files changed
  • 8 contributors

Commits on Apr 11, 2017

  1. add elasticsearch 2 support

    zbyte64 committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    22813ac View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Added test for redis location list parsing.

    Tibo Beijen committed May 4, 2017
    Configuration menu
    Copy the full SHA
    f48f60d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab3d1c8 View commit details
    Browse the repository at this point in the history
  3. Updated readme.

    Tibo Beijen committed May 4, 2017
    Configuration menu
    Copy the full SHA
    955aa7b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Configuration menu
    Copy the full SHA
    27ed45f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f990eb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Added support for for mysql connector

    now you can use something like mysql-connector://USR:PASS@HOST/MY_DB
    federicoemartinez authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    d72ea3e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Rewrite all raising tests with context manager: uncovers an invalid t…

    …est, that does not raise TypeError
    fdemmer committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    e5bf0b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc2b343 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Add __contains__

    Allows using `"VARNAME" in env` syntax, which is useful to enable special behavior if a variable is not defined, without worrying about the type of the variable.
    jmerdich committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    cb78bf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Merge pull request #140 from jmerdich/patch-1

    Add __contains__ feature to Env
    joke2k authored Aug 21, 2017
    Configuration menu
    Copy the full SHA
    23b41d8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-path-subtract' of https://github.com/fdemmer/django…

    …-environ into fdemmer-fix-path-subtract
    joke2k committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    d8b14f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    297ae00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c9a1e7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #124 from zbyte64/develop

    add elasticsearch 2 support
    joke2k authored Aug 21, 2017
    Configuration menu
    Copy the full SHA
    38ce6f3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #122 from sanoma/feature/redis_locations

    Feature: support for multiple redis locations
    joke2k authored Aug 21, 2017
    Configuration menu
    Copy the full SHA
    5f6f422 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #126 from FlipperPA/pyodbc-support

    Add scheme for pyodbc for use with django-pyodbc
    joke2k authored Aug 21, 2017
    Configuration menu
    Copy the full SHA
    69e84e3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #128 from federicoemartinez/patch-1

    Added support for for mysql connector
    joke2k authored Aug 21, 2017
    Configuration menu
    Copy the full SHA
    1dfa428 View commit details
    Browse the repository at this point in the history
  9. update README

    joke2k committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    5327235 View commit details
    Browse the repository at this point in the history
  10. Bump version: 0.4.3 → 0.4.4

    joke2k committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    628ed38 View commit details
    Browse the repository at this point in the history
Loading