Commit Graph

5 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] 651b48658c fix: resolve merge conflicts with main branch
Merge origin/main into feature branch, resolving 3 conflicts:
- app/api/__init__.py: add classification_rules_router alongside new
  routers from main (audit_logs, i18n, mobile, compliance, translation)
- app/models.py: keep ClassificationRuleModel alongside new models from
  main (MobileDevice, ComplianceTemplate, PipelineRoutingRule)
- tests/conftest.py: import both ClassificationRuleModel and new models
  from main (AuditLog, ComplianceTemplate)

Also renumber migration from 027 to 037 to chain from the latest
migration on main (036_add_document_translation_fields).

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-16 22:33:59 +00:00
copilot-swe-agent[bot] e6a4995a5c style: run ruff format on 6 files to fix formatting issues
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-13 22:39:34 +00:00
copilot-swe-agent[bot] 510b10c010 fix: resolve ruff linting errors in test file
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-13 22:20:10 +00:00
copilot-swe-agent[bot] 0cf4bb6448 test: fix docstring line references per code review
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-13 22:12:06 +00:00
copilot-swe-agent[bot] c007ebc7e9 test: add comprehensive coverage tests for S3, SFTP uploads, notifications, and send_to_all
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-13 22:11:00 +00:00