Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Releases: zumba/drill-sergeant

CVE Update for Lodash

11 Jul 13:14
45513d3
Compare
Choose a tag to compare

This fixes a CVE reported in Lodash: lodash/lodash#4336

v3.1.0: Add support for exluding draft PRs

16 May 15:55
59638ac
Compare
Choose a tag to compare

v3.0.0: Slack support and security updates

30 Jul 15:08
bfdbf66
Compare
Choose a tag to compare

Added Slack support via a new notifier.

To utilize:

drillsergeant -r user/repo --slack-webhook https://hooks.slack.com/services/<your_tokens>

There was some security vulnerability patched surrounding nodemailer. Some BC-incompatible changes were made to the email notifier due to this change.

v2.1.1 - Minor security release

27 Apr 14:55
15f6e47
Compare
Choose a tag to compare

v2.1.0

21 Mar 13:34
8940767
Compare
Choose a tag to compare

New Feature:

  • Allow customization of email notification subject via:
--subject-template="My Customized Template (<%= date %>"

House Keeping:

  • Update eslint configuration to include describe, it, and expect global variables for mocha tests.

v2.0.0

06 Oct 14:21
6720758
Compare
Choose a tag to compare

Two new features added:

  • Github review filtering. You can now filter PRs that have been reviewed (or haven't been reviewed). This includes being able to set the number of approved reviews required.
  • Hipchat notifier. You can now send stale PRs to a hipchat room.

Housekeeping:

  • Dropped support for NodeJS < 6 LTS.
  • Upgraded github connectivity to use the new V4 api (graphql)
  • Switched to eslint.

1.0.0

07 Mar 22:15
Compare
Choose a tag to compare

This release adds the following features:

  • Labels for each PR are now displayed in the email notification.
  • Ability to include/exclude PRs based on labels.
  • Added console notifier in order to get a preview of the output prior to sending the email/github labels.

v0.3.0

03 Oct 13:43
Compare
Choose a tag to compare

The stale PR title is now escaped in email notifications.

Minor change to expose PR updated time.

03 Jun 15:12
Compare
Choose a tag to compare
v0.2.1

Bumping version to v0.2.1.

Label fixes

20 Nov 19:04
Compare
Choose a tag to compare

Fixes a bug where the label option of drill-sergeant would override all labels and replace with Stale. It will now always append.

Also removes unnecessary files from the NPM package. The runtime environment does not need tests and grunt tasks.

  • Append labels #8
  • .npmignore #9