Commit graph

7 commits

Author SHA1 Message Date
rcourtman
685c17bc07 fix: use 12+ char password for security setup test
Password validation requires minimum 12 characters.
2025-12-18 18:10:36 +00:00
rcourtman
c9e28b0ac2 fix: add apiToken to security quick-setup payload
The /api/security/quick-setup endpoint requires username, password, AND
apiToken fields. Added a dummy 64-char hex API token for the test.
2025-12-18 17:57:18 +00:00
rcourtman
9de9119429 fix: perform security setup before login in update integration test
The test was failing with 401 because the Pulse container starts in
fresh state requiring bootstrap token authentication. Added a
setupCredentials step that calls /api/security/quick-setup with the
known bootstrap token to create the admin user before attempting login.
2025-12-18 17:48:04 +00:00
rcourtman
bb55144637 Improve update integration diagnostics 2025-11-12 22:27:05 +00:00
rcourtman
4f950de29d Make API update test resilient to stale cookies 2025-11-12 21:32:33 +00:00
rcourtman
8b2d64b583 Fix API update test to send CSRF token 2025-11-12 21:13:46 +00:00
rcourtman
3b079eeddb Add release dry run workflow and API update integration test 2025-11-12 21:02:52 +00:00