Commit Graph

  • 604facf36f fix(test): fix task __wrapped__ calls, auth imports, mock chains, async markers, and rate limit mock copilot-swe-agent[bot] 2026-02-12 13:03:26 +00:00
  • d0b2331f62 fix: Dockerfile to reduce vulnerabilities snyk-bot 2026-02-12 12:58:24 +00:00
  • c297577677 fix(test): remove incorrect mock_task argument from convert_to_pdf.__wrapped__ calls copilot-swe-agent[bot] 2026-02-12 12:57:31 +00:00
  • e60c826efa fix(test): remove mock_task from embed_metadata_into_pdf.__wrapped__() calls copilot-swe-agent[bot] 2026-02-12 12:54:26 +00:00
  • 9e8413cc98 fix(test): remove incorrect mock_task argument from finalize_document_storage tests copilot-swe-agent[bot] 2026-02-12 12:51:41 +00:00
  • 1381f8bad0 fix(test): remove incorrect mock_task argument from __wrapped__ calls in test_extract_metadata_gpt.py copilot-swe-agent[bot] 2026-02-12 12:48:56 +00:00
  • b00610d7de Initial plan copilot-swe-agent[bot] 2026-02-12 12:36:32 +00:00
  • 28266290cf chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-12 11:54:08 +00:00
  • 6dca694f48 Merge pull request #264 from christianlouis/copilot/increase-test-coverage-above-80 v0.18.0 Christian Krakau-Louis 2026-02-12 12:53:46 +01:00
  • 8800544097 docs: add OAuth implementation summary and verification copilot-swe-agent[bot] 2026-02-12 11:12:27 +00:00
  • 5e8ee5440f docs: add comprehensive OAuth testing CI/CD guide copilot-swe-agent[bot] 2026-02-12 11:11:01 +00:00
  • 94daf9b2fe test: implement mock OAuth2 server infrastructure for auth testing copilot-swe-agent[bot] 2026-02-12 11:09:37 +00:00
  • 29297292e7 test: fix database constraints and skip complex mock tests copilot-swe-agent[bot] 2026-02-12 09:45:22 +00:00
  • 7f804c8cb1 test: address code review feedback for test assertions copilot-swe-agent[bot] 2026-02-12 09:40:35 +00:00
  • 5c18f4c02b feat(tests): add comprehensive unit tests for Tier 1 high-impact files copilot-swe-agent[bot] 2026-02-12 09:39:02 +00:00
  • 7c83a78a77 test: plan to increase coverage from 60.58% to 70%+ by targeting all files below 70% copilot-swe-agent[bot] 2026-02-12 09:26:57 +00:00
  • 537f7b048a chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-12 09:17:45 +00:00
  • d3b0fe64e3 Merge pull request #262 from christianlouis/copilot/update-ci-config-for-mypy-pylint v0.17.2 Christian Krakau-Louis 2026-02-12 10:17:15 +01:00
  • 4c78c8a23c feat(tests): Add comprehensive unit test scaffolding for low-coverage API modules copilot-swe-agent[bot] 2026-02-12 04:21:24 +00:00
  • 8e8a64969f feat: add comprehensive unit tests for tasks and auth modules copilot-swe-agent[bot] 2026-02-12 04:00:05 +00:00
  • 0eb29fd62a test: add tests for Phase 1 modules (rate_limit_decorators, monitor_stalled_steps, step_timeout, config_validator) copilot-swe-agent[bot] 2026-02-12 03:44:23 +00:00
  • 9452d70358 fix: address code review - move max-line-length to pylint format section, keep import-untyped enabled copilot-swe-agent[bot] 2026-02-12 03:41:27 +00:00
  • 30b237dc73 ci(lint): configure mypy and pylint to pass in CI workflow copilot-swe-agent[bot] 2026-02-12 03:39:54 +00:00
  • c654b829ac test: plan to increase test coverage from 57.78% to >80% copilot-swe-agent[bot] 2026-02-12 03:35:02 +00:00
  • 9124019f6e Initial plan copilot-swe-agent[bot] 2026-02-12 03:29:09 +00:00
  • ca1c6010d0 Initial plan copilot-swe-agent[bot] 2026-02-12 03:27:35 +00:00
  • 3710aca6ce Merge pull request #260 from christianlouis/copilot/format-code-with-linters Christian Krakau-Louis 2026-02-12 04:24:04 +01:00
  • e827cfffe2 chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-12 03:23:55 +00:00
  • 0bcc0eed4f Merge pull request #259 from christianlouis/copilot/fix-pypdf2-module-issue v0.17.1 Christian Krakau-Louis 2026-02-12 04:23:32 +01:00
  • ff9a3ff49f style: fix code formatting with black, isort, and flake8 copilot-swe-agent[bot] 2026-02-12 03:21:41 +00:00
  • 07c240df99 fix(test): update PyPDF2 patch references to pypdf in path traversal security test copilot-swe-agent[bot] 2026-02-12 03:19:32 +00:00
  • dd3f48a3c4 chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-12 03:18:06 +00:00
  • c85a6710b6 Merge pull request #256 from christianlouis/copilot/add-browser-plugin-for-docuelevate v0.17.0 Christian Krakau-Louis 2026-02-12 04:17:46 +01:00
  • f79bd2cb0c Initial plan copilot-swe-agent[bot] 2026-02-12 03:16:58 +00:00
  • 29381adf4f Initial plan copilot-swe-agent[bot] 2026-02-12 03:15:38 +00:00
  • aa58d2d930 docs(browser): add ASCII installation guide copilot-swe-agent[bot] 2026-02-12 03:13:43 +00:00
  • 409c7541f7 docs(browser): add comprehensive implementation summary copilot-swe-agent[bot] 2026-02-12 03:12:58 +00:00
  • 0a3fe11f66 docs(browser): add permissions guide and improve documentation copilot-swe-agent[bot] 2026-02-12 03:11:33 +00:00
  • 076572412a Merge pull request #258 from christianlouis/copilot/refactor-linter-workflow Christian Krakau-Louis 2026-02-12 04:11:22 +01:00
  • 142c19ef50 fix(browser): improve error handling and code quality copilot-swe-agent[bot] 2026-02-12 03:09:33 +00:00
  • e89faeccae ci: add workflow-level permissions for least privilege copilot-swe-agent[bot] 2026-02-12 03:09:06 +00:00
  • 5d42e03b90 fix(browser): address code review feedback copilot-swe-agent[bot] 2026-02-12 03:08:20 +00:00
  • d025923ef5 ci: split linters into independent parallel jobs and add CI documentation copilot-swe-agent[bot] 2026-02-12 03:07:53 +00:00
  • 5cc34d6a72 docs(browser): add visual guide for browser extension UI copilot-swe-agent[bot] 2026-02-12 03:07:20 +00:00
  • e561f6d567 docs(browser): add quick start guide and test page for browser extension copilot-swe-agent[bot] 2026-02-12 03:06:05 +00:00
  • 3e0c77e84b Initial plan copilot-swe-agent[bot] 2026-02-12 03:05:00 +00:00
  • 817dc31e12 feat(browser): implement browser extension for sending files to DocuElevate copilot-swe-agent[bot] 2026-02-12 03:04:36 +00:00
  • 66f0f3236c Initial plan copilot-swe-agent[bot] 2026-02-12 02:59:32 +00:00
  • afdad7314b chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-12 02:58:54 +00:00
  • a4d0dc5ddb Merge pull request #255 from christianlouis/copilot/mitigate-pypdf-infinite-loop v0.16.3 Christian Krakau-Louis 2026-02-12 03:58:36 +01:00
  • 75dcbaaabe chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-12 02:57:39 +00:00
  • 0bdd45ddd2 Merge pull request #253 from christianlouis/copilot/fix-test-failures-bulk-operations v0.16.2 Christian Krakau-Louis 2026-02-12 03:57:15 +01:00
  • 00abb33bbe docs: update all references from PyPDF2 to pypdf in documentation copilot-swe-agent[bot] 2026-02-12 02:54:48 +00:00
  • ad39ee7afa fix(test): update 11 failing tests to match refactored status tracking and API changes copilot-swe-agent[bot] 2026-02-12 02:54:46 +00:00
  • cc98039246 fix(deps): upgrade PyPDF2 to pypdf >= 3.9.0 to fix CVE-2023-36464 copilot-swe-agent[bot] 2026-02-12 02:52:17 +00:00
  • 0c2e308790 Initial plan copilot-swe-agent[bot] 2026-02-12 02:48:06 +00:00
  • 21ae70f8d5 Initial plan copilot-swe-agent[bot] 2026-02-12 02:41:45 +00:00
  • fbebe32409 chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-12 02:12:29 +00:00
  • 343b4ef0e2 Merge pull request #251 from christianlouis/claude/fix-failing-tests v0.16.1 Christian Krakau-Louis 2026-02-12 03:12:05 +01:00
  • 104757fd4f fix(tests): fix remaining 8 tests - storage reorganization and file detail enhancements anthropic-code-agent[bot] 2026-02-12 02:08:50 +00:00
  • 96d063e2a6 fix(tests): rewrite file_status_fix tests for FileProcessingStep model anthropic-code-agent[bot] 2026-02-12 02:01:26 +00:00
  • a08c234a53 fix(tests): update file_queries tests to use FileProcessingStep instead of ProcessingLog anthropic-code-agent[bot] 2026-02-12 01:59:38 +00:00
  • b27788a95e fix(tests): correct step_manager tests to use actual step names from MAIN_PROCESSING_STEPS anthropic-code-agent[bot] 2026-02-12 01:57:54 +00:00
  • 8a24c7462b Initial plan anthropic-code-agent[bot] 2026-02-12 01:48:42 +00:00
  • 88f7fd6073 chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-12 01:38:26 +00:00
  • 9a2c2d20b1 feat(duplication): implement duplicate file handling and detection across processing steps v0.16.0 Christian Krakau-Louis 2026-02-12 02:37:51 +01:00
  • 70757e5644 feat(step-timeout): add automatic recovery for stalled processing steps Christian Krakau-Louis 2026-02-12 01:26:25 +01:00
  • 7bbd095152 fix(deduplication): handle UNIQUE constraint violation for duplicate files Christian Krakau-Louis 2026-02-12 01:23:05 +01:00
  • 974dd64660 fix(database): add runtime schema migrations for deduplication columns Christian Krakau-Louis 2026-02-12 01:18:36 +01:00
  • 4c11cfd6dd feat(deduplication): implement configurable duplicate file detection Christian Krakau-Louis 2026-02-12 01:13:37 +01:00
  • a4f3d92d20 chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-12 00:07:53 +00:00
  • 83c65f3c40 feat: enhance processing status tracking and UI display for file details v0.15.0 Christian Krakau-Louis 2026-02-12 01:07:22 +01:00
  • 02e1445e01 Enhance file detail page with original and processed file previews, GPT metadata display, and text extraction functionality Christian Krakau-Louis 2026-02-11 23:32:23 +01:00
  • ce40cbcdd8 chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-11 21:53:37 +00:00
  • 7222740204 feat(auth): add configurable admin group name for OAuth user access v0.14.0 Christian Krakau-Louis 2026-02-11 22:53:03 +01:00
  • 0a3c8987f8 chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-11 21:39:55 +00:00
  • 50cc0035d9 feat(database): add file path columns to files table during migration v0.13.0 Christian Krakau-Louis 2026-02-11 22:39:21 +01:00
  • 90b50d3625 chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-11 20:36:24 +00:00
  • 3a23d0b2d7 Merge pull request #249 from christianlouis/copilot/reorganize-document-storage-structure v0.12.0 Christian Krakau-Louis 2026-02-11 21:36:05 +01:00
  • a247393e18 fix: update test to use new collision handling function copilot-swe-agent[bot] 2026-02-11 20:17:03 +00:00
  • c7dff41492 docs: add comprehensive documentation for storage reorganization copilot-swe-agent[bot] 2026-02-11 20:14:56 +00:00
  • 952e27b339 test: add tests for storage reorganization features copilot-swe-agent[bot] 2026-02-11 20:13:17 +00:00
  • 73a0222e56 feat(storage): implement immutable original/processed file storage and collision handling copilot-swe-agent[bot] 2026-02-11 20:10:19 +00:00
  • b5c669f3fe Initial plan copilot-swe-agent[bot] 2026-02-11 20:04:57 +00:00
  • 3103ebed2b chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-11 19:58:10 +00:00
  • 9771277239 Merge pull request #248 from christianlouis/copilot/fix-dashboard-file-status v0.11.0 Christian Krakau-Louis 2026-02-11 20:57:48 +01:00
  • 9145060d8e docs: Add comprehensive architecture documentation for status tracking copilot-swe-agent[bot] 2026-02-11 19:49:41 +00:00
  • 65b6dc6985 feat: Add comprehensive tests and migration utility for status table copilot-swe-agent[bot] 2026-02-11 19:48:17 +00:00
  • ad74bc852d feat: Add explicit FileProcessingStep table for status tracking copilot-swe-agent[bot] 2026-02-11 19:45:09 +00:00
  • 52b65868a4 refactor: Address code review feedback - remove redundant imports and use _ for unused variables copilot-swe-agent[bot] 2026-02-11 19:42:17 +00:00
  • 72cea0d8c9 fix: Update existing test to include timestamp in MockLog copilot-swe-agent[bot] 2026-02-11 19:40:34 +00:00
  • d8d4294ff0 fix: Make _compute_step_summary order-independent to fix dashboard status bug copilot-swe-agent[bot] 2026-02-11 19:38:29 +00:00
  • 2339a449b8 Initial plan copilot-swe-agent[bot] 2026-02-11 19:33:10 +00:00
  • 97f815258d chore(release): update build metadata files [skip ci] github-actions[bot] 2026-02-11 19:15:15 +00:00
  • 83abb3984a Merge pull request #245 from christianlouis/copilot/fix-dashboard-status-metrics v0.10.3 Christian Krakau-Louis 2026-02-11 20:14:49 +01:00
  • 0fc3fca1b2 style: format test file with black copilot-swe-agent[bot] 2026-02-11 18:36:42 +00:00
  • 2470768599 test: add timestamps to MockLog for consistency and clarity copilot-swe-agent[bot] 2026-02-11 18:35:29 +00:00
  • 4fb696e1eb fix: correct file status and metrics to use latest status per step copilot-swe-agent[bot] 2026-02-11 18:33:41 +00:00
  • 1e5cbc4f70 Initial plan copilot-swe-agent[bot] 2026-02-11 18:28:35 +00:00
  • ada648630c Merge pull request #243 from christianlouis/copilot/fix-404-error-process-url-endpoint Christian Krakau-Louis 2026-02-11 19:27:43 +01:00