Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Improve issue alert resource DSL (#545)
* ref: get issue alert * feat: implement all conditions * fix: conditions nil check * feat: implement all filters * ref: make conditions and conditions_v2 computed * ref: make filters and filters_v2 computed * Revert "ref: make filters and filters_v2 computed" This reverts commit 0e85208. * Revert "ref: make conditions and conditions_v2 computed" This reverts commit 3e79e10. * fix: fill * ref: new enum string attribute util * feat: implement all actions * fix: validation * fix: validate conditions * fix: increase test timeout * ref: remove uuid attribute * ref: convert ToApi signature to ToApi(context.Context) (*Model, diag.Diagnostics) * ref: partially update docs * fix: tests * ref: tfutils.MergeDiagnostics * feat: implement all other actions * ref: update docs
- Loading branch information