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: commit-check/commit-check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.2
Choose a base ref
...
head repository: commit-check/commit-check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.3
Choose a head ref
  • 12 commits
  • 18 files changed
  • 4 contributors

Commits on Nov 14, 2024

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

Commits on Nov 18, 2024

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

Commits on Nov 26, 2024

  1. feat: support nox and update readme (#202)

    * fix: update noxfile.py to fix Sessions defined in /workspace/commit-check/noxfile.py:
    
    * lint
    - test-hook
    - build
    - install-wheel
    - commit-check
    - coverage
    - docs
    
    sessions marked with * are selected, sessions marked with - are skipped.
    
    * feat: add docs-live
    
    * docs: update to add example
    
    * docs: update to add example
    
    * feat: use nox commands in pipeline
    
    * feat: use nox commands in pipeline
    
    * fix: remove cd to docs step
    
    * fix: get branch name to fix ci failure
    
    * fix: update noxfile.py
    
    * fix: add build session back
    
    * fix: install then run test
    
    * fix: install nox for test
    shenxianpeng authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7de6ac2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

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

Commits on Dec 29, 2024

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

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    c8602e5 View commit details
    Browse the repository at this point in the history
  2. fixup: update path to fix online docs (#208)

    * fix: update publish_dir to fix online docs
    
    * fixup! fix: update publish_dir to fix online docs
    
    * chore: update ubuntu-latest to ubuntu-24.04
    shenxianpeng authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    8593c6b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

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

Commits on Jan 27, 2025

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

Commits on Jan 28, 2025

  1. add more tests and update pre-commit hook to ruff (#211)

    * add test and update hook to ruff
    
    * feat: add more test
    
    * fix: update commit_test.py
    shenxianpeng authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    91ee12b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. fix: ensure all checks pass without overwriting previous failures (#213)

    * test: test multiple checks with different results
    
    * fix: ensure all checks pass without overwriting previous failures
    
    Passing checks could overwrite a previous failing check and result in
    returning with an exit code of 0 when a check failed
    
    * style: match formatting to other tests
    
    * style: revert automatic formatting
    
    * fix: add missing imports
    
    * chore: ignore missing return
    
    All code paths are covered here, checked by the assert
    
    * refactor: remove duplicate mock
    B-McDonnell authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    d9a8729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99bcd12 View commit details
    Browse the repository at this point in the history
Loading