copilot-swe-agent[bot]
1a195a96bd
fix: merge main, address code review feedback for security fix PR #816
...
- Merge origin/main into branch (resolve conflict in integrations_dashboard.html)
- Add defensive JSON parsing with try/except for integration.config
- Wrap tester() call in try/except to prevent 500 errors from bad config
- Add i18n key integrations.connection_test_failed_fallback in en.json
- Reference i18n key in template JS fallback message
- Update SECURITY_AUDIT.md: add fix date (2026-03-23), update doc date
- Remove accidental revert.sh file
- Fix missing MagicMock/patch imports in test file
- Add tests for invalid JSON config and tester exception error paths
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
Agent-Logs-Url: https://github.com/christianlouis/DocuElevate/sessions/daebb70e-059a-4601-8864-88eef49f99cf
2026-03-23 16:21:09 +00:00
copilot-swe-agent[bot]
a0f5ba1799
feat(backup): extend backup and restore to PostgreSQL and MySQL/MariaDB
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-08 09:56:58 +00:00
copilot-swe-agent[bot]
7dae15fd29
docs(database): update configuration guides with wizard cross-references, clean up review feedback
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-06 10:13:40 +00:00
copilot-swe-agent[bot]
cb3bf809cc
docs(database): add wizard and migration tool documentation
...
Update DatabaseConfiguration.md with sections for the new Database
Configuration Wizard and Database Migration Tool. Also update API.md
with the new /api/database/ endpoint documentation.
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-05 22:19:39 +00:00
copilot-swe-agent[bot]
87d1b9d935
refactor(database): enforce Alembic-only database migrations, deprecate manual schema migrations
...
- Create alembic.ini and migrations/env.py for full Alembic CLI + programmatic support
- Add Alembic migration 006: detail column on processing_logs
- Add Alembic migration 007: ocr_quality_score column + drop unique filehash index
- Add Alembic migration 008: performance indexes
- Replace _run_schema_migrations() call in init_db() with _run_alembic_upgrade()
- Deprecate _run_schema_migrations() with DeprecationWarning
- Update tests for new Alembic-based approach and deprecation
- Update DatabaseConfiguration.md documentation
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-01 16:47:41 +00:00
copilot-swe-agent[bot]
139e23c9e4
docs: add Setup Wizard, Production Readiness, Database, K8s, and Licensing guides
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-25 13:52:22 +00:00