- Add support for skipping a commit with '[skip ci]', '[skip buildbot]'.
- Fix GitHub token when not set. Use None instead of empty string for internal handling.
- Add configuration file.
- Allow changing the review workflow for PR without a Trac ticket.
- Update Bruno's handle.
- Add a log when failing to fetch the issue.
- Only trigger on review requests and comment creation. Not on edit, delete, dismiss.
- Declare missing github3.py dependencies in our setup.py
- Manage labels on GitHub to get some review state.
- Ignore delete events.
- Remove dependency to future.
- Ignore python-package from PR auto-tests.
- Fix the branch named send by try for a PR via GitHub hooks.
- Send GitHub hooks to Buildbot via try scheduler.
- Add separate configuration module, which should be imported first.
- Make GitHub Review comments to use a format friendly to Leaderboard.
- Remove highscores.
- Remove dependency on txghserf.
- Add total info.
- Remove future unicode_literals.
- Fix bytes/unicode for response.
- Remove dependency on epsilon.
- Add support for highscores based on Trac.
- Add alias for Hannah.
- Clean handler registration, again.
- Clean handler registration.
- Fix typo in handler registration.
- Fix event handler registration.
- Don't run as daemon by default.
- Keep backward compatiblity with old approved-at marker.
- Add option to start server with a pid file.
- Log Trac errors.
- Update Trac password.
- Update Trac password.
- Fix port for Trac server.
- Use Trac dedicated IP address.
- Fix logging of unicode text.
- Add need-review and require-changes as valid markers.
- Update the new Trac ticket workflow.
- Append comment to Trac ticket for GitHub review actions.