-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5cab687
commit 51576a0
Showing
14 changed files
with
85 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: FEATURES | ||
body: 'config: Introduced new `config` package which contains interfaces and helper | ||
functions for working with native Terraform configuration and variables' | ||
time: 2023-07-28T14:38:14.006499+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: FEATURES | ||
body: 'config: Added `StaticDirectory` function which returns a path to a directory. | ||
Use with `TestStep.ConfigDirectory`' | ||
time: 2023-07-28T15:11:23.20617+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: FEATURES | ||
body: 'config: Added `TestNameDirectory` function which returns a path to a directory | ||
with the same name as the currently executing test. Use with `TestStep.ConfigDirectory`' | ||
time: 2023-07-28T15:11:47.319547+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: FEATURES | ||
body: 'config: Added `TestStepDirectory` function which returns a path to a directory | ||
with the same name as the currently executing test suffixed with the `TestStep` | ||
number. Use with `TestStep.ConfigDirectory`' | ||
time: 2023-07-28T15:12:58.061032+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: FEATURES | ||
body: 'config: Added `StaticFile` function which returns a path to a file. Use with | ||
`TestStep.ConfigFile`' | ||
time: 2023-07-28T15:14:20.821399+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: FEATURES | ||
body: 'config: Added `TestNameFile` function which returns a path to a file with the | ||
same name as the currently executing test. Use with `TestStep.ConfigFile`' | ||
time: 2023-07-28T15:15:13.088758+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: FEATURES | ||
body: 'config: Added `TestStepFile` function which returns a path to a file with the | ||
same name as the currently executing test suffixed with the `TestStep` number. Use | ||
with `TestStep.ConfigFile`' | ||
time: 2023-07-28T15:16:11.396573+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: FEATURES | ||
body: 'config: Added `TestStepConfigFunc` type for use with `TestStep.ConfigDirectory` | ||
and `TestStep.ConfigFile`' | ||
time: 2023-07-28T15:18:39.111292+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: FEATURES | ||
body: 'config: Added `TestStepConfigRequest` type for use with `TestStepConfigFunc`' | ||
time: 2023-07-28T15:19:30.060788+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: FEATURES | ||
body: 'config: Added `Variables` type for use with `TestStep.ConfigVariables`' | ||
time: 2023-07-28T15:20:50.182001+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: FEATURES | ||
body: 'config: Added `BoolVariable`, `FloatVariable`, `IntegerVariable`, `ListVariable`, | ||
`MapVariable`, `ObjectVariable`, `SetVariable`, `StringVariable` and `TupleVariable` | ||
functions for generating types for use in `TestStep.ConfigVariables`' | ||
time: 2023-07-28T15:24:21.678437+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: FEATURES | ||
body: 'resource: Added `TestStep.ConfigDirectory` to allow specifying a directory | ||
containing Terraform configuration for use during acceptance tests' | ||
time: 2023-07-28T15:27:37.944964+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: FEATURES | ||
body: 'resource: Added `TestStep.ConfigFile` to allow specifying a file containing | ||
Terraform configuration for use during acceptance tests' | ||
time: 2023-07-28T15:28:22.204411+01:00 | ||
custom: | ||
Issue: "153" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: FEATURES | ||
body: 'resource: Added `TestStep.ConfigVariables` to allow specifying Terraform variables | ||
for use with Terraform configuration during acceptance tests' | ||
time: 2023-07-28T15:29:17.02183+01:00 | ||
custom: | ||
Issue: "153" |