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

Add expansion feature #37

Merged
merged 10 commits into from
Dec 3, 2021
Merged

Commits on Nov 30, 2021

  1. Add expansion feature

    Read dotenv file and expand based on env and system env
    damoncro committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    ee589d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Add --dotenv cli option and expand_yaml

    1. `--dotenv`: an optional cli option for overriding the dotenv option in
    yaml file
    2. move the expansion codes to expansion.py and handle it in `expand_yaml`
    damoncro committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f17ff16 View commit details
    Browse the repository at this point in the history
  2. Back to original even it is too long

    To make diff easy.
    damoncro committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    946d5e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Fix LGTM alerts

    damoncro committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    5948b55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fe003 View commit details
    Browse the repository at this point in the history
  3. Add test: test_expansion

    damoncro committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    380df94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f14333 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a08f9b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Move dotenv=None to init_cluster definition

    It is more general and backward compatible.
    damoncro committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    996fbef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1dcda5 View commit details
    Browse the repository at this point in the history