Code Monkey home page Code Monkey logo

clira's Introduction

clira

WARNING: This is work in progress, don't trust to use this yet.

Usage

Setup

Use the following environment variables to configure clira, with the values for your corresponding setup:

export JIRA_HOST=http://localhost:8080
export JIRA_USER=admin
export JIRA_PASSWORD=admin

List issues

clira ls

Get issue details

clira get KEY-1

Development setup

You'll need:

Clone the repo:

git clone https://github.com/ifosch/clira
cd clira

With minikube

Ensure your minikube has, at least 3 cpus and >2048 Mb of memory:

minikube stop
minikube config set memory 4096
minikube config set cpus 3
minikube delete
minikube start

Once minikube has enough resources:

kubectl apply -f manifests/local-jira.yaml

Wait until the pod is finally running, and then you'll get your JIRA to be setup:

minikube service jira

With docker-compose

This setup uses the port 8080 in your computer. Edit the docker-compose.yml file to change it.

If you prefer to use docker-compose:

cd manifests
docker-compose up

Finally, once the container is running fine, open a browser and point it to https://localhost:8008.

Project setup

Go ahead with standard JIRA setup which will require you to provide a license from Atlassian, which can be for evaluation. Then you'll have to create a user account, and a project. Ensure to have a Scrum software project, with sprints

Development commands

For testing, use go test ./... in the root directory For formatting, use your editor of choice, or run gofmt -w ., in the root directory. For running you can use go run main.go.

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.