Coder Social home page Coder Social logo

evf's Introduction

evf

evf stands for Errata verion finder and this simple tool is for finding all the Jiras for the given product, component, version and status of issues. It scans all the comments in every issue and tries to find related errata. For every errata, it tries to find the corresponding release version of the product. This was originally implemented to find z-stream release versions of the OpenShift Container platform (for particular Bugzilla bugs).

Configuration

Configuration is defined in the config.yaml file in the root of this repository.This file is required and an example looks like the following (you can also check the example-config.yaml):

errata:
  url: "https://errata.devel.redhat.com/api/v1/erratum/"
  kerberos-conf: "/etc/krb5.conf"
  username: "<your Kerberos username>"
  realm: "<Kerberos Realm>"
jira:
  url: "https://issues.redhat.com"
  token: "<your Jira Access Token>"
  params:
    jql: "<jql issues search query>"
    # Example jql for all IO OCPBUGS closed in 4.12: 
    # project = "OCPBUGS" AND component="Insights Operator" AND status = Closed AND affectedversion = 4.12

You have to provide your Jira token (to be able to communicate with the Jira API) and your Kerberos settings (to be able to comunicate with the errata API).

How to run

You can run the evf with:

make run

or with:

go run cmd/evf/main.go

The output is printed to the standard output.

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.