PR Summary #1

Merged
sonderau merged 6 commits from dev into main 2025-10-10 08:49:20 +08:00

6 Commits

Author SHA1 Message Date
Bailey Taylor
cc044aca17 Changed axiosServer to use process.env.API_BASE_URL (not NEXT_PUBLIC_)
All checks were successful
Deploy Frontend / deploy (push) Successful in 20s
 Reverted .env.local to use https://sys.psg.net.au:8443/api
 Added httpsAgent with rejectUnauthorized: false to accept the SSL certificate
2025-10-10 08:24:58 +08:00
Bailey Taylor
12c9e75743 devices/page.tsx
All checks were successful
Deploy Frontend / deploy (push) Successful in 24s
 Added try-catch block around the API call
 Proper error logging and meaningful error messages
users/page.tsx
 Removed unused cookies() import and call (it was already being called inside requireAuthOrRedirect())
 Added try-catch block around the API call
 Proper error logging and meaningful error messages
2025-10-10 08:18:56 +08:00
Bailey Taylor
4e73ccb60b Adjustments to DeviceManagement.
Some checks failed
Deploy Frontend / deploy (push) Failing after 13s
2025-10-09 14:30:10 +08:00
Bailey Taylor
c404331918 Changes to DeviceManagementPage section.
All checks were successful
Deploy Frontend / deploy (push) Successful in 22s
2025-10-09 13:39:01 +08:00
Bailey Taylor
ad6fb4082d Trigger dev deployment - test ownership fix
All checks were successful
Deploy Frontend / deploy (push) Successful in 20s
2025-10-08 10:44:40 +08:00
Bailey Taylor
7cbe4e4b7b New Github API support for verifying CVE counts.
Some checks failed
Deploy Frontend / deploy (push) Failing after 33s
2025-10-08 10:40:24 +08:00