Skip to content

Releases: dshevtsov/whatsup_github

v1.0.0

17 Jan 22:36
b136826
Compare
Choose a tag to compare

What's Changed

New features:

  • Add a CLI option --config for config filename
  • Add support for GitHub Enterprise repos

Maintenance:

  • Use slim linter
  • Update docs

Full Changelog: v0.5.0...v1.0.0

v0.5.0

04 Jan 20:05
b759f9c
Compare
Choose a tag to compare

What's Changed

  • Bump addressable from 2.7.0 to 2.8.0 by @dependabot in #27
  • Fix a bug "422 - Query must include 'is:issue' or 'is:pull-request'" by @dshevtsov in #28

Full Changelog: v0.4.2...v0.5.0

Blast!

12 May 15:41
Compare
Choose a tag to compare

Fixes:

Fixed a bug with non-working membership

Maintenance:

Added code linting on GitHub

Aha

06 Apr 19:54
61e8a46
Compare
Choose a tag to compare
Aha

Added authentication via an environment variable WHATSUP_GITHUB_ACCESS_TOKEN

Boo-yah

30 Mar 19:00
5296964
Compare
Choose a tag to compare

General

  • Loading more data about pull requests via API
  • Loading data about configured organization members via API
  • Upgraded gem specs
  • Removed non-working tests.

New configuration option

Added membership to configuration. Value: name of an organization to check membership of a contributor.

New output data

Added merge_commit, labels, and membership to YAML output.
Values for membership:
- true if contributor is a member of the configured organization
- false if not a member
- empty if not configured

Removed output data

The profile field has gone.