- Refactor execution listing to support pagination with `Page` and `PageSize` options, replacing previous `Limit` and `Offset` parameters. - Introduce `ExcludeStatuses` in execution queries to filter out specific execution statuses. - Implement streaming interaction methods in the manager, allowing real-time responses from the host agent during interactions. - Update API endpoints to accommodate new query parameters and enhance interaction capabilities with streaming support. - Modify tests to ensure coverage for new pagination and streaming functionalities. |
||
|---|---|---|
| .. | ||
| integration_clock_test.go | ||
| integration_concurrent_test.go | ||
| integration_control_test.go | ||
| integration_event_test.go | ||
| integration_human_test.go | ||
| integration_test.go | ||
| interact.go | ||
| interact_helpers_test.go | ||
| interact_test.go | ||
| manager.go | ||
| manager_test.go | ||