Commit Graph

7 Commits

Author SHA1 Message Date
rcourtman
d19765e8bc fix: use 12+ char password for security setup test
Password validation requires minimum 12 characters.
2025-12-18 18:10:36 +00:00
rcourtman
98a6f44cbe 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
3af584bb5c 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
82a2eebb3f Improve update integration diagnostics 2025-11-12 22:27:05 +00:00
rcourtman
ca81f70afd Make API update test resilient to stale cookies 2025-11-12 21:32:33 +00:00
rcourtman
8330e1ea05 Fix API update test to send CSRF token 2025-11-12 21:13:46 +00:00
rcourtman
6a1a88217f Add release dry run workflow and API update integration test 2025-11-12 21:02:52 +00:00