Skip to main content

unified command line interface for posting code reviews and merge requests

Project description

Build Status

This package provides a command line interface for posting code reviews and merge requests

The post-review package works on Python versions:

  • 2.7.x and greater

  • 3.3.x and greater

The post-review package works with these services:

  • GitHub Hosted

  • GitLab Hosted

  • GitLab CE, EES, EEP

Installation

The easiest way to install post-review is to use pip:

$ pip install post-review

If you already have post-review installed and want to upgrade to the latest version:

$ pip install --upgrade post-review

Getting Started

post-review is able to determine your git service automatically. There is a one-time setup that is required to fetch your git service API keys – but post-review will instruct you at this step.

The quickest way to get started is to just run the post-review command:

$ post-review --target <target_branch>

Assuming you are using GitLab Hosted, this is what you will see for your one time setup:

$ post-review --target <target_branch>

(One Time Setup) Please create a Personal Access Token
https://gitlab.com/profile/personal_access_tokens
Scope: API, Expires: Never

Please enter your Personal Access Token: <paste_your_token_here>

The above requires you to navigate to the GitLab link to create an access token. You will need to use the API scope and make sure that it does not expire – or can rotate too. This allows grants permission for post-review to create a merge request.

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

post-review-1.3.0.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

post_review-1.3.0-py2.py3-none-any.whl (13.8 kB view hashes)

Uploaded Python 2 Python 3

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