Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github-community-projects/issue-metrics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: github-community-projects/issue-metrics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 9 commits
  • 4 files changed
  • 5 contributors

Commits on Feb 10, 2026

  1. Initial plan

    Claude committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    442eeb3 View commit details
    Browse the repository at this point in the history
  2. Add grouping and sorting options for shipped work report

    - Add GROUP_BY, SORT_BY, and SORT_ORDER environment variables
    - Implement sort_issues() to sort by time_to_close, time_to_first_response, etc.
    - Implement group_issues() to group by author or assignee
    - Add comprehensive unit tests for sorting and grouping functionality
    - Update README.md with documentation for new configuration options
    
    Co-authored-by: zkoppert <6935431+zkoppert@users.noreply.github.com>
    Claude and zkoppert committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    be23814 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. fix: linting error for too many nested blocks ignored

    Signed-off-by: Zack Koppert <zkoppert@github.com>
    zkoppert committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    70c8840 View commit details
    Browse the repository at this point in the history
  2. Sort with None values at the end, regardless of sort order

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Signed-off-by: Zack Koppert <zkoppert@github.com>
    zkoppert and Copilot authored Feb 11, 2026
    Configuration menu
    Copy the full SHA
    cce4a28 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. fix: add missing blank lines between functions for black/flake8

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    zkoppert and Copilot committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    4d39eb1 View commit details
    Browse the repository at this point in the history
  2. fix: address unresolved review feedback

    - Fix EnvVars.__repr__ with proper comma separators and closing paren
    - Add descending sort order assertion to test_sort_with_none_values
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    zkoppert and Copilot committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    afcffa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11a23e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Configuration menu
    Copy the full SHA
    36170c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #674 from github-community-projects/claude/add-gro…

    …uping-sorting-options
    
    feat: add grouping and sorting options for shipped work report
    zkoppert authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    41a7961 View commit details
    Browse the repository at this point in the history
Loading