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: dfabffc
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: 62a74a3
Choose a head ref
  • 3 commits
  • 16 files changed
  • 4 contributors

Commits on Nov 4, 2024

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

Commits on Nov 8, 2024

  1. chore(deps): bump python from 3.12-slim to 3.13-slim (#180)

    * chore(deps): bump python from 3.12-slim to 3.13-slim
    
    Bumps python from 3.12-slim to 3.13-slim.
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * feat: Update publish-image.yml to check Dockerfile
    
    * fix: Update publish-image.yml
    
    * fix: Update publish-image.yml
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: shenxianpeng <xianpeng.shen@gmail.com>
    dependabot[bot] and shenxianpeng authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    651c76b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. feat: add merge_base to check the branch is rebased (#192)

    * feat: check merge base (WIP)
    
    * feat: check merge base (WIP)
    
    * ci: auto fixes from pre-commit.com hooks
    
    * fix pre-commit check issues
    
    * Update commit_check/branch.py
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update .commit-check.yml
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * feat: add noxfile.py
    
    * ci: auto fixes from pre-commit.com hooks
    
    * fix pre-commit check
    
    * Update noxfile.py
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * fix: update merge_base feature
    
    * feat: refactor print error message
    
    * fix: update noxfile.py to fix workflow
    
    * fix: update noxfile.py to fix workflow
    
    * fix: update noxfile.py to fix finding wheel
    
    * fix: update noxfile.py
    
    * test: disable run commit-check
    
    * fix: revert main.yml
    
    * ci: auto fixes from pre-commit.com hooks
    
    * fix: removed does work test case
    
    * fix: update merge_base regex
    
    * fix: refactor code based on review
    
    * fix: update noxfile.py to fix lint
    
    * refactor: update commit-check.yml
    
    * test: add test for git_merge_base()
    
    * refactor: update util_test.py
    
    * feat: add new tests
    
    * refactor: update test
    
    * test: add tests for main and branch
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    3 people authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    62a74a3 View commit details
    Browse the repository at this point in the history
Loading