Commit Graph

4203 Commits (596080504459f0cdae155e3f222a1d8ceb2a69a7)

Author SHA1 Message Date
Daniel Schmidt 5960805044
implement a basic write back
1 month ago
Daniel Schmidt 750d592677
setup ast package
1 month ago
Daniel Schmidt ebff0a4683 validate const is mutually exclusive with sensitive and ephemeral in variables
1 month ago
sahar-azizighannad 112ab234ba
Merge branch 'main' into stacks-variable-validation-blocks
1 month ago
Daniel Schmidt 4b8c12d493 variable validation for const variables
1 month ago
sahar-azizighannad cf7feaec5d
Merge branch 'main' into stacks-variable-validation-blocks
1 month ago
Daniel Schmidt e4f91190c9 add tests for dynamic module sources in terraform test
1 month ago
sahar-azizighannad 1da933e3ff
Merge branch 'main' into stacks-variable-validation-blocks
1 month ago
Daniel Banck f9cfdf1ebe Refactoring: Modernize graph command to use arguments
1 month ago
Sarah French ac7206c919
test: Fix E2E tests to use correct errors for assertions, remove use of ioutil in package (#38254)
1 month ago
Daniel Schmidt 95c9d6f42c improve formatting
1 month ago
Daniel Schmidt decccf9e3f improve error message when using not const variables in module sources
1 month ago
sahar-azizighannad 5e7e09ab2f Merge branch 'main' into stacks-variable-validation-blocks
2 months ago
Mutahhir Hayat 2f3a862f80 Stop double-counting actions
2 months ago
Mutahhir Hayat 1c9c8d473e Remove unnecessary prefix
2 months ago
Mutahhir Hayat 9b056eb286 Run go fmt
2 months ago
Mutahhir Hayat 05eeff8fbb Add failing test for deferred actions
2 months ago
Mutahhir Hayat ffeff0914d Support for deferred action invocations in plan
2 months ago
Mutahhir Hayat 5b2f19abad Add failing test for deferred actions
2 months ago
Mutahhir Hayat 17bc01688c Add tests for action invocation counts
2 months ago
Mutahhir Hayat 876b671470 Refactor action trigger event conversion
2 months ago
Mutahhir Hayat fb0cc11e48 Update to use new protobuf renames
2 months ago
Mutahhir Hayat aa172e26f0 Update Stacks Protobuf for renaming of LifecycleActionTrigger to ResourceActionTrigger
2 months ago
Mutahhir Hayat 49feb6e86f Update naming to ResourceActionTrigger
2 months ago
Mutahhir Hayat 552e25b5f9 Fix event span to mark action invocation address properly
2 months ago
Mutahhir Hayat b5d5a8ec11 Fix wonky conflict resolution
2 months ago
Mutahhir Hayat ab6119fd90 Revert fix and instead update test expectation
2 months ago
Mutahhir Hayat 581fd6d550 Fix test with incorrect provider address
2 months ago
Mutahhir Hayat 7e3d300670 Go formatting
2 months ago
Mutahhir Hayat e074b103dd Revert unncessary change to get provider address
2 months ago
Mutahhir Hayat e133339a83 Add test for planned action invocation hooks, and ensuring the plan is valid
2 months ago
Mutahhir Hayat d653c99eda Add action invocation to the actual planned changes for the component
2 months ago
Mutahhir Hayat 0cb9a689d7 Add tests for action invocation counts
2 months ago
Mutahhir Hayat a876afb6ca Send ActionInvocation counts in component report
2 months ago
Mutahhir Hayat 8f137435b7 Run formatter
2 months ago
Mutahhir Hayat cb3dfa615f Add integration test for stacks action invocation via lifecycle trigger
2 months ago
Mutahhir Hayat 946918220c Read Action invocations from planfile
2 months ago
Mutahhir Hayat eeb0f7218e Include action invocations when reading from tfplan
2 months ago
Mutahhir Hayat 547473364c Expose Action Invocation conversion to Proto publicly
2 months ago
Daniel Schmidt f14581f27a implement review feedback
2 months ago
Daniel Schmidt ddefbdf5e4 Replace static config loading in globalref tests
2 months ago
Daniel Schmidt 051310751f move refactoring package to use graph config loading
2 months ago
Daniel Schmidt 0c8d86989e move checks to graph loader
2 months ago
Daniel Schmidt fceb418f62 remove loadStaticConfigWithTests
2 months ago
Daniel Schmidt a9756b273c move initwd config loading into terraform
2 months ago
Daniel Schmidt ef179c102e remove loadStaticConfig
2 months ago
Daniel Schmidt 188eeac4ff remove now obsolete ReadConfig on planfile
2 months ago
Daniel Schmidt 8fd8a48a06 use common testing helper in configs
2 months ago
Daniel Schmidt 0c796986bb move load config calls to new mechanism
2 months ago
sahar-azizighannad 95d0b3aabe update the test
2 months ago