Commit Graph

10 Commits

Author SHA1 Message Date
Scott Idem
8eb699efe5 refactor(routers): comment out legacy endpoints across multiple routers
Disabled legacy routes that are superseded by V3 equivalents. Code is
commented out (not deleted) pending final verification and cleanup pass.

- registry.py: remove sql, lookup (/lu), websockets, websockets_redis;
  clean up dead imports (contact, event_person, etc.)
- data_store.py: comment out legacy CRUD and code-lookup endpoints;
  keep V3 code-lookup routes active; add TODO for action path rename
- api.py: comment out Api_Base CRUD, get_id (internal ID leak),
  and sql_test (debug) endpoints
- aether_cfg.py: comment out legacy Flask cfg endpoint
- user.py: comment out legacy user endpoints
- util_email.py: minor cleanup

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 19:22:45 -04:00
Scott Idem
faecd974b9 Lots of changes to get to FastAPI 95.1 2024-04-26 15:15:37 -04:00
Scott Idem
f4eda34035 Saving current progress with change from using Query() to Path() 2024-04-26 14:51:11 -04:00
Scott Idem
7e46628b25 Trying to fix a logging bug? 2023-06-13 12:11:24 -04:00
Scott Idem
39d0070e1a Trying to fix a logging bug? 2023-06-13 12:09:19 -04:00
Scott Idem
01615aaa07 Trying to fix a logging bug? 2023-06-13 12:08:45 -04:00
Scott Idem
ad54d92b86 Trying to fix a logging bug? 2023-06-13 12:07:15 -04:00
Scott Idem
db58d9267c General clean up 2023-01-30 15:06:02 -05:00
Scott Idem
b7d48c67bf Minor changes 2022-09-28 18:20:35 -04:00
Scott Idem
a483b8e24e Clean up of new Aether configs 2022-07-07 18:03:17 -04:00