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
Syncs pull requests with ReviewBoard submissions allowing you to create a pull request and review board submission at the same time
Free software: MIT license
Documentation: https://github-reviewboard-sync.readthedocs.org
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
File details
Details for the file github_reviewboard_sync-0.1.5.tar.gz
.
File metadata
- Download URL: github_reviewboard_sync-0.1.5.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6204cff5f46ca2900202d5fcb0b732cd491a46495921eaee977c7db2ca79947e |
|
MD5 | 6fa37b6d85605e630a1cbdc9643fb3dc |
|
BLAKE2b-256 | e5aa5779944c9530f381fd2e463f6d96e4510cc7071bb5a296b6ae7fa188e9e4 |