Skip to content

Releases: flowwer-dev/pull-request-stats

v3.2.3

Choose a tag to compare

@manuelmhtr manuelmhtr released this 14 Mar 17:08
v3.2.3
6236a66

Fixed

  • #107 Abort when no review entries are found for period
    (by pujux)

v3.2.2

Choose a tag to compare

@manuelmhtr manuelmhtr released this 03 Feb 23:25

Fixed

  • Removes the users with empty stats.
  • Limits the number of stats displayed in the Slack message to 10.

v3.2.1

Choose a tag to compare

@manuelmhtr manuelmhtr released this 20 Jan 02:16

Changes

Fixed

  • Makes the include and exclude options case insensitive (solves #101)

v3.2.0

Choose a tag to compare

@manuelmhtr manuelmhtr released this 29 Dec 03:02

Added

  • The option include to include only specific users in the stats.

v3.1.0

Choose a tag to compare

@manuelmhtr manuelmhtr released this 22 Dec 21:35

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

Choose a tag to compare

@manuelmhtr manuelmhtr released this 12 Dec 23:17

✨ 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

Choose a tag to compare

@manuelmhtr manuelmhtr released this 01 Dec 19:50

Fixed

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

v2.15.1

Choose a tag to compare

@manuelmhtr manuelmhtr released this 24 Jul 23:35

Changes

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

v2.15.0

Choose a tag to compare

@manuelmhtr manuelmhtr released this 28 Apr 21:52
b069f4c

Added

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

v2.14.0

Choose a tag to compare

@manuelmhtr manuelmhtr released this 04 Mar 23:46

Added

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