README.md in dri-0.5.1 vs README.md in dri-0.6.0

- old
+ new

@@ -64,11 +64,13 @@ - [5. rm](#5-rm) - emoji - profile - reports - [6. incidents](#6-incidents) -- [7. version](#7-version) +- [7. analyze](#7-analyze) + - stacktraces +- [8. version](#8-version) #### 1. init ```shell $ dri init @@ -121,17 +123,24 @@ $ dri fetch dequarantines ``` Fetches open dequarantine Merge Requests to be reviewed +Results are organized by environment (production, staging, staging ref and preprod). ```shell $ dri fetch featureflags ``` Fetches a list of today's feature flag changes, including the date and time in UTC of when the change occurred as well as a link to the corresponding issue from the feature-flag-log project. -Results are organized by environment (production, staging, staging ref and preprod). +```shell +$ dri fetch pipelines +``` + +Fetches a table containing last executed pipeline and its test report link for all monitored pipelines. +The timestamps are in UTC + #### 4. publish ```shell $ dri publish report ``` @@ -189,10 +198,20 @@ $ dri incidents ``` Have a quick look at currently active/mitigated incidents on GitLab services. -#### 7. version +#### 7. analyze + +```shell +$ dri analyze stacktraces +``` +Searches through any open test failure issues and publishes a report that identifies +issues that have similar stack traces. +This may be useful to identify situations where a common test failure is presenting +itself across multiple individual test cases, over a period of time. + +#### 8. version ```shell $ dri version ```