-
-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: commit-check/commit-check
base: v0.10.0
head repository: commit-check/commit-check
compare: main
- 13 commits
- 19 files changed
- 8 contributors
Commits on Jul 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2491296 - Browse repository at this point
Copy the full SHA 2491296View commit details
Commits on Aug 11, 2025
-
chore(deps): bump actions/download-artifact from 4 to 5 (#262)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d76ce14 - Browse repository at this point
Copy the full SHA d76ce14View commit details
Commits on Aug 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1b8ff4e - Browse repository at this point
Copy the full SHA 1b8ff4eView commit details
Commits on Aug 25, 2025
-
fix: skip signoff check merge commits (#266)
* Initial plan * Fix signoff check to skip merge commits like imperative check does Co-authored-by: shenxianpeng <[email protected]> * Fix main.py to pass commit_msg_file parameter to check_commit_signoff Co-authored-by: shenxianpeng <[email protected]> * chore: update by pre-commit run -a * fix: ensure commit message is not a merge commit --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: shenxianpeng <[email protected]> Co-authored-by: shenxianpeng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3537653 - Browse repository at this point
Copy the full SHA 3537653View commit details
Commits on Sep 1, 2025
-
chore(deps): bump actions/attest-build-provenance from 2 to 3 (#267)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 3. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v2...v3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d37b32 - Browse repository at this point
Copy the full SHA 9d37b32View commit details
Commits on Sep 3, 2025
-
feat: add alias
cchk
forcommit-check
(#268)* feat: add alias for commit-check * chore: pre-commit autoupdate * fix: rename cc to cchk
Configuration menu - View commit details
-
Copy full SHA for bed0271 - Browse repository at this point
Copy the full SHA bed0271View commit details
Commits on Sep 4, 2025
-
docs: Add comprehensive GitHub Copilot development instructions (#270)
* Initial plan * Plan creation and initial repository exploration Co-authored-by: shenxianpeng <[email protected]> * Create comprehensive .github/copilot-instructions.md with validated commands and timing Co-authored-by: shenxianpeng <[email protected]> * ci: auto fixes from pre-commit.com hooks --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: shenxianpeng <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc9dd4e - Browse repository at this point
Copy the full SHA dc9dd4eView commit details
Commits on Sep 7, 2025
-
feat: update prepare-commit-msg to commit-msg (#274)
fix: update prepare-commit-msg to commit-msg
Configuration menu - View commit details
-
Copy full SHA for dc169ba - Browse repository at this point
Copy the full SHA dc169baView commit details
Commits on Sep 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ea530a - Browse repository at this point
Copy the full SHA 6ea530aView commit details -
chore(deps): bump CodSpeedHQ/action from 3 to 4 (#278)
* chore(deps): bump CodSpeedHQ/action from 3 to 4 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 3 to 4. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v3...v4) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Enable instrumentation mode for CodSpeed action Added instrumentation mode to CodSpeed action. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xianpeng Shen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 313d2ea - Browse repository at this point
Copy the full SHA 313d2eaView commit details
Commits on Sep 9, 2025
-
refactor: reduce functions cognitive complexity (#276)
* refactor: reduce #275 its cognitive complexity * refactor: move _find_check to util * refactor: add _print_failure to call * refactor: add _print_failure to util * Update commit_check/util.py Co-authored-by: Copilot <[email protected]> * fix: update util to pass lint --------- Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8991ac1 - Browse repository at this point
Copy the full SHA 8991ac1View commit details -
feat:
commit-check
support reads piped STDIN (#272)* feat: support check stdin for commit-check * fix: update tests * Update commit_check/branch.py Co-authored-by: Copilot <[email protected]> * Apply suggestion from review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Apply suggestion from @shenxianpeng * fix: update test_check_imperative_empty_checks * fix: update to fix lint error * fix: update test * chore: update .pre-commit-config.yaml * Update commit_check/main.py Co-authored-by: Copilot <[email protected]> * docs: remove comment * docs: remove comment --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a673de4 - Browse repository at this point
Copy the full SHA a673de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48de738 - Browse repository at this point
Copy the full SHA 48de738View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.10.0...main