Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Releases: stojg/purr

Github draft status is now included in WIP filter

17 Apr 00:32
Compare
Choose a tag to compare

Github recently introduced draft Pull Requests (PR) https://github.blog/2019-02-14-introducing-draft-pull-requests/. This release excludes PRs in draft status in the wip filter so that they won't be sent to slack. Thanks to @ScopeyNZ for reporting and @jakedaleweb for the fix.

Including in this release is also update to go 1.12 and using go modules as a dependency manager. This changes how local development is done by following current go lang guidelines.

Use Gitlab API version 4 instead of deprecated version 3

17 Sep 21:23
Compare
Choose a tag to compare

Up-to-date installations of Gitlab has deprecated the version 3 of their API.

Filter changes

06 Dec 23:04
Compare
Choose a tag to compare

Breaking changes: New filter syntax for the configuration file, see README.md

  • Configuration format for whitelisting users has been changed to make it easier to
    add further global filters
  • enable and disable filters via the config

Changes

  • print the number of filtered pull requests in slack message
  • deduplicate github and gitlab repositories (#22)

List all of an organisations repositories

13 Oct 02:01
Compare
Choose a tag to compare

This release changes the configuration so that purr can find

  • Pull requests for all public and private repositories of Github organisation
  • Pull requests for all public repositories of a Github user
  • Removes the previous wildcard option

See configuration for the new configuration format.

Bug fix release

10 Oct 22:05
Compare
Choose a tag to compare

This release contains the following bug fixes and improvements

  • use of glide as a dependency manager to lock down the gitlab client to v3 of the gitlab API
  • escape &, > and < characters for slack
  • better Work-In-Progress (WIP) detection from the pull request titles

Exclude Github PR that are currently under review

09 May 02:57
Compare
Choose a tag to compare

This release adds functionality that fixes #8

Repo wildcard and optimisations

03 Sep 04:48
Compare
Choose a tag to compare

[0.4.0] - 2016-09-03

Added

  • debug flag -d
  • github wildcard support
  • a short summary at the bottom of the message
  • pagination for github repos

Changed

  • log output is formatted differently
  • asynchronous fetching of pull requests
  • sort gitlab pull requests on updated date

File config and user whitelist

01 Sep 23:12
Compare
Choose a tag to compare

Support gitlab

30 Aug 22:21
Compare
Choose a tag to compare

Initial release

28 Aug 07:17
Compare
Choose a tag to compare

This release contains the bare minimal working versional of purr