mirror of
https://github.com/simonw/datasette.git
synced 2026-09-02 22:54:08 +02:00
Remove references to untracked local plans/ and todos/ directories
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012U7coQfVu8nK2R4q2mCULA
This commit is contained in:
parent
7ff29f3a54
commit
5e7d2ef5bc
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Release notes draft — ticket 05 (wrapper reorder)
|
||||
|
||||
Scratch file: content to be folded into `docs/changelog.rst` by ticket 07
|
||||
(`todos/first-request/07-docs-and-changelog.md`). Not part of the shipped
|
||||
Scratch file: content to be folded into `docs/changelog.rst` by the final
|
||||
docs PR in this stack, which also deletes this file. Not part of the shipped
|
||||
docs on its own.
|
||||
|
||||
## Plugin hooks
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ These exercise Datasette._startup_sequence() via three different callers:
|
|||
events (this is what DatasetteClient / plain httpx.ASGITransport uses)
|
||||
- Both at once, to prove startup hooks run at most once
|
||||
|
||||
Also covers ticket 05 (plans/first-request/04-core-plan.md decision #7):
|
||||
Also covers the asgi_wrapper reorder:
|
||||
plugin asgi_wrapper middleware runs INSIDE AsgiRunOnFirstRequest (below it)
|
||||
but OUTSIDE AsgiLifespan (above it), so wrappers only ever see http/
|
||||
websocket scopes after startup has completed, in both the lifespan and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue