optittm / bugprediction

A CLI tool to assess the risk of releasing your next version. Can generate a comprehensive dataset for testing your bug prediction models.
MIT License
0 stars 1 forks source link

Check api connexion #61

Closed FredericDymko closed 1 year ago

FredericDymko commented 1 year ago

This merge request addresses several improvements and fixes related to the connectors module. The implemented changes are as follows:

  1. GLPI now checks a connection at the start of the populate command.
  2. GLPI is checked in the check command.
  3. Jira now checks a connection at the start of the populate command.
  4. Jira is checked in the check command.

Please review and merge this request to incorporate the mentioned improvements and fixes into the codebase.