server-monitor-manager/tests
ochenstarik-ui 19bface14f fix(verification): replace gh CLI with curl in release verification tests
The positive installation test (run-positive-installation.sh) and
negative tests (run-negative-tests.sh) used 'gh release download',
which requires a git context and GH_TOKEN. After the Isolate Workspace
step removes .git, 'gh' fails with 'not a git repository'.

Replace all 'gh' calls with anonymous 'curl --location' to match the
real user path documented in linux-bootstrap.md: curl, sha256sum, cosign.
A real user on a clean server has none of gh, GH_TOKEN, or a repo clone.

Changes:
- run-positive-installation.sh: rewrite to use curl for all downloads,
  add download() helper, add ISOLATION RULE comment, stricter shell opts
- run-negative-tests.sh: same curl migration, remove alpha.8 backward
  compat test (verify-release checks for post-alpha.8 artifacts)
- release-verification.yml: remove GH_TOKEN from positive and negative
  steps (only verify-assets retains it, runs before isolation)
2026-08-12 01:52:04 +07:00
..
acceptance [verified] Fix monitor snapshot contract and release compatibility 2026-08-10 17:24:07 +07:00
bootstrap fix(ci): remove alpha.8 backward-compat test from manifest verification, bump to alpha.12 2026-08-12 00:52:03 +07:00
contracts [verified] Fix monitor snapshot contract and release compatibility 2026-08-10 17:24:07 +07:00
fixtures [verified] Fix monitor snapshot contract and release compatibility 2026-08-10 17:24:07 +07:00
release-verification fix(verification): replace gh CLI with curl in release verification tests 2026-08-12 01:52:04 +07:00
ServerMonitorManager.Control.Tests [verified] Fix monitor snapshot contract and release compatibility 2026-08-10 17:24:07 +07:00
ServerMonitorManager.Desktop.Security.Tests fix(security): Add version mismatch check, MSIX cleanup on hash failure, TraceSource diagnostics, csproj fix 2026-08-10 20:12:18 +07:00
windows feat(control): reconcile links from factual state (#16) 2026-08-09 12:53:49 +07:00