Skip to main content

Syncs pull requests with ReviewBoard submissions allowing you to create a pull request and review board submission at the same time

Project description

github-reviewboard-sync

https://img.shields.io/pypi/v/github-reviewboard-sync.svg https://img.shields.io/travis/Apptimize-OSS/github-reviewboard-sync.svg Documentation Status

Syncs pull requests with ReviewBoard submissions allowing you to create a pull request and review board submission at the same time

Overview

This tool allows you to easily create a pull request and reviewboard submission at the same time

grs open my-feature-branch --github-username=MyUsername

You can also simply provide an environment variable GITHUB_USERNAME instead of passing in your github username. To add it to your bash profile simply run the following

echo 'export GITHUB_USERNAME=MyUsername' >> ~/.bash_profile

If you want to compare against a different branch and open a pull request to that branch

grs open my-feature-branch --base=version-branch

If you want to update an existing review board submission

grs open my-feature-branch -u

Installation

pip install github-reviewboard-sync

Or if you prefer

easy_install github-reviewboard-sync

Features

  • Opens a pull request on github with a sane name and message based on commits

  • Opens/updates a submission on review board with a sane summary and description based on commits

  • Adds github pull request url to review board submission and vice versa

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.5 (2016-06-03)

  • Nothing changed yet.

0.1.4 (2016-05-09)

  • Nothing changed yet.

0.1.3 (2016-05-06)

  • Nothing changed yet.

0.1.2 (2016-05-05)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

github_reviewboard_sync-0.1.5.tar.gz (18.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page