Pretor/pretor/api
朝夕 3a96f287c7
[Feature] Add frontend authentication page and 401 error interceptor (#21)
* feat: add frontend authentication page and 401 interceptor

Adds a new AuthPage component for user login and registration, integrates it into App.tsx to protect routes, and sets up an Axios interceptor to handle 401 Unauthorized responses by clearing local storage and reloading. Also fixes a missing logger attribute in WorkflowEngine for backend tests.

Co-authored-by: zhaoxi826 <198742034+zhaoxi826@users.noreply.github.com>

* fix: gracefully handle closed websockets

Updates the websocket endpoints in `pretor/api/cluster.py` and `pretor/api/workflow.py` to catch `RuntimeError` alongside `WebSocketDisconnect`. This prevents the application from crashing and spamming error logs when the frontend client unexpectedly closes the connection and the underlying TCP transport is closed.

Co-authored-by: zhaoxi826 <198742034+zhaoxi826@users.noreply.github.com>

* feat: add worker form and update global settings

Adds a new form in the Worker Individual Settings page to create custom worker individuals via the `/api/v1/agent/worker` endpoint. Also updates the System Settings page to remove the obsolete "Max Concurrent Workflows" setting and makes the system language and theme toggles functional by persisting to local storage and updating the document root class.

Co-authored-by: zhaoxi826 <198742034+zhaoxi826@users.noreply.github.com>

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: zhaoxi826 <198742034+zhaoxi826@users.noreply.github.com>
2026-04-24 18:22:39 +08:00
..
platform [feature integration] frontend dashboard and API endpoints (#19) 2026-04-24 09:12:12 +08:00
__init__.py wip:更新版权 2026-04-10 10:50:25 +08:00
agent.py [feature integration] frontend dashboard and API endpoints (#19) 2026-04-24 09:12:12 +08:00
auth.py [feature integration] frontend dashboard and API endpoints (#19) 2026-04-24 09:12:12 +08:00
cluster.py [Feature] Add frontend authentication page and 401 error interceptor (#21) 2026-04-24 18:22:39 +08:00
provider.py [feature integration] frontend dashboard and API endpoints (#19) 2026-04-24 09:12:12 +08:00
resource.py [feature integration] frontend dashboard and API endpoints (#19) 2026-04-24 09:12:12 +08:00
workflow.py [Feature] Add frontend authentication page and 401 error interceptor (#21) 2026-04-24 18:22:39 +08:00