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

Terraform CLI logs support #248

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Mar 11, 2024

  1. Added writing terraform CLI logs to a file support

    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    Suresh Ramasamy authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    352ba15 View commit details
    Browse the repository at this point in the history
  2. Support log file rollover based on state change

    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    rvnyk authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    79ffa3a View commit details
    Browse the repository at this point in the history
  3. enableLogging changed to a boolean option to providerconfig

    Signed-off-by: Raghavendra Nayak <raghvnayak@gmail.com>
    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    amirbavand authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    009ef82 View commit details
    Browse the repository at this point in the history
  4. added the logic to configuring cleanup of archived terraform log files

    Co-authored-by: Matthew Tanel <matthew.tanel@outlook.com>
    
    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    amirbavand authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d6329d9 View commit details
    Browse the repository at this point in the history
  5. changed logConfigs to logConfig

    Signed-off-by: Suresh Ramasamy <suramasamy@guidewire.com>
    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    Amir Bavand authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2f406bb View commit details
    Browse the repository at this point in the history
  6. applied some formatting and added comments

    Signed-off-by: Suresh Ramasamy <suramasamy@guidewire.com>
    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    Amir Bavand authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ad979cf View commit details
    Browse the repository at this point in the history
  7. applied some formatting and added comments

    Signed-off-by: Suresh Ramasamy <suramasamy@guidewire.com>
    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    Amir Bavand authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    42aa432 View commit details
    Browse the repository at this point in the history
  8. added description for new config parameters

    Signed-off-by: Suresh Ramasamy <suramasamy@guidewire.com>
    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    Amir Bavand authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    dcbcbaf View commit details
    Browse the repository at this point in the history
  9. fixed lint issues

    Signed-off-by: Suresh Ramasamy <suramasamy@guidewire.com>
    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    Amir Bavand authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0094b75 View commit details
    Browse the repository at this point in the history
  10. Unit tests added for writeCLILogs and minor code changes

    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    rvnyk authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    75d8444 View commit details
    Browse the repository at this point in the history
  11. Bug fix, Added additional test and documentation

    Signed-off-by: Katrina Ronquillo <kronquillo@guidewire.com>
    Suresh Ramasamy authored and Katrina Ronquillo committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7e1ba76 View commit details
    Browse the repository at this point in the history