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 variable block support #8

Merged
merged 22 commits into from
May 17, 2024
Merged

Add variable block support #8

merged 22 commits into from
May 17, 2024

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    f2cc3b7 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. add read value from env

    lonegunmanb committed May 12, 2024
    Configuration menu
    Copy the full SHA
    cc24980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1d8b7a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    f580574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b332df5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ebdf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    add8ce7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3f6386 View commit details
    Browse the repository at this point in the history
  6. refactor code, use configFs in base_config.go file to read files so w…

    …e can add read var files method for config
    lonegunmanb committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ad41fbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ccfb09c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6150dde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c654cb6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    3ba6a38 View commit details
    Browse the repository at this point in the history
  2. continue variable value

    lonegunmanb committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f725953 View commit details
    Browse the repository at this point in the history
  3. refactor code to support assign -var and -var-file, in the order they…

    … are provided. need further test
    lonegunmanb committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0f048c9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    cd9f34b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d19f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4780677 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94bd1ef View commit details
    Browse the repository at this point in the history
  5. print variable's description when using variable value promoter to re…

    …ad the value and variable block has description
    lonegunmanb committed May 16, 2024
    Configuration menu
    Copy the full SHA
    47a8637 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    970d0a4 View commit details
    Browse the repository at this point in the history
  2. fix golangci-lint issue

    lonegunmanb committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b3dbf09 View commit details
    Browse the repository at this point in the history