cli-utils/pkg/testutil
Karl Isenberg 393ecfe7a5 feat: improve event status consistency
Event Changes:
- Renamed ActionGroupEvent.Type -> Status
- Renamed Event.Operation -> Status
- Renamed Status fields to use consistent prefixes and suffixes
- Combined Applied, Changed, Unchanged, and ServersideApplied into
  ApplySuccessful
- Added Failed status for apply, prune, and delete events
- Replaced Unspecified with Pending
- Made enum String output more consistent

Printer Changes:
- Added FormatSummary to print summary stats at the end of the
  apply/destroy, instead of after the last of each type of action
  group.
- Modified printer output to match new more consistent events.
- Updated JSON printer docs with latest schema details.

BREAKING CHANGE: Event "operations" and "type" are now "status"
BREAKING CHANGE: JSON printer schema changed to match events
BREAKING CHANGE: Event status enums renamed/refactored
2022-04-14 01:14:10 -07:00
..
asserter.go fix: Improve solver tests 2022-01-21 11:12:44 -08:00
events.go feat: improve event status consistency 2022-04-14 01:14:10 -07:00
matcher.go feat: error on skip 2022-03-16 17:40:28 -07:00
object.go feat: error on skip 2022-03-16 17:40:28 -07:00
restmapper.go fix: Improve solver tests 2022-01-21 11:12:44 -08:00
test-filesystem.go Adds a Test Filesystem in testutils; adds some tests to use it 2020-04-17 14:29:25 -07:00