scholarr/app/api/routers
Justin Visser d9be57a6c1 fix: URL-length-aware OpenAlex batching and eager scholar metadata hydration
- Replace fixed batch_size=25 with URL-byte-length-aware chunking for
  OpenAlex title.search queries. Long/Unicode titles caused URLs to
  exceed server limits, resulting in 500 errors.
- Always hydrate scholar profile metadata (name, image) on creation,
  even when an initial scrape job is queued, so the UI shows profile
  info immediately.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 23:42:15 +01:00
..
__init__.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
admin.py Initial release prep 2026-02-27 10:46:05 +01:00
admin_dbops.py Initial release prep 2026-02-27 10:46:05 +01:00
admin_settings.py fix: handle optional cookie field for mypy type check 2026-03-01 23:04:02 +01:00
auth.py Initial release prep 2026-02-27 10:46:05 +01:00
publications.py Initial release prep 2026-02-27 10:46:05 +01:00
run_manual.py Bugfixeds 2026-03-01 22:54:23 +01:00
run_serializers.py refactor: extract helpers from oversized router and scheduler files 2026-02-27 15:41:23 +01:00
runs.py fix: resolve CI lint and docs build failures 2026-03-01 23:00:31 +01:00
scholar_helpers.py refactor: extract helpers from oversized router and scheduler files 2026-02-27 15:41:23 +01:00
scholars.py fix: URL-length-aware OpenAlex batching and eager scholar metadata hydration 2026-03-01 23:42:15 +01:00
settings.py Initial release prep 2026-02-27 10:46:05 +01:00