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

chore: replace TF Cloud implementation with TF CLI #1955

Merged
merged 41 commits into from
Dec 15, 2022

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    926b6bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba48459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbd5be1 View commit details
    Browse the repository at this point in the history
  4. fix: remove unused import

    ansgarm committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    12447a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95ae4b1 View commit details
    Browse the repository at this point in the history
  6. fix(cli): fix waitFor timeout

    ansgarm committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    48b47ce View commit details
    Browse the repository at this point in the history
  7. feat(cli): support external approval while waiting for user approval

    Co-authored-by: Daniel Schmidt <danielmschmidt92@gmail.com>
    ansgarm and DanielMSchmidt committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    70d37e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1afc2ce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c4b9bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3bff7d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    492c63d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f23a291 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4d4ccc3 View commit details
    Browse the repository at this point in the history
  14. fix(cli): expose cancelled state instead of throwing if apply/destroy…

    … was cancelled
    
    use logger.trace instead of console.log
    
    stop returning a TF plan as that does not work for TFC remote execution workspaces
    ansgarm committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    92274f9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3c32d06 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    20adf05 View commit details
    Browse the repository at this point in the history
  17. chore: increase timeouts

    ansgarm committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    9ac4ea3 View commit details
    Browse the repository at this point in the history
  18. chore: fix prettier

    ansgarm committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8e6c56e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f0673d8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    22f1152 View commit details
    Browse the repository at this point in the history
  21. fix: remove package-lock.json

    ansgarm committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    e4baa25 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    aafefc8 View commit details
    Browse the repository at this point in the history
  23. improve test error output

    ansgarm committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0435752 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a6b3f18 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. wip: debug test

    ansgarm committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    c80f1db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67b95cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca546ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    356c33f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ceae444 View commit details
    Browse the repository at this point in the history
  6. fix(cli): run providers lock again

    and remove test verbosity
    ansgarm committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    7e19a26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b06a03 View commit details
    Browse the repository at this point in the history
  8. fix prettier

    ansgarm committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    95baca4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cabc8e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    cefe5c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9847844 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8b7481 View commit details
    Browse the repository at this point in the history
  4. fix(tests): deploy before testing destroy as it won't ask for approva…

    …l if there's nothing to approve anymore
    ansgarm committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9a21a46 View commit details
    Browse the repository at this point in the history
  5. feat(cli): Introduce optional GITHUB_API_TOKEN_CDKTF env var to use f…

    …or authenticated requests when determining available pre-built providers for Go
    
    We can't use CDKTF_ in a prefix as that collides with yargs arguments from env vars and its strict mode.
    Refer to: yargs/yargs#873
    ansgarm committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9641a02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac52ed3 View commit details
    Browse the repository at this point in the history
  7. fix(tests): fix unit test not awaiting deploy and using a separate di…

    …rectory to deploy into which had no effect
    ansgarm committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    49dfbc4 View commit details
    Browse the repository at this point in the history
  8. chore: fix prettier

    ansgarm committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    10578b8 View commit details
    Browse the repository at this point in the history