Block a user
[NX-104] Add migration upgrade/downgrade verification in CI
[NX-104] Add migration upgrade/downgrade verification in CI
Changes in commits: NX-104
Goal
Ensure migration changes are safe before merge/release by validating upgrade/downgrade roundtrips and resulting schema consistency.
Delivered…
nessi
released NexaPG 0.2.0 - Reliability hardening milestone update at nessi/NexaPG
2026-02-14 15:32:50 +00:00
NX-10x: Reliability, error handling, runtime UX hardening, and migration safety gate (NX-101, NX-102, NX-103, NX-104)
NX-10x: Reliability, error handling, runtime UX hardening, and migration safety gate (NX-101, NX-102, NX-103, NX-104)
NX-10x: Reliability & API hardening (NX-101, NX-102, NX-103, NX-104)
NX-10x: Reliability & API hardening (NX-101, NX-102, NX-103, NX-104)
[NX-103] Handle unreachable targets gracefully in API and UI
[NX-103] Handle unreachable targets gracefully in API and UI
Implemented for NX-103.
Goal Achieved
Expected runtime connectivity issues (target down / refused network) no longer surface as noisy generic UI failures.
Scope Delivered
-…
[NX-102] Improve collector resilience with retry/backoff and log throttling
[NX-102] Improve collector resilience with retry/backoff and log throttling
Implemented in commit(s) for NX-102.
Goal Achieved
Improved collector resilience to prevent noisy logs and unstable behavior when targets are unreachable.
What Was Done
-…
[NX-101] Standardize API error response format across all endpoints
[NX-101] Standardize API error response format across all endpoints
Implemented in commit: [NX-101 Issue] Refactor error handling to use consistent API error format.
Done
- Introduced a shared API error payload format across backend responses: -…