You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor status collector architecture with structured errors (#2016)
* Refactor status collector architecture with structured errors
* added deriver to codespell ignore list
* more test coverage
Signed-off-by: Daniele Martinoli <[email protected]>
* review comment
Signed-off-by: Daniele Martinoli <[email protected]>
* Add MCPRegistry status management improvements
- Removed the `Idle` phase from `SyncPhase` and updated related logic to ensure only `Syncing`, `Complete`, and `Failed` phases are used.
- Enhanced the `ShouldSync` method to avoid syncing when the requeue timeout did not elapse.
- Avoid updating sync status at all if sync is not needed (it would cause a new reconciliation)
Signed-off-by: Daniele Martinoli <[email protected]>
* chart version bump
Signed-off-by: Daniele Martinoli <[email protected]>
* Update cmd/thv-operator/pkg/mcpregistrystatus/types.go
Co-authored-by: Copilot <[email protected]>
---------
Signed-off-by: Daniele Martinoli <[email protected]>
Co-authored-by: Copilot <[email protected]>
0 commit comments