Giter Site home page Giter Site logo

usefulness / issuechecker Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 0.0 876 KB

Find links on popular issue trackers and check their status. Github, Youtrack, ~IssueTracker~

License: MIT License

Kotlin 100.00%
github issues issue-tracker issue-management bug-tracker workaround links youtrack issuetracker

issuechecker's Introduction

Issuechecker


codecov  Build Project  ktlint

Maven Central

Purpose

In a project that reached maintenance phase there usually are multiple workarounds left to fix in the future.
This tools helps to find all links and check if they have been fixed already.

Supported issue trackers:

Usage

This repository contains a raw tool written kotlin, available on MavenCentral repository. Additionally, it exposes a fat Jar which serves as a CLI.

The core dependency is available under:

repositories.mavenCentral()

dependencies {
    implementation("com.github.usefulness:issuechecker:x.y.z")
}

Common application

  • CLI - A jar file available directly on Github Package Repository - download page
  • Gradle Plugin - com.starter.quality plugin runs the tool automatically under issueLinksReport name - source
  • Github Action - ⏳ In progress ⏳

CLI

Usage: issue-checker-cli [OPTIONS]

Options:
  -s, --src, --source TEXT  Source file filter, i.e. `--source **.java` to
                            find all java files
  --github-token TEXT       Github token to check private issues
  -d, --debug               Enables additional logging
  --stacktrace              Shows additional stacktrace in case of failure
  --dry-run                 Only finds all links, without checking them
  -h, --help                Show this message and exit

Sample commands:

  • Find all links in files with .kt extension:
java -jar issue-checker-cli.jar --dry-run --source "**.kt"
  • Find and check all links in files with .java extension:
java -jar issue-checker-cli.jar --source "**.java"

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.