Skip to content

EdwOK/kup_report_generator

Repository files navigation

KUP Report generator

build release

Simple console tool to generate KUP reports based on git commits history in Azure DevOps.

Prerequisites

Before using the KUP Report generator, ensure that you have the following prerequisites in place:

Obtaining git credentials for Azure DevOps

To access the git commit history from Azure DevOps, you need to have the appropriate git credentials. Follow these steps to obtain them:

Windows

  1. Open the Credential Manager on Windows by pressing Win + R to open the Run dialog, then type control /name Microsoft.CredentialManager and press Enter.
  2. In the Credential Manager window, click on the "Windows Credentials" tab.
  3. Scroll down and look for any entries related to the Azure DevOps. These entries may start with git:https://, git:https://dev.azure.com/, or the name of your dev.azure.com organization.
  4. Click on the entry to expand it and view the stored credentials. You should see the username and the option to reveal the password.

Linux

  1. Open a terminal.
  2. Run the following command to check the stored Git credentials: git credential fill.

MacOS

  1. Open a terminal.
  2. Run the following command to check the stored Git credentials: git credential-osxkeychain get.

Installation

  1. Download the latest version of the KUP Report generator for your OS:
  1. Launch and select Install option and follow the steps.
  2. Launch and select Run and wait for the result.