cli-utils/pkg/apply/task
Karl Isenberg 119b51aabf fix: Send Failed status when erroring
- Caller should switch on Type == Failed, not Error != nil
- Error should always be non-nil for Failed and Skipped events
2022-04-19 18:22:52 -07:00
..
apply_task.go fix: Send Failed status when erroring 2022-04-19 18:22:52 -07:00
apply_task_test.go fix: Send Failed status when erroring 2022-04-19 18:22:52 -07:00
delete_inv_task.go chore: refactor inventory pkg to avoid stuttering 2022-02-15 14:48:39 -08:00
delete_inv_task_test.go chore: refactor inventory pkg to avoid stuttering 2022-02-15 14:48:39 -08:00
inv_add_task.go chore: refactor inventory pkg to avoid stuttering 2022-02-15 14:48:39 -08:00
inv_add_task_test.go chore: refactor inventory pkg to avoid stuttering 2022-02-15 14:48:39 -08:00
inv_set_task.go Capture the apply status for individual resources after each apply. 2022-02-16 12:02:02 -08:00
inv_set_task_test.go fix: Inventory.SetObjectStatus 2022-02-25 18:10:33 -08:00
printer_adapter.go feat: improve event status consistency 2022-04-14 01:14:10 -07:00
printer_adapter_test.go feat: improve event status consistency 2022-04-14 01:14:10 -07:00
prune_task.go chore: Add Inventory to TaskContext 2022-02-03 11:16:54 -08:00
send_event_task.go fix: Improve task & event logging 2021-11-09 16:43:25 -08:00