All Versions
26
Latest Version
Avg Release Cycle
80 days
Latest Release
-

Changelog History
Page 1

  • v0.11.0 Changes

    ๐Ÿ†• New features

    • #304 add option to limit comments per PR review
    • #333 add github_combined_status formatter
    • #334 add configurable review_type for GitHub (with REQUEST_CHANGES as default)
    • #351 add gitLab_mr formatter
    • #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, #348, #352 and #354

    ๐Ÿ› Bugs fixed

    • ๐Ÿ’Ž #344 treat Gemfile and .gemspecs as Ruby
    • #380 fix compatibility with rugged >= 0.99
    • #387 fix running pronto inside git submodules

    ๐Ÿ”„ Changes

    • #370 allow thor 1.x gem versions
    • #379 allow rugged 1.0.x gem versions
    • ๐Ÿ’Ž #386 add ruby 2.7 to CI
    • #390 fix issue with generating Sorbet RBI
    • ๐Ÿ’Ž #396 add support for Ruby 3.0
    • document/improve GitHub Actions integration in README.md via #360, #378 and #389
    • โž• add links to additional pronto runners in README.md
  • v0.10.0 Changes

    February 03, 2019

    ๐Ÿ†• New features

    • #301: add ability to auto approve Bitbucket pull requests.
    • #331: allow to specify PATH in "run" command.

    ๐Ÿ› Bugs fixed

    • #258: fix blame returning nil when file does not exist in the git tree.
    • #270: fix ${line} in text format to mean line number.
    • #282: relax rainbow dependency.
    • #329: correctly handle renamed-only files.

    ๐Ÿ”„ Changes

    • Depend on thor 0.20.*.
    • 0๏ธโƒฃ #298: change default GitLab API endpoint to v4.
    • ๐Ÿšš #332: remove support for Ruby older than 2.3.0.
  • v0.9.5 Changes

    August 15, 2017

    ๐Ÿ› Bugs fixed

    • #253: fix an infinite loop when Bitbucket Server sends a paginated response.

    ๐Ÿ”„ Changes

    • #250: allow HTTParty 0.15.*.
  • v0.9.4 Changes

    July 15, 2017

    ๐Ÿ”„ Changes

    • #227: the repository was converted from an individual one (mmozuras/pronto) to an org (prontolabs/pronto).
    • #247: try to find GitHub pull request by sha when HEAD is detached.

    ๐Ÿ› Bugs fixed

    • #235: do not submit empty pull request reviews to GitHub.
  • v0.9.3 Changes

    May 07, 2017

    ๐Ÿ› Bugs fixed

    • #234: text formatter was not working, require delegate.rb in text_message_decorator.rb to fix.
  • v0.9.2 Changes

    April 30, 2017

    ๐Ÿ› Bugs fixed

    • #231: GitHub pull request review formatter was not working in some cases without Accept header.
  • v0.9.1 Changes

    April 23, 2017

    ๐Ÿ› Bugs fixed

    • Poper and some other runners were not working correctly. When using staged/unstaged flags, pass a string instead of Rugged::Commit as commit parameter for runners.
  • v0.9.0 Changes

    April 23, 2017

    ๐Ÿ†• New features

    • #206: add Bitbucket Server pull request formatter.
    • ๐Ÿ”ง #204: add ability configure message format for each formatter.
    • #111: add --staged option for pronto run to analyze staged changes.
    • #217: add GitHub pull request review formatter.

    ๐Ÿ”„ Changes

    • #193: rename pronto run --index option to --unstaged.
    • #49: handle nonexistence of GitHub pull requests gracefully.
    • #217: depend on octokit >= 4.7.0.
    • #224: depend on gitlab >= 4.0.0.
    • #222: prefix PULL_REQUEST_ID env variable with PRONTO_.

    ๐Ÿ› Bugs fixed

    • #215: an exclusion of files for single runner led to those files being excluded for all runners.
  • v0.8.2 Changes

    March 03, 2017

    ๐Ÿ› Bugs fixed

    • #203: fix unintentional class conversion that led to exclude config option not working.
  • v0.8.1 Changes

    February 19, 2017

    ๐Ÿ”„ Changes

    ๐Ÿ› Bugs fixed

    • #125: check whether message has a line before posting to GitLab.
    • Post on commit comments on correct commit: use message.commit_sha to set comment.sha instead of head.
    • #201: allow messages without line positions or paths.