-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(api): Log routes generally work - Quarto watcher is now async.
``BaseRouter`` now defines a method for building a router from class metadata (which is not exactly the class router). ``get_routes`` is now part of ``BaseRouter`` and includes ``websockets`` and ``prefix`` data. Added corresponding schemas. Factored out ``log`` collection router code that would be the same. ``/api/dev/log`` and ``/api/dev/quarto`` Websockets roughly work. All api routes will have the ``api`` prefix. Factored out logging collection queries and put with ``schemas``. ``BlogHandler`` is now async and is run by ``watchfiles`` No longer using ``watchdog``.
- Loading branch information
1 parent
3e8125f
commit 99732c9
Showing
9 changed files
with
571 additions
and
409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.