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/issue-metrics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.21.0
Choose a base ref
...
head repository: github/issue-metrics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.22.0
Choose a head ref
  • 16 commits
  • 12 files changed
  • 3 contributors

Commits on Jun 23, 2025

  1. chore(deps): bump the dependencies group with 2 updates

    Bumps the dependencies group with 2 updates: [flake8](https://github.com/pycqa/flake8) and [pytest](https://github.com/pytest-dev/pytest).
    
    
    Updates `flake8` from 7.2.0 to 7.3.0
    - [Commits](PyCQA/flake8@7.2.0...7.3.0)
    
    Updates `pytest` from 8.4.0 to 8.4.1
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.4.0...8.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: flake8
      dependency-version: 7.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: pytest
      dependency-version: 8.4.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    d87d4e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Configuration menu
    Copy the full SHA
    228f145 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. chore(deps): bump python-dotenv in the dependencies group

    ---
    updated-dependencies:
    - dependency-name: python-dotenv
      dependency-version: 1.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    06a4304 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github/codeql-action in the dependencies group

    Bumps the dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 3.29.0 to 3.29.2
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@ce28f5b...181d5ee)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.29.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    4dad97e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf63dec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ed0840 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. chore(deps): bump python from f2fdaec to 6544e0e

    Bumps python from `f2fdaec` to `6544e0e`.
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-version: 3.13-slim
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    cd8e18d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #549 from github/dependabot/docker/python-6544e0e

    chore(deps): bump python from `f2fdaec` to `6544e0e`
    zkoppert authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    7112261 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. feat: add status column feature with configs to hide it

    Signed-off-by: Zack Koppert <zkoppert@github.com>
    zkoppert committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    fb669c9 View commit details
    Browse the repository at this point in the history
  2. fix: add hide_status to the env class and fix tests

    Signed-off-by: Zack Koppert <zkoppert@github.com>
    zkoppert committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    155da57 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. feat: connect status up to actual api call

    Signed-off-by: Zack Koppert <zkoppert@github.com>
    zkoppert committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    38ca291 View commit details
    Browse the repository at this point in the history
  2. test: fix tests and add test for hide status is true

    Signed-off-by: Zack Koppert <zkoppert@github.com>
    zkoppert committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    f6ab3d4 View commit details
    Browse the repository at this point in the history
  3. docs: fix formatting

    Signed-off-by: Zack Koppert <zkoppert@github.com>
    zkoppert committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    354444a View commit details
    Browse the repository at this point in the history
  4. fix: pythonic logic

    Co-authored-by: Jason Meridth <35014+jmeridth@users.noreply.github.com>
    Signed-off-by: Zack Koppert <zkoppert@github.com>
    zkoppert and jmeridth authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    117b899 View commit details
    Browse the repository at this point in the history
  5. fix: pythonic logic

    Co-authored-by: Jason Meridth <35014+jmeridth@users.noreply.github.com>
    Signed-off-by: Zack Koppert <zkoppert@github.com>
    zkoppert and jmeridth authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    543e100 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #553 from github/status-column

    feat: Status column
    zkoppert authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    f5c0d3b View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy