-
-
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.7.1
head repository: commit-check/commit-check
compare: v0.7.3
- 11 commits
- 15 files changed
- 4 contributors
Commits on Jan 23, 2024
-
ci: pre-commit autoupdate (#135)
updates: - [github.com/commit-check/commit-check: v0.7.0 → v0.7.1](v0.7.0...v0.7.1) 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 55dffad - Browse repository at this point
Copy the full SHA 55dffadView commit details
Commits on Jan 30, 2024
-
chore: update .pre-commit-config.yaml and readme (#136)
* chore: update .gitpod.yml * docs: update README.rst * chore: update .pre-commit-config.yaml * chore: revert update .gitpod.yml
Configuration menu - View commit details
-
Copy full SHA for d4d5e3b - Browse repository at this point
Copy the full SHA d4d5e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e48cb8 - Browse repository at this point
Copy the full SHA 3e48cb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6640e5 - Browse repository at this point
Copy the full SHA b6640e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d861a74 - Browse repository at this point
Copy the full SHA d861a74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b79a6b - Browse repository at this point
Copy the full SHA 0b79a6bView commit details
Commits on Feb 5, 2024
-
chore(deps): bump release-drafter/release-drafter from 5 to 6 (#140)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5...v6) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed7be81 - Browse repository at this point
Copy the full SHA ed7be81View commit details
Commits on Mar 10, 2024
-
feat: enhance signoff check by adding message body and a better regex (…
…#141) * commit: Include the body when signoff is being checked The current implementation of signoff policy check is considering only the subject. This is wrong because the signoff line is added in the body of a commit message. Signed-off-by: Julio Faracco <jcfaracco@gmail.com> * Replace `get_commits_info` by `get_commit_info` This name of the function is actualy wrong because it fetches only one single commit. I also added a sha parameter to help in the future to fetch older commits from the tree. Then, we can analyse multiple commits as the original function name suggests. Signed-off-by: Julio Faracco <jcfaracco@gmail.com> * regex: Rebase the signoff regex to match the email too Before this commit, the signoff regex only looks for the exact word. This new proposal also checks if the commit has an email associated to it. Signed-off-by: Julio Faracco <jcfaracco@gmail.com> * tests: Update mock call of `get_commit_info` command This commit just updates the command line that is called by `get_commit_info` to reflect the latest changes. Signed-off-by: Julio Faracco <jcfaracco@gmail.com> * fix: update re.match to re.search to fix test failure --------- Signed-off-by: Julio Faracco <jcfaracco@gmail.com> Co-authored-by: shenxianpeng <xianpeng.shen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for da3e2c0 - Browse repository at this point
Copy the full SHA da3e2c0View commit details -
fix: autolabeler by adding pull request events (#143)
* fix: autolabeler by adding pull request events * fix: remove COMMIT_CHECK_TOKEN secrets * fix: use GITHUB_TOKEN instead
Configuration menu - View commit details
-
Copy full SHA for 8e766e5 - Browse repository at this point
Copy the full SHA 8e766e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67aa80c - Browse repository at this point
Copy the full SHA 67aa80cView commit details
Commits on Mar 11, 2024
-
docs: update README.rst and add CONTRIBUTING.md (#145)
* docs: add CONTRIBUTING.md * docs: update README.rst * fix: remove ci skip pytest from pre-commit config * chore: update .pre-commit-config.yaml
Configuration menu - View commit details
-
Copy full SHA for 33d922e - Browse repository at this point
Copy the full SHA 33d922eView 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.7.1...v0.7.3