Skip to content

Releases: flowwer-dev/pull-request-stats

v3.1.0

22 Dec 21:35
Compare
Choose a tag to compare

Added

  • Adds new available stats: reviewedAdditions, reviewedDeletions, reviewedLines, totalObservations, medianObservations, revisionSuccessRate, additions, deletions and lines.

Changes

  • commentsPerReview is calculated now as the median, not the average.

v3.0.0

12 Dec 23:17
Compare
Choose a tag to compare

✨ A new major version is here! The standout improvement is enhanced configurability for stats. It's now easier to add new stats and control which ones are displayed. Be sure to check out the new stats input.

Added

  • New stats option to specify the stats to be calculated.

Breaking changes

  • Deprecated the kebab case options: publish-as, disable-links, sort-by, slack-webhook, slack-channel and teams-webhook. Now you need to use the camel case format: publishAs, disableLinks, sortBy, slackWebhook, slackChannel and teamsWebhook.`
  • The values for sortBy have changed. REVIEWS, TIME, COMMENTS are invalid. Now you need to use the full name of the stat that will be used for sorting, for example: totalComments, timeToReview...
  • The JSON output for the action and the JSON payload for the webhook have changed. Check the new format in the webhook documentation.
  • Renamed branch master to main.

v2.15.2

01 Dec 19:50
Compare
Choose a tag to compare

Fixed

  • Prevents githubToken and personalToken from be included in the JSON output.

v2.15.1

24 Jul 23:35
Compare
Choose a tag to compare

Changes

  • Fix on "Build with" link.
  • Adds web version announcement.

v2.15.0

28 Apr 21:52
b069f4c
Compare
Choose a tag to compare

Added

  • Support for hosted GitHub variants with non-standard domains (e.g., GitHub Enterprise). Thanks to erodewald

v2.14.0

04 Mar 23:46
Compare
Choose a tag to compare

Added

  • Announcing the web version development.
  • Improved telemetry, by adding a reviewers summary.
  • "Build with" link in the footer.

v2.13.0

13 Feb 02:56
Compare
Choose a tag to compare

Added

  • exclude option to exclude specific users from the stats.

Fixed

  • Reduces the block size in the Slack messages to prevent hitting the characters limit.

v2.12.0

07 Feb 15:46
Compare
Choose a tag to compare

Changed

v2.11.0

22 Jul 20:27
Compare
Choose a tag to compare

Added

Changed

  • Changed input to camelCase format, keeping the old ones for backward compatibility. Eg: publish-as is now publishAs.

Fixed

  • #75 Iterate pull request pages correctly when having null authors (by Glen Keane)

v2.10.0

12 Jul 03:36
Compare
Choose a tag to compare

Added

  • publish-as config now supports the NONE option to prevent publishing the stats in the pull request.