GitPedia
prontolabs

prontolabs/pronto

Quick automated code review of your changes

6 Releases
Latest: 6mo ago
0.11.5v0.11.5Latest
ashkulzashkulz·6mo ago·December 5, 2025
GitHub

📋 Changes

  • [#481](https://github.com/prontolabs/pronto/pull/481) add "ostruct" as dependency for Ruby 4.0 compatibility
  • [#493](https://github.com/prontolabs/pronto/pull/493) docs: document setting an alternate default branch by @gcentauri
v0.11.4
ashkulzashkulz·1y ago·May 2, 2025
GitHub

📋 Changes

  • [#477](https://github.com/prontolabs/pronto/pull/477) fix uninitialized constant error with BitBucket integration by @krisantuswanandi
  • [#479](https://github.com/prontolabs/pronto/pull/479) relax octokit dependency to allow 10.x releases by @pbstriker38
v0.11.3
ashkulzashkulz·1y ago·January 11, 2025
GitHub

📋 Changes

  • #455: compatibility fixes for supporting octokit 8.x by @pbstriker38
  • #460: improve documentation for Gitlab CI integration by @coolprobn
  • #462: more doc improvements for Gitlab CI integration by @webit-richardkramer
  • #466: relax octokit dependency to allow 9.x releases by @pbstriker38
  • add Ruby 3.3 and 3.4 to the CI matrix
  • add [Trusted Publishing](https://guides.rubygems.org/trusted-publishing/) workflow
v0.11.2
ashkulzashkulz·2y ago·October 30, 2023
GitHub

📋 Changes

  • [#449](https://github.com/prontolabs/pronto/pull/449) relax octokit version dependency to allow releases up to 8.0
  • [#450](https://github.com/prontolabs/pronto/pull/450) introduce Pronto::Formatter.register for adding custom formatters
v0.11.1
ashkulzashkulz·3y ago·December 31, 2022
GitHub

New features

  • [#371](https://github.com/prontolabs/pronto/pull/371) allow to filter runners via config
  • [#402](https://github.com/prontolabs/pronto/pull/402) add --workdir option
  • [#410](https://github.com/prontolabs/pronto/pull/410) allow the default commit run against to be configured
  • [#435](https://github.com/prontolabs/pronto/pull/435) allow override of config file path via PRONTO_CONFIG_FILE

🐛 Bugs fixed

  • [#422](https://github.com/prontolabs/pronto/pull/422) fix Gitlab#slug_regex when URL has different host
  • [#423](https://github.com/prontolabs/pronto/pull/423) show existing message count when reporting posted messages

📋 Changes

  • [#397](https://github.com/prontolabs/pronto/pull/397) migrate CI to GitHub Actions
  • [#398](https://github.com/prontolabs/pronto/pull/398) fix duplicated runs on GitHub Actions
  • [#403](https://github.com/prontolabs/pronto/pull/403) run pronto on GitHub Actions without any reporting
  • [#408](https://github.com/prontolabs/pronto/pull/408) require rexml ~> 3.2.5 due to CVE-2021-28965
  • [#409](https://github.com/prontolabs/pronto/pull/409) add article about GitHub Actions to README.md
  • [#414](https://github.com/prontolabs/pronto/pull/414) fix typo in README.md
  • [#415](https://github.com/prontolabs/pronto/pull/415) remove deprecated pronto-bundler_audit from README.md
  • [#417](https://github.com/prontolabs/pronto/pull/417) relax rugged dependency to allow releases up to 1.2.0
  • + 5 more
v0.11.0
ashkulzashkulz·5y ago·January 31, 2021
GitHub

📋 Changes

  • [#304](https://github.com/prontolabs/pronto/pull/304) add option to limit comments per PR review
  • [#333](https://github.com/prontolabs/pronto/pull/333) add github_combined_status formatter
  • [#334](https://github.com/prontolabs/pronto/pull/334) add configurable review_type for GitHub (with REQUEST_CHANGES as default)
  • [#351](https://github.com/prontolabs/pronto/pull/351) add gitLab_mr formatter
  • [#369](https://github.com/prontolabs/pronto/pull/369) make Pronto::Git::Patch#new_file_path public
  • update to the BitBucket 2.0 API (_as the 1.0 API was deprecated_) via [#347](https://github.com/prontolabs/pronto/pull/347), [#348](https://github.com/prontolabs/pronto/pull/348), [#352](https://github.com/prontolabs/pronto/pull/352) and [#354](https://github.com/prontolabs/pronto/pull/354)
  • [#344](https://github.com/prontolabs/pronto/pull/344) treat Gemfile and .gemspecs as Ruby
  • [#380](https://github.com/prontolabs/pronto/pull/380) fix compatibility with rugged >= 0.99
  • + 8 more