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: cpp-linter/cpp-linter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0
Choose a base ref
...
head repository: cpp-linter/cpp-linter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.1
Choose a head ref
  • 5 commits
  • 24 files changed
  • 1 contributor

Commits on Jun 20, 2024

  1. improve creating patch for PR review suggestions (#111)

    use `INDENT_HEURISTIC` flag in call to `pygit2.Patch.create_from()`
    2bndy5 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    da582d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. pass style to clang-tidy (#114)

    resolves #113
    2bndy5 authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cf528d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. resort to paginated request(s) to get file changes (#116)

    * resort to paginated request(s) to get file changes
    * include hidden files in CI artifact upload
    * change test assets to suite coverage
    2bndy5 authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f4511cb View commit details
    Browse the repository at this point in the history
  2. Fix clang-analyzer diagnostic's bad hyperlinks (#119)

    * adjust `TidyNotification.diagnostic_link`
      address #118
    * add test
    2bndy5 authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    854c662 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Refactor creating PR review comments (#117)

    * test with clang tools v18
    * pyproject.toml use deps from requirements.txt
    * bump setuptools version per @shenxianpeng advice
    * abstract making suggestions out from GithubApiClient
    * support more true-ish values for summary-only env var
    * merge similar review comments and add test
    * switch to cspell pre-commit hook and update other pre-commit hooks
    2bndy5 authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    46f97d0 View commit details
    Browse the repository at this point in the history
Loading