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-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-rc4
Choose a base ref
...
head repository: cpp-linter/cpp-linter-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0-rc5
Choose a head ref
  • 11 commits
  • 76 files changed
  • 3 contributors

Commits on Sep 21, 2024

  1. gimme them badges

    2bndy5 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    c0f1ea5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Release trial follow up (#41)

    * adapt node-binding into a CLI package
    * better docs
    * enforce LF on JS files at checkout
    * create eslint config & add CI job to run it
    * bump min node engine per codacy advise
    2bndy5 authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a884312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7732676 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Add changelog and automate version bump and release workflows (#42)

    - add a change log
    - updates CI triggers
    - adds a workflow to bump version numbers and create a GitHub release
    
    The new changelog is hosted in docs, but it is not updated until bumping version numbers (and creating a release). The intention is to keep merge conflicts minimal among simultaneous PRs.
    2bndy5 authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6f7feb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Bump the npm group with 2 updates (#43)

    Bumps the npm group with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).
    
    
    Updates `@eslint/js` from 9.11.0 to 9.11.1
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/commits/v9.11.1/packages/js)
    
    Updates `eslint` from 9.11.0 to 9.11.1
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.11.0...v9.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@eslint/js"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    afd9198 View commit details
    Browse the repository at this point in the history
  2. Move logic for release notes generation from Python script to Jinja t…

    …emplate (release CI) (#44)
    2bndy5 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0f1a348 View commit details
    Browse the repository at this point in the history
  3. add ReadTheDocs config (#45)

    used for PR previews of doc changes
    2bndy5 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4f6d221 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. fix: propagate errors (#47)

    This follows idiomatic rust [error handling] by using the [anyhow library].
    
    [error handling]: https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html
    [anyhow library]: https://crates.io/crates/anyhow
    
    * setup non-system python in CI's sdist build job
    * improve log output for silent errors
    * remove trailing '/' in endpoint url
    * add user-agent header; adjust auth haeader value
    * skip serializing `ReviewComment::start_line` if it is null
    * add tests; review error handling
    * fix review dismissal and thread comment updating
    * use test profiles
    * upload coverage reports from windows runners to codecov.io
    2bndy5 authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    20c96ef View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. rename repository

    updates all hyperlinks to the repository
    2bndy5 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    5e3d93f View commit details
    Browse the repository at this point in the history
  2. fix bump-n-release CI workflow

    - setup node.js
    - install napi CLI
    - configure git credentials
    2bndy5 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    cc3ced6 View commit details
    Browse the repository at this point in the history
  3. Bump version to v2.0.0-rc5

    2bndy5 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    12ecf9f View commit details
    Browse the repository at this point in the history
Loading