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

vdk-core: lowercase env variables are inferred as configuration #751

Merged
merged 3 commits into from
Mar 7, 2022

Commits on Mar 2, 2022

  1. vdk-core: lowercase env variables are inferred as configuration

    vdk config-help prints all configs in lower-case so it's easy to copy
    paste it and set it and it's error prone to allow only upper-cased.
    Spring does the same thing when inferring applicaiton properties from
    environment variables.
    
    Added also better testing around use-cases with configuration in the
    functional test suite
    
    Testing Done: the functional tests
    
    Signed-off-by: Antoni Ivanov <aivanov@vmware.com>
    antoniivanov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    7b55af3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    b3c1d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    815d2de View commit details
    Browse the repository at this point in the history