Skip to main content

Command-line application to get or set github commit status.

Project description

Latest Version License Downloads Code Health

Introduction

This command-line application is mainly for continuous build and integration environments. It allows providing all of the details necessary to mark the status of a commit. For pull requests, it may read “All is Well” or “Merge with Caution” with an optional hyperlink to the CI build server, and optional description of the build failure.

This is done using the Github v3 API.

This is not a very serious package, there are not any plans to advance it further. It was authored because existing github python client packages such as pygithub3 did not offer the ability to communicate with the ‘statuses’ api endpoints, and it is preferred to provide well-readable command-line arguments in the build script than to use curl directly.

Installation

The stable version of this package is maintained on pypi, install using pip:

pip install ghstat

Generate a personal access token, https://github.com/settings/applications, enabling scope repo:status and public_repo or private_repo, respectively.

Use this token for the –token parameter, or as the environment variable GITHUB_APP_TOKEN

Examples

Failing a build on github.com:

ghstat.py set --token 0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d \
              --commit 72b74be0de46392a05d8f470b64272b8036e63f8 \
              --user jquast --repo ghstat --state success

Retrieving the status of a commit as json data to stdout:

ghstat.py get --token 0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d \
              --commit 72b74be0de46392a05d8f470b64272b8036e63f8 \
              --user jquast --repo ghstat

Linking to a private bamboo and github enterprise account:

ghstat.py set --token 0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d0d \
              --commit 0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a0a \
              --user jquast \
              --repo ghstat \
              --state success \
              --description 'build successful' \
              --target-url 'https://bamboo.mycorp.com/browse/PROJ-BUILD10-1' \
              --base-url 'https://github.mycorp.com/api/v3/'

Others

githubdate: Same thing, only it uses an .ini file instead of cmd-line parameters.

Changes

0.3.0
  • For descriptions of length greater than 140, truncate and emit a warning to standard error. It will be changed to a length of 140 ending in text marker `` (…)``.

0.2.0
  • Support python 3

  • Support token as environment value GITHUB_APP_TOKEN

  • Resolve IndexError when retrieving status for a commit without any.

0.1.0
  • Initial release to 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

ghstat-0.3.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

ghstat-0.3.0-cp27-none-macosx_10_10_x86_64.whl (6.7 kB view details)

Uploaded CPython 2.7 macOS 10.10+ x86-64

File details

Details for the file ghstat-0.3.0.tar.gz.

File metadata

  • Download URL: ghstat-0.3.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ghstat-0.3.0.tar.gz
Algorithm Hash digest
SHA256 33db7997d0f586e348fe6657256786b7bd7881349eba5ea92bd698a58641b362
MD5 60c70333112bb2a58a984445090bfb95
BLAKE2b-256 de809fa2f8c990ff07d20031b9aeaf706788338ac2292b6d64486934bd673a4a

See more details on using hashes here.

File details

Details for the file ghstat-0.3.0-cp27-none-macosx_10_10_x86_64.whl.

File metadata

File hashes

Hashes for ghstat-0.3.0-cp27-none-macosx_10_10_x86_64.whl
Algorithm Hash digest
SHA256 2d380bec486ab75e6f17cf319619f2b63267e85f95a1669e858b628aa0bd4291
MD5 dcf52f130ed4a707419c68923ac414c5
BLAKE2b-256 1539e5abb68906993d563b90ce074ebeec8ccb9b6d773fbc7019758c2fb123d0

See more details on using hashes here.

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