Skip to content

0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Dec 01:06
· 54 commits to main since this release
f285722

Bug Fixes

  • (tui) Update rule statistics with live job completions (#3)
  • (tui) Improve INCOMPLETE status detection and display
  • (parser) Improve workflow status detection with incomplete markers
  • (parser) Improve status detection for failed/incomplete workflows
  • (tui) Allow thread stats updates for metadata completions
  • Address CodeRabbit review feedback
  • (tests) Use str for job_id in augment tests
  • (tests) Make timestamp tests timezone-agnostic
  • (models) Subtract incomplete jobs from pending count (#5)
  • (parser) Filter stale incomplete markers by workflow start time (#6)
  • (tests) Resolve mypy type errors in test fixtures

Features

  • Add INCOMPLETE workflow status for interrupted pipelines (#1)
  • (tui) Improve INCOMPLETE workflow display with yellow progress bar (#2)
  • (tui) Add threads column to Rule Statistics panel
  • (estimator) Add thread-aware ETA estimation

Miscellaneous Tasks

  • Bump version to 0.2.0

Other

  • Add mypy to pre-commit hooks (#9)

Tests

  • Add test coverage for thread-aware features
  • Add coverage for critical estimator and models code
  • (tui) Add fixtures and tests to improve coverage (#7)
  • (tui) Add tests for rule stats, panels, and init methods