• Joined on 2025-12-26
jwed pushed to master at jwed/dashboard-unifi 2026-06-21 17:19:07 -07:00
71807c8815 UniFi: settings tabs are deep-linkable path routes (/settings/{tab})
jwed pushed to master at jwed/dashboard-ticketing 2026-06-21 17:19:06 -07:00
e49a1e2ac9 Ticketing: settings tabs are deep-linkable routes (/settings/{tab})
jwed pushed to master at jwed/dashboard-unifi 2026-06-12 18:31:44 -07:00
462a1a3611 feat(1.13.0): page grants on the standard admissions-style pattern
jwed pushed to master at jwed/dashboard-unifi 2026-06-11 14:38:26 -07:00
ee27bee716 UniFi: degrade wan-status & client-ap-traffic to 200 'unavailable' when controller unreachable
jwed closed issue jwed/dashboard-unifi#3 2026-06-11 13:46:55 -07:00
[e2e] unifi.api.wifi.current-password (/api/unifi/wifi/current-password)
jwed closed issue jwed/dashboard-unifi#2 2026-06-11 13:46:55 -07:00
[e2e] unifi.client.ap-traffic (/app/network/client-ap-traffic)
jwed commented on issue jwed/dashboard-unifi#3 2026-06-11 13:46:55 -07:00
[e2e] unifi.api.wifi.current-password (/api/unifi/wifi/current-password)

Not a page — harness false-positive. /api/unifi/wifi/current-password is a token-guarded JSON API for external callers; it returns 503 because the UniFi API feature is disabled on dev…

jwed commented on issue jwed/dashboard-unifi#2 2026-06-11 13:46:55 -07:00
[e2e] unifi.client.ap-traffic (/app/network/client-ap-traffic)

Not a page — harness false-positive. /app/network/client-ap-traffic is a JSON data feed; 500 only because dev can't reach the UniFi controller. Smoke now skips non-HTML/data endpoints. Closing.

jwed closed issue jwed/dashboard-unifi#1 2026-06-11 13:46:54 -07:00
[e2e] unifi.wan.status (/app/network/wan-status)
jwed commented on issue jwed/dashboard-unifi#1 2026-06-11 13:46:54 -07:00
[e2e] unifi.wan.status (/app/network/wan-status)

Not a page — harness false-positive. /app/network/wan-status is a JSON data feed for the network dashboard. It returns 500 here only because this dev environment can't reach the UniFi…

jwed commented on issue jwed/dashboard-unifi#2 2026-06-11 13:17:40 -07:00
[e2e] unifi.client.ap-traffic (/app/network/client-ap-traffic)

Still failing as of 2026-06-11T20:17:40.189Z.

Error: main response 500 for /app/network/client-ap-traffic

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   500
jwed commented on issue jwed/dashboard-unifi#3 2026-06-11 13:17:40 -07:00
[e2e] unifi.api.wifi.current-password (/api/unifi/wifi/current-password)

Still failing as of 2026-06-11T20:17:40.276Z.

Error: main response 503 for /api/unifi/wifi/current-password

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   503
jwed commented on issue jwed/dashboard-unifi#1 2026-06-11 13:17:40 -07:00
[e2e] unifi.wan.status (/app/network/wan-status)

Still failing as of 2026-06-11T20:17:40.111Z.

Error: main response 500 for /app/network/wan-status

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   500
jwed commented on issue jwed/dashboard-unifi#2 2026-06-11 11:45:07 -07:00
[e2e] unifi.client.ap-traffic (/app/network/client-ap-traffic)

Still failing as of 2026-06-11T18:45:07.841Z.

Error: main response 500 for /app/network/client-ap-traffic

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   500
jwed commented on issue jwed/dashboard-unifi#1 2026-06-11 11:45:07 -07:00
[e2e] unifi.wan.status (/app/network/wan-status)

Still failing as of 2026-06-11T18:45:07.747Z.

Error: main response 500 for /app/network/wan-status

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   500
jwed commented on issue jwed/dashboard-unifi#3 2026-06-11 11:45:07 -07:00
[e2e] unifi.api.wifi.current-password (/api/unifi/wifi/current-password)

Still failing as of 2026-06-11T18:45:07.921Z.

Error: main response 503 for /api/unifi/wifi/current-password

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   503
jwed commented on issue jwed/dashboard-unifi#3 2026-06-11 10:34:50 -07:00
[e2e] unifi.api.wifi.current-password (/api/unifi/wifi/current-password)

Still failing as of 2026-06-11T17:34:50.624Z.

Error: main response 503 for /api/unifi/wifi/current-password

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   503
jwed commented on issue jwed/dashboard-unifi#1 2026-06-11 10:34:50 -07:00
[e2e] unifi.wan.status (/app/network/wan-status)

Still failing as of 2026-06-11T17:34:50.467Z.

Error: main response 500 for /app/network/wan-status

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   500
jwed commented on issue jwed/dashboard-unifi#2 2026-06-11 10:34:50 -07:00
[e2e] unifi.client.ap-traffic (/app/network/client-ap-traffic)

Still failing as of 2026-06-11T17:34:50.548Z.

Error: main response 500 for /app/network/client-ap-traffic

expect(received).toBeLessThan(expected)

Expected: < 500
Received:   500
jwed opened issue jwed/dashboard-unifi#3 2026-06-11 10:27:04 -07:00
[e2e] unifi.api.wifi.current-password (/api/unifi/wifi/current-password)