Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
2482783
feat(florida): Scraper scaffolding
MorganBennetDev May 12, 2026
ed5cdf7
feat(florida): Complete request manager
MorganBennetDev May 13, 2026
756398e
feat(florida): Fix RequestManager bugs and structural issues; add log…
MorganBennetDev May 13, 2026
256356c
chore(florida): Docs and annotations for RequestManager
MorganBennetDev May 13, 2026
af86ea2
feat(florida): Rate limiting
MorganBennetDev May 14, 2026
d7c8956
feat(florida): Better rate limiting
MorganBennetDev May 14, 2026
275299c
chore(florida): Move RequestManager to state module
MorganBennetDev May 14, 2026
dc06921
test(florida): Add RequestManager tests and fix surfaced bugs
MorganBennetDev May 15, 2026
2f1b34d
feat(florida): Implement scraper driver
MorganBennetDev May 18, 2026
b93e970
refactor(florida): Yield case payloads instead of writing to disk
MorganBennetDev May 18, 2026
04cdc9f
fix(florida): Clean up scraper code
MorganBennetDev May 18, 2026
11eeeb8
fix(florida): Resolve scraper bugs and restore 3.10 compatibility
MorganBennetDev May 19, 2026
e43203f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 19, 2026
ca2ed0d
chore(florida): Update changelog
MorganBennetDev May 19, 2026
33f17f8
Merge branch 'main' into morgan/florida-scraper
MorganBennetDev May 19, 2026
8f2b5d1
fix(florida): Review comments
MorganBennetDev May 26, 2026
18291ae
test(florida): Align scraper test fixtures with new endpoint URLs
MorganBennetDev May 26, 2026
3d2e207
fix(florida): Messed up and added typing.override again
MorganBennetDev May 26, 2026
7270968
fix(florida): Update RequestManager tests
MorganBennetDev May 26, 2026
c5120ab
Merge branch 'main' into morgan/florida-scraper
MorganBennetDev May 26, 2026
d0a0e20
feat(florida): More scraper clean up
MorganBennetDev May 27, 2026
5609301
chore(florida): Small cleanup in scraper.py and tests
MorganBennetDev May 27, 2026
98f08c1
fix(florida): Merge client config into requests and cache courts as a…
MorganBennetDev May 27, 2026
f86f8fe
style(florida): Make Claude's fix nicer
MorganBennetDev May 27, 2026
80d2bce
feat(florida): Parse and scrape hearings endpoint
MorganBennetDev May 28, 2026
533af94
chore(florida): Update __init__
MorganBennetDev May 28, 2026
b700d37
fix(florida): Scraper tests
MorganBennetDev May 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Releases are also tagged in git, if that's helpful.
The following changes are not yet released, but are code complete:

Features:
-

- Add Florida scraper

Changes:
-
Expand Down
Loading
Loading