-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Fleet] Refactor output CRUD logic #174258
Copy link
Copy link
Open
Labels
Team:FleetTeam label for Observability Data Collection Fleet teamTeam label for Observability Data Collection Fleet teamstaleUsed to mark issues that were closed for being staleUsed to mark issues that were closed for being staletechnical debtImprovement of the software architecture and operational architectureImprovement of the software architecture and operational architecture
Metadata
Metadata
Assignees
Labels
Team:FleetTeam label for Observability Data Collection Fleet teamTeam label for Observability Data Collection Fleet teamstaleUsed to mark issues that were closed for being staleUsed to mark issues that were closed for being staletechnical debtImprovement of the software architecture and operational architectureImprovement of the software architecture and operational architecture
Type
Fields
Give feedbackNo fields configured for issues without a type.
As observed in #173398 (comment), the output CRUD logic has some verbose and redundant parts which make it difficult to follow. especially since the addition of secrets, in particular create and update.
As part of this, it would be useful to review the associated unit and API integration tests.