dinghy

A GitHub activity digest tool

APACHE-2.0 License

Downloads
2.4K
Stars
185
Committers
6
dinghy - 0.1.0

Published by nedbat over 2 years ago

  • First release.
dinghy - 0.3.0

Published by nedbat over 2 years ago

Added

  • The configuration file can be specified as the argument on the command line.
  • GitHub icons decorate pull requests, issues, and comments to distinguish them and indicate their status.

Changed

  • The configuration file syntax changed. Now there is a top-level digests clause and an optional defaults clause.
  • The bots setting is now called ignore_users.
  • Pull request review threads are presented hierarchically.
dinghy - 0.5.1

Published by nedbat over 2 years ago

Changed

  • Indentation tweaks to make thread structure clearer.
dinghy - 0.4.0

Published by nedbat over 2 years ago

Added

  • A repo URL will report on both pull requests and issues in the repo.
dinghy - 0.5.0

Published by nedbat over 2 years ago

Changed

  • Pull request reviews are displayed more compactly.
dinghy - 0.6.0

Published by nedbat over 2 years ago

Added

  • GitHub's @ghost user shows up in GraphQL results as an "author" of None. Properly handle that case.

Fixed

  • Fixes to the color of labels.
  • Correct handling of HTML in bodies.
dinghy - 0.5.2

Published by nedbat over 2 years ago

Changed

  • More HTML tweaks to indentation and information.
dinghy - 0.7.1

Published by nedbat over 2 years ago

Fixed

  • Better handling of authorization problems, with error message presented so that the user can fix them.
dinghy - 0.7.0

Published by nedbat over 2 years ago

Added

  • The command line now accepts a GitHub URL to quickly get a week's digest of activity from a repo (or issues, pull requests, etc).
  • The logging level can now be specified with the -v/--verbosity command-line option.

Fixed

  • Dependencies now have minimum pins, fixing issue 1.
dinghy - 0.10.0

Published by nedbat over 2 years ago

Changed

  • Pull request data was not properly displayed: comments weren't included in the digest that should have been.
  • Pull request comments older than the cutoff date will be included if they are needed to show the discussion threads of newer comments. The old comments are shown in gray to help stay focused on recent activity.
  • Parsing of time durations was made stricter, so that "1 month" isn't mistaken for "1 minute". Fixes issue 7

Removed

  • Oops, it turns out there's no such thing as a repo project for "Projects (beta)". That thing that wouldn't have worked has been removed.
dinghy - 0.9.0

Published by nedbat over 2 years ago

Added

  • GitHub enterprise support: you can use URLs pointing to your own GitHub Enterprise installation. Only a single host can be used. Thanks, Henry Gessau.
  • A "search:" entry in the configuration file will find issues or pull requests matching the query.
  • Items in the configuration file can have title: to set an explicit title.

Deprecated

  • The pull_requests: configuration setting is deprecated in favor of search:. pull_requests: org:my_org becomes search: org:my_org is:pr.
dinghy - 0.8.0

Published by nedbat over 2 years ago

Added

  • Repo projects are supported.

Fixed

  • Error handling failed on certain errors. This is now fixed, closing issue 4.
dinghy - 0.11.0

Published by nedbat over 2 years ago

Added

  • Resolved comments are now indicated with a checkbox icon, and hover text of "resolved comment".

Fixed

  • Fixed a crash trying to get the repository for an issue in a project.