-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capture terraform errors from deploy command, use scrolling buffer (#…
…1868) * capture terraform errors and outputs * correct leading whitespace * update changelog * ignore "No state file .." message * revise exit return codes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add tests for coverage * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * check success case in tf version test * update tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * pre-commit fixes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * modify to pass without `terraform` in CI test env * retry tests fix * retry retry fix * remove useless pragma tags * use exist status 1 for error * include crm.up test with 'valid' options * correct exit code * update test * new test for up command with 'valid' options * update to work without terraform install * more changes for CI tests * complete coverage for test_tf_version_error * rename to avoid module vs. function conflict * add comment * add tests for deploy up, down, status * fix typo * fix paths since rename * use importlib for right path of -e install (awsbatch issue) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6c9ce39
commit 2e05b04
Showing
9 changed files
with
617 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
## [UNRELEASED] | ||
|
||
### Changed | ||
|
||
- Terraform output to use scrolling buffer. | ||
- Terraform output handling to show errors. | ||
|
||
## [0.231.0-rc.0] - 2023-11-28 | ||
|
||
### Authors | ||
|
||
- Ara Ghukasyan <[email protected]> | ||
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
|
||
|
||
### Added | ||
|
||
- check for `/bin/bash` AND `/bin/sh` (in that order) to execute bash leptons | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.