Skip to main content

cloudmesh_gitissues - Manageing Issue Priorities in github

Project description

Github does not provide natively the support of priorities for issues. Cloudmesh Github Issues introduces a simple way to do so while not using labels, but by augmenting the issue body.

We provide a simple django bootstrap based portal interface that looks into the github issues and finds in the first line of an issue the priority defined with:

P:10

where 10 is the priority. If no priority is given we use 999 indicating a low priority.

Install

The install requires an install from github so you are up to date and get all needed files. If you download the package from pypi, we recommend that you do the github installation instead. We also typically recommend using virtualenv.

mkdir -p ~/github/cloudmesh
cd ~/github/cloudmesh
git clone https://github.com/cloudmesh/gitissues.git
pip install -r requirements.txt
python setup.py install

Customization

In cloudmesh_gitissues/settings.py change the list of repositories that you like to include:

REPOSITORIES = [
    ("Client", "cloudmesh", "client"),
    ("Portal", "cloudmesh", "portal"),
    ("Workflow", "cloudmesh", "workflow"),
    ("Yubikey", "cloudmesh", "yubikey"),
    ("Big Data Stack", "futuresystems" "big-data-stack"),
    ]

Each entry has the form:

(Label, git_username, git_repository)

For example the entry for:

https://github.com/cloudmesh/client

is:

("Client", "cloudmesh", "client")

A menu entry will be created for each repository with the given label.

Run portal

make run

View portal

make view

Bugs and enhancement suggestion

  • We should be able to modify the priorities in the table, and have a save button that than updates all issues (anyone wants to help?)

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

cloudmesh_gitissues-3.1.2.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distributions

cloudmesh_gitissues-3.1.2-py2-none-any.whl (12.6 kB view hashes)

Uploaded Python 2

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