Giter VIP home page Giter VIP logo

ansible-network-triager's Introduction

Ansible Network Triager

Set repositories of interest and run with triager -c /path/to/config.yaml

This tool assists in weekly bug triages by fetching all issues and pull-requests from repositories specified in the config file that were created (or updated) since a pre-defined number of days (timedelta). These are also filtered by the labels set in the config file. In case no labels are specified, then items that are currently unassigned are pulled.

By default, this prints out a table built from the fetched content to the console. When run with --send-email it also emails this table to all the listed maintainers.

Installation

pip install git+https://github.com/ansible-network/ansible-network-triager.git@master

Usage

Options Usage
'-c' Path to config file (selects 'config.yaml' in current working directory by default)
'--log' Print logging information on the console (default level set to INFO)
'--log-to-file' Dump logging information to a specified file (if no file is specified, the data will be written to /tmp/triager_{{ timestamp }}.log)
'--debug' Bumps logging level to DEBUG
'--send-email' Send the triaged table as an email to the list of maintainers

Notes

  • An example config file (example-config.yaml) has been placed in this repository for reference.
  • Tested with Python 3.6
  • This tool gets installed as a part of ansible-network-tools package.

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

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.