Closed truszkowski closed 7 months ago
Now tests are failing because of Cannot query field "run" on type "Stack"
.
We're adding a new query, runResourceState,
which will be outside the user scope and available for a Spacelift run.
After backend merge, I'll change query here.
Now tests are failing because of
Cannot query field "run" on type "Stack"
. We're adding a new query,runResourceState,
which will be outside the user scope and available for a Spacelift run. After backend merge, I'll change query here.
Now we have a new query: runResourceState
. Added more tests to cover other scenarios - "timed out", "unconfirmed state" and "finished state".
@tmeckel Version v1.11.0 has been released! Thanks for your contribution! ❤️
code:
run:
@truszkowski Awesome! 🎉 🥳
Description of the change
From PR
This PR contains an extension of the resource spacelift_run, which makes it possible to wait for the completion of a run.
Type of change
Related issues
Checklists
Development
false
.)go generate
to make sure the docs are up to dateCode review