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

feat: support reading/loading multiple .env files #424

Closed
wants to merge 29 commits into from

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    71f1730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f7d1f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6718b16 View commit details
    Browse the repository at this point in the history
  4. improve readability

    duarte-pompeu committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    b4f335b View commit details
    Browse the repository at this point in the history
  5. remove f-string

    duarte-pompeu committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    0660ded View commit details
    Browse the repository at this point in the history
  6. improve formatting

    duarte-pompeu committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    d46b1e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc474ca View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. format code

    duarte-pompeu committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    2b3a28b View commit details
    Browse the repository at this point in the history
  2. add flag to allow suppressing warning in get_key

    in cli.py we may use multiple files and getting multiple errors
    but want to avoid multiple errors if at least one file
    has the key
    duarte-pompeu committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    f730c6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6c1385 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    630c0bd View commit details
    Browse the repository at this point in the history
  2. fix lint warnings

    duarte-pompeu committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c585a7b View commit details
    Browse the repository at this point in the history
  3. fix some problems

    duarte-pompeu committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9b1b4af View commit details
    Browse the repository at this point in the history
  4. fix tests

    duarte-pompeu committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a2d9365 View commit details
    Browse the repository at this point in the history
  5. fix type hint

    duarte-pompeu committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f5ed3e9 View commit details
    Browse the repository at this point in the history
  6. add some tests

    duarte-pompeu committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    49c34a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    437a921 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a10e462 View commit details
    Browse the repository at this point in the history
  3. remove unused logger

    duarte-pompeu committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    186dc81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dde1654 View commit details
    Browse the repository at this point in the history
  5. print errors to stderr

    duarte-pompeu committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ec23819 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    febc153 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c52dd9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e3df30 View commit details
    Browse the repository at this point in the history
  9. update docs

    duarte-pompeu committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6090d64 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d61c1ed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46f1b75 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    363aab5 View commit details
    Browse the repository at this point in the history
  2. revert change in description

    changes only affect the CLI, not the whole package
    duarte-pompeu committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1d33b6a View commit details
    Browse the repository at this point in the history