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: HBNetwork/python-decouple
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rafaelsierra/python-decouple
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 17, 2018

  1. Added Consul repository

    Requires a `python-consul`'s `consul.Consul` object during
    initialization
    Rafael Sierra committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    6d8e4b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Added support for skipping environement variables

    Rafael Sierra committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    358f8a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from rafaelsierra/make-env-optional

    Added support for skipping environement variables
    rafaelsierra authored Aug 20, 2018
    Configuration menu
    Copy the full SHA
    b51eaee View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Merge pull request #2 from rafaelsierra/master

    Added "skip_env" support
    rafaelsierra authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    646908c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from rafaelsierra/add-consul-support

    Merge pull request #2 from rafaelsierra/master
    rafaelsierra authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    054c442 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Improved support for Python 3

    Consul for Python 3 will return values as bytes instead of strings. To
    better be able to handle that, you can now set `encoding="some encoding"` that
    will be used when getting config data from RepositoryConsul
    Rafael Sierra committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    4d861e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Added call to decode data from Consul

    On Python 3, consul call to `kv.get` returns a bytes type, calling
    `.decode()` will turn that into a str object
    Rafael Sierra committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    3bbff60 View commit details
    Browse the repository at this point in the history
Loading