prontolabs/pronto
Quick automated code review of your changes
6 Releases
Latest: 6mo ago
0.11.5v0.11.5Latest
📋 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
📋 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
📋 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
📋 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
✨ 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
📋 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
