From 55b180ac5e11690577a00f12cae09ed3c261717b Mon Sep 17 00:00:00 2001 From: Younes Oumakhou <53157340+YounesOMK@users.noreply.github.com> Date: Wed, 27 Dec 2023 18:05:57 +0100 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index cb530b9..75d58cd 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,22 @@ This project currently offers 4 connectors: -| Connector | Deducer | Description | -|------------|-------------------------------------------------|---------------------------------------------------| -| Sonar | SonarMeasureDeducer | Deduces metrics for coverage, bugs, vulnerabilities, code smells | -| GitHub | GitHubFileExistenceDeducer | Determines if a file exists in the repo | -| | GitHubLastWorkFlowDurationDeducer | Calculates duration of the last workflow | -| | GitHubLastCommitAgeDeducer | Measures time since the last commit | -| PagerDuty | PagerDutyIncidentFrequencyDeducer | Deducer for frequency of incidents | -| | PagerDutyAverageIncidentResolutionTimeDeducer | Calculates average resolution time of incidents | -| Prometheus | PrometheusServiceAvailabilityDeducer | determines the service uptime ratio over a specified period of time| - - +✅ Completed \ +🚧 In progress + +| Connector | Deducer | Description | Status | +|------------|-------------------------------------------------|---------------------------------------------------|:------:| +| Sonar | SonarMeasureDeducer | Deduces metrics for coverage, bugs, vulnerabilities, code smells | ✅ | +| GitHub | GitHubFileExistenceDeducer | Determines if a file exists in the repo | ✅ | +| | GitHubLastWorkFlowDurationDeducer | Calculates duration of the last workflow | ✅ | +| | GitHubLastCommitAgeDeducer | Measures time since the last commit | ✅ | +| | GitHubPRTimeToMergeDeducer | Measures avg pr time to merge | 🚧 | +| | GitHubIssueTimeToCloseDeducer | Measures time taken to close issues | 🚧 | +| GitLab | | | 🚧 | +| BitBucket | | | 🚧 | +| PagerDuty | PagerDutyIncidentFrequencyDeducer | Deducer for frequency of incidents | ✅ | +| | PagerDutyAverageIncidentResolutionTimeDeducer | Calculates average resolution time of incidents | ✅ | +| | PagerDutyIncidentTimeToAcknowledgeDeducer | Calculates average time to acknowldge incidents | 🚧 | +| Prometheus | PrometheusServiceAvailabilityDeducer | Determines the service uptime ratio over a specified period of time | ✅ | +| Jenkins | | | 🚧 |