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.9.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: main
Choose a head ref
  • 18 commits
  • 36 files changed
  • 2 contributors

Commits on May 9, 2024

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

Commits on Jun 1, 2024

  1. fix test affected by #108 (#109)

    resolves #108
    2bndy5 authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    1f67e57 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

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

Commits on Sep 20, 2024

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

Commits on Oct 5, 2024

  1. feat: capture and output clang version used in feedback (#124)

    also fix some errors:
    1. about filter files per clang tool
    2. merged suggestions' file name must match exactly
    3. tool summary exclusion from PR review summary
       when tool was not used at all OR review was not requested from a particular tool
    2bndy5 authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    a6f4e5d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix: enhance parsing paginated diffs (#125)

    - fixes libgit2 diff parsing errors in paginated responses about changed files' diff.
    - allows renamed files to be scanned entirely when the source file's content has not changed (when using paginated responses)
    - add tests, but ignores coverage for critical errors (like malformed JSON responses)
    2bndy5 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    baee3c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. prefix every review comment (#132)

    With the html marker used in our other generated comments. This is to avoid ambiguity and help on-board new features in #131.
    2bndy5 authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    96835b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. add: File IO timeout API (#133)

    Born from the discussion in #129 and continued in #130. This adds timeout-oriented functions for reading and writing to the scanned source files.
    
    This supersedes #130 and resolves #129.
    
    * run clang-format before clang-tidy
    * prevent busy waits and log errors
    2bndy5 authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    ce03c41 View commit details
    Browse the repository at this point in the history
  2. fix consolidating logic for tidy diagnostics (w/o suggestion)

    git ignore lcov.info
    2bndy5 committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    d6bfbcc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. feat: update Python support versions (#134)

    * feat: update support python versions
    
    * update classifiers in pyproject.toml
    
    * Update pyproject.toml
    
    Co-authored-by: Brendan <2bndy5@gmail.com>
    
    * update name to my chinese
    
    * update patcher.py per review sugsstion
    
    ---------
    
    Co-authored-by: Brendan <2bndy5@gmail.com>
    shenxianpeng and 2bndy5 authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    239d6b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. adjust pre-commit CI triggers

    2bndy5 committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    4f8684c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

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

Commits on Mar 26, 2025

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