Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Latest commit

 

History

History
50 lines (38 loc) · 1.74 KB

CHANGES.md

File metadata and controls

50 lines (38 loc) · 1.74 KB

Unreleased

  • [BUGFIX] Handle open pull request events.

Farcy 1.3.0 (October 8, 2018)

  • [FEATURE] Ignore PRs which contain "farcy: ignore" in the PR description.

Farcy 1.2.3 (March 19, 2018)

  • [BUGFIX] Fix issue with github3.py version 1.0.

Farcy 1.2.1 (March 15, 2018)

  • [BUGFIX] Fix imports.

Farcy 1.2 (March 15, 2018)

  • [FEATURE] Support user blacklists.

Farcy 1.1 (January 13, 2015)

  • [FEATURE] Provide an SCSS-Lint handler for css and scss .css and .scss files.
  • [BUGIFX] Handle github3.exceptions.ServerErrors in the event loop.
  • [BUGFIX] Add catch-all for exceptions that could occur when handling a PullRequest or Push event.
  • [CHANGE] Drop python 3.2 support (not easily supported by coveralls and is minimally used: praw-dev/praw#532 (comment)).

Farcy 1.0 (September 23, 2015)

  • [FEATURE] Automatically process new and updated pull requests from github repo.
  • [FEATURE] Enable config options to be given both in a config file and on the command line.
  • [FEATURE] Manually process a single pull request from the command line.
  • [FEATURE] Provide an ESLint handler for javascript .js and .jsx files (well tested).
  • [FEATURE] Provide a Flake8 handler for python .py files (minimally tested).
  • [FEATURE] Provide a JSXHint handler for javascript .js and .jsx files (moderately tested).
  • [FEATURE] Provide a Pep257 handler for python .py files (minimally tested).
  • [FEATURE] Provide a Rubocop handler for ruby .rb files (well tested).
  • [FEATURE] Support a maximum visible Farcy comment limit on a single pull request.
  • [FEATURE] Support file exclusion paths. file.
  • [FEATURE] Support user whitelists.