Sascha Nesterovic nessi
  • Joined on 2025-06-13
nessi pushed tag 0.2.1 to nessi/NexaPG 2026-02-14 16:03:00 +00:00
nessi pushed to main at nessi/NexaPG 2026-02-14 16:00:59 +00:00
c2e4e614e0 Merge pull request 'CI cleanup: remove temporary Alpine smoke job, keep PG matrix on development, and keep Alpine backend default' (#33) from development into main
344071193c Update NEXAPG_VERSION to 0.2.1
03118e59d7 Remove backend Alpine smoke (PG16) job from CI workflow
15fea78505 Update Python base image to Alpine version for backend
89d3a39679 Add new features and enhancements to CI workflows and backend.
Compare 5 commits »
nessi merged pull request nessi/NexaPG#33 2026-02-14 16:00:58 +00:00
CI cleanup: remove temporary Alpine smoke job, keep PG matrix on development, and keep Alpine backend default
nessi created pull request nessi/NexaPG#33 2026-02-14 16:00:31 +00:00
CI cleanup: remove temporary Alpine smoke job, keep PG matrix on development, and keep Alpine backend default
nessi pushed to development at nessi/NexaPG 2026-02-14 15:58:34 +00:00
344071193c Update NEXAPG_VERSION to 0.2.1
nessi pushed to development at nessi/NexaPG 2026-02-14 15:58:12 +00:00
03118e59d7 Remove backend Alpine smoke (PG16) job from CI workflow
nessi pushed to development at nessi/NexaPG 2026-02-14 15:52:13 +00:00
15fea78505 Update Python base image to Alpine version for backend
nessi pushed to development at nessi/NexaPG 2026-02-14 15:48:14 +00:00
89d3a39679 Add new features and enhancements to CI workflows and backend.
f614eb1cf8 Merge pull request 'NX-10x: Reliability, error handling, runtime UX hardening, and migration safety gate (NX-101, NX-102, NX-103, NX-104)' (#32) from development into main
Compare 2 commits »
nessi closed issue nessi/NexaPG#10 2026-02-14 15:36:27 +00:00
[NX-104] Add migration upgrade/downgrade verification in CI
nessi commented on issue nessi/NexaPG#10 2026-02-14 15:36:27 +00:00
[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 pushed tag 0.2.0 to nessi/NexaPG 2026-02-14 15:32:50 +00:00
nessi pushed to main at nessi/NexaPG 2026-02-14 15:28:47 +00:00
f614eb1cf8 Merge pull request 'NX-10x: Reliability, error handling, runtime UX hardening, and migration safety gate (NX-101, NX-102, NX-103, NX-104)' (#32) from development into main
6de3100615 [NX-104 Issue] Filter out restrict/unrestrict lines in schema comparison.
cbe1cf26fa [NX-104 Issue] Add migration safety CI workflow
5c566cd90d [NX-103 Issue] Add offline state handling for unreachable targets
1ad237d750 Optimize collector loop to account for actual execution time.
Compare 8 commits »
nessi merged pull request nessi/NexaPG#32 2026-02-14 15:28:44 +00:00
NX-10x: Reliability, error handling, runtime UX hardening, and migration safety gate (NX-101, NX-102, NX-103, NX-104)
nessi created pull request nessi/NexaPG#32 2026-02-14 15:26:14 +00:00
NX-10x: Reliability, error handling, runtime UX hardening, and migration safety gate (NX-101, NX-102, NX-103, NX-104)
nessi closed pull request nessi/NexaPG#31 2026-02-14 15:23:14 +00:00
NX-10x: Reliability & API hardening (NX-101, NX-102, NX-103, NX-104)
nessi pushed to development at nessi/NexaPG 2026-02-14 15:23:09 +00:00
6de3100615 [NX-104 Issue] Filter out restrict/unrestrict lines in schema comparison.
nessi created pull request nessi/NexaPG#31 2026-02-14 15:20:02 +00:00
NX-10x: Reliability & API hardening (NX-101, NX-102, NX-103, NX-104)
nessi pushed to development at nessi/NexaPG 2026-02-14 15:07:40 +00:00
cbe1cf26fa [NX-104 Issue] Add migration safety CI workflow
nessi closed issue nessi/NexaPG#9 2026-02-14 15:02:42 +00:00
[NX-103] Handle unreachable targets gracefully in API and UI