adobe-to-docusign-migrator/src
Paul Huliganga c5b7b9f5b8 fix: resolve latent bugs found in code review
- Fix ValueError crash in migrate_template.py and migrate_paul_template.py:
  compose_template() returns a 3-tuple since Phase 23 but both CLI scripts
  were still unpacking 2 values
- Fix ImportError in bulk-send/bulk_send.py: replace non-existent auth_helper
  import with docusign_auth.get_access_token via sys.path
- Activate log sanitizer at web app startup so tokens never appear in logs
- Log a warning at startup when SESSION_SECRET_KEY is the default dev value
- Add reportlab to requirements.txt (used by generate_pdfs.py, was missing)
- Move asyncio import from bottom of templates.py to top where it belongs
- Correct stale coordinate comment in generate_pdfs.py (both platforms use
  top-left origin; the comment incorrectly described bottom-left inversion)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 09:51:20 -04:00
..
models feat(issues): structured field-issue reporting throughout migration pipeline 2026-04-21 15:25:23 -04:00
reports feat(phases-8-13): blueprint alignment — normalized schema, validation, migration options, retry, security, batch 2026-04-21 02:19:38 -04:00
services feat(phases-8-13): blueprint alignment — normalized schema, validation, migration options, retry, security, batch 2026-04-21 02:19:38 -04:00
utils feat(phases-8-13): blueprint alignment — normalized schema, validation, migration options, retry, security, batch 2026-04-21 02:19:38 -04:00
adobe_api.py fix: correct Adobe Sign token refresh endpoint and add auth error handling 2026-04-16 10:10:12 -04:00
adobe_auth.py refactor: rename auth_adobe.py to adobe_auth.py for naming consistency 2026-04-16 10:10:05 -04:00
compose_docusign_template.py feat(issues): structured field-issue reporting throughout migration pipeline 2026-04-21 15:25:23 -04:00
create_adobe_template.py feat: end-to-end migration runner and test template utilities 2026-04-15 19:45:31 -04:00
docusign_auth.py Add multi-user web auth sessions 2026-04-21 21:05:15 -04:00
docusign_ingest_stub.py Add latest migration files and validation outputs 2026-04-20 01:12:46 -04:00
download_templates.py feat: Adobe Sign template download pipeline 2026-04-15 19:44:52 -04:00
generate_pdfs.py fix: resolve latent bugs found in code review 2026-04-23 09:51:20 -04:00
migrate_paul_template.py fix: resolve latent bugs found in code review 2026-04-23 09:51:20 -04:00
migrate_template.py fix: resolve latent bugs found in code review 2026-04-23 09:51:20 -04:00
test_mapping.py Show field mapping caveats in template issues 2026-04-23 09:15:49 -04:00
upload_docusign_template.py Switch DocuSign auth to authorization code flow 2026-04-21 16:25:56 -04:00