copilot-swe-agent[bot]
939c456f2f
fix: provide required fields when creating FileRecord in test
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-16 15:54:13 +00:00
copilot-swe-agent[bot]
80a645895a
test: add comprehensive edge case tests for validators, file_status, file_splitting, and filename_utils
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-14 00:37:32 +00:00
copilot-swe-agent[bot]
43bc58770d
refactor: consolidate linting tools into Ruff
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-13 09:10:52 +00:00
copilot-swe-agent[bot]
ff9a3ff49f
style: fix code formatting with black, isort, and flake8
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-12 03:21:41 +00:00
anthropic-code-agent[bot]
96d063e2a6
fix(tests): rewrite file_status_fix tests for FileProcessingStep model
...
- Replace ProcessingLog-based tests with FileProcessingStep-based tests
- Update to use step_manager functions (get_file_overall_status, get_step_summary)
- All 6 tests (3 status + 3 metrics) now pass
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-12 02:01:26 +00:00
copilot-swe-agent[bot]
52b65868a4
refactor: Address code review feedback - remove redundant imports and use _ for unused variables
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-11 19:42:17 +00:00
copilot-swe-agent[bot]
d8d4294ff0
fix: Make _compute_step_summary order-independent to fix dashboard status bug
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-11 19:38:29 +00:00
copilot-swe-agent[bot]
0fc3fca1b2
style: format test file with black
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-11 18:36:42 +00:00
copilot-swe-agent[bot]
2470768599
test: add timestamps to MockLog for consistency and clarity
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-11 18:35:29 +00:00
copilot-swe-agent[bot]
4fb696e1eb
fix: correct file status and metrics to use latest status per step
...
- Fix _compute_status_from_logs to track latest status per unique step
- Fix _compute_step_summary to count only latest status per step
- Add comprehensive tests for both fixes
- Resolves issue where completed files showed as "Processing"
- Resolves issue where metrics showed incorrect counts
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-11 18:33:41 +00:00