• Joined on 2024-10-24
jim pushed to master at jim/URLNotesGrabberCore 2026-08-07 21:23:49 -05:00
b31d5842cc feat(db)!: port DataAccess to the Notes integer schema
jim pushed to master at jim/URLNotesGrabberCore 2026-08-07 21:06:08 -05:00
c3cf89c3f1 Merge branch 'claude/normalize-notes' into master
ab36085ba8 feat(db)!: replace blog names and note types in Notes with integer IDs
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-08-07 20:28:33 -05:00
4d37999f8e chore: rotate the TL.db backup archive and refresh local state
387c023900 Merge branch 'claude/shrink-tl-db' into master
a9bd5a4c37 perf(db): shrink TL.db from 267 MB to 207 MB
Compare 3 commits »
jim pushed to claude/ttfolderpath-not-set-8c9b45 at jim/URLNotesGrabberCore 2026-08-05 12:12:01 -05:00
jim created branch claude/ttfolderpath-not-set-8c9b45 in jim/URLNotesGrabberCore 2026-08-05 12:12:01 -05:00
jim pushed to master at jim/URLNotesGrabberCore 2026-08-05 12:12:01 -05:00
70b32dfc89 Merge branch 'claude/ttfolderpath-not-set-8c9b45' into master
8f4177a0c9 feat: fold the TTFolderPath refresh into --output
a2763d0026 Merge branch 'claude/ttfolderpath-not-set-8c9b45' into master
721224bc13 fix: make --output and --updatepaths tell the truth about TTFolderPath
Compare 4 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-08-05 09:37:25 -05:00
ef6629d86a Merge branch 'claude/sqlite-modified-date-logic-3d9bee' into master
6320e2c0c9 fix: stop --ingest's NULL sentinel from clobbering post content
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-08-05 09:18:19 -05:00
6136901cc7 Merge branch 'claude/sqlite-modified-date-logic-3d9bee' into master
83e35a2323 fix: stop "." export sentinel from clobbering real post content
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-08-03 08:58:40 -05:00
f0ccac6503 Merge GitTea/master into master
e1d2eb48c2 fix: only bump DateModified when a value actually changed
Compare 2 commits »
jim pushed to claude/jovial-mayer-77c2b5 at jim/URLNotesGrabberCore 2026-07-29 16:27:11 -05:00
jim created branch claude/jovial-mayer-77c2b5 in jim/URLNotesGrabberCore 2026-07-29 16:27:11 -05:00
jim pushed to master at jim/URLNotesGrabberCore 2026-07-29 16:27:10 -05:00
3c85a05afc Merge branch 'master' into claude/jovial-mayer-77c2b5
60912c882d fix: stop AddAPICount from throwing on missing DateCreated column
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-07-29 16:05:34 -05:00
8a4ab2402d docs: record the IsActive no-write rule in AGENTS.md
05ec465f74 feat: honor optional Posts.IsActive and Notes.IsActive
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-07-29 09:56:43 -05:00
eded5271ea docs: revise TL.db notes for Rolodex's use of Blogs.IsActive
a14debd5ed docs: track TL.db schema notes in the repo
Compare 2 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-07-29 09:53:10 -05:00
d6637266b7 fix: exclude inactive blogs from blog selection queries
jim pushed to master at jim/URLNotesGrabberCore 2026-07-22 16:42:03 -05:00
2a02811003 Merge branch 'claude/rate-limit-behavior-474ecf'
a73b597381 fix: strip only trailing numeric suffix from blog folder names
f9e1d2100b Merge remote master into local master
3e2b287737 Merge branch 'claude/rate-limit-behavior-474ecf'
003a504d5e fix: retry transient CDN failures instead of failing the post
Compare 5 commits »
jim pushed to master at jim/URLNotesGrabberCore 2026-07-16 10:44:33 -05:00
16147b273e docs: document default-mode .txt ingest field parsing in AGENTS.md
5361bb78b8 Merge remote master into txt-validation branch
21a5525094 Capture multi-line Body/Downloaded files in default .txt ingest mode
33839930e8 Parse Reblog root url in default .txt ingest mode
Compare 4 commits »
jim pushed to claude/youthful-austin-cc753e at jim/URLNotesGrabberCore 2026-06-30 21:22:57 -05:00
f541ec4260 fix: correctly detect rate-limit state for single-key API pools
jim pushed to master at jim/URLNotesGrabberCore 2026-06-30 21:22:52 -05:00
f541ec4260 fix: correctly detect rate-limit state for single-key API pools
jim pushed to claude/youthful-austin-cc753e at jim/URLNotesGrabberCore 2026-06-30 21:11:05 -05:00
f549f020e1 refactor: standardize SQLiteConnection disposal via using; guard config