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.7.1
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.7.3
Choose a head ref
  • 11 commits
  • 15 files changed
  • 4 contributors

Commits on Jan 23, 2024

  1. 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>
    pre-commit-ci[bot] authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    55dffad View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. 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
    shenxianpeng authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d4d5e3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e48cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6640e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d861a74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b79a6b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. 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>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ed7be81 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. 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>
    jcfaracco and shenxianpeng authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    da3e2c0 View commit details
    Browse the repository at this point in the history
  2. 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
    shenxianpeng authored Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8e766e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67aa80c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. 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
    shenxianpeng authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    33d922e View commit details
    Browse the repository at this point in the history
Loading