Git Product home page Git Product logo

jira-wrangler's Introduction

jira-wrangler

A command-line helper for generating progress reports from JIRA.

Development

Pre-commit Hooks

Use ./mage hooks:enable to enable pre-commit hooks locally. Conversely, ./mage hooks:disable will disable them.

Building Locally

Use ./mage build to build release artifacts locally. Output binaries will be located in the dist folder.

Testing Locally

Use ./mage test to run unit tests locally.

Additional static checks can be run with ./mage check.

Pushing Images

To push a new jira-wrangler image from your local development environment you can use the ./mage release:image command. In order to target a specific container registry and organization the IMAGE_REGISTRY and IMAGE_ORG environment variables must be set before running the command.

Example:

IMAGE_REGISTRY=quay.io IMAGE_ORG=foobar ./mage release:image

Testing on Kubernetes

To build and apply all artifacts to a kubernetes cluster you can use the ./mage test:applydev command. The IMAGE_REGISTRY and IMAGE_ORG environment variables must be set to select where the jira-wrangler image will be pushed to and pulled from. Additionally the JIRA_TOKEN environment variable should be set to a valid personal access token for the JIRA instance you wish to connect to.

Example:

IMAGE_REGISTRY=quay.io IMAGE_ORG=foobar JIRA_TOKEN=supersecrettoken ./mage test:applydev

Note: If you are pushing jira-wrangler to a quay repository for the first time image pull may fail until the repository is made public.

License

See License.

jira-wrangler's People

Contributors

ajpantuso avatar dependabot[bot] avatar thetechnick avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

ajpantuso

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.