Commit Graph

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] f9d849f7eb feat(api): remove redundant /env and /api/diagnostic/settings endpoints
- Remove `/api/diagnostic/settings` endpoint (superseded by `/api/settings/`)
- Remove `/env` view route (superseded by `/settings` admin page)
- Delete `env_debug.html` template
- Remove `/env` nav links from base.html (desktop + mobile)
- Update status_dashboard.html to link to /settings instead of /env
- Remove corresponding tests for deleted endpoints
- Update RateLimitingStrategy.md docs

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-23 23:23:28 +00:00
copilot-swe-agent[bot] e6a4995a5c style: run ruff format on 6 files to fix formatting issues
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-13 22:39:34 +00:00
copilot-swe-agent[bot] 33e68452fd test: address code review feedback - add validate_auth_config callable check and improve docstrings
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-13 21:50:58 +00:00
copilot-swe-agent[bot] 5367649b28 test: add comprehensive tests for config_validator, settings API, license routes, diagnostic, and openai endpoints
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-13 21:48:37 +00:00