README.md in dri-0.10.2 vs README.md in dri-0.11.0

- old
+ new

@@ -54,12 +54,10 @@ - [2. profile](#2-profile) - [3. fetch](#3-fetch) - failures - testcases - triaged - - quarantines - - dequarantines - featureflags - runbooks - [4. publish](#4-publish) - report - [5. rm](#5-rm) @@ -101,12 +99,12 @@ There is the possibility to customise the timeframe for such failures by passing a `--start_date=DD-MM-YYYY` and `--end_date=DD-MM-YYYY`. It is also possible to pass a `--cutoff=HH:MM` to just show failures after a certain period of the day. The cutoff time will be converted to UTC. -To surface most urgent issues pass the `--urgent` flag to see issues that are both -in `canary` and `staging-canary` pipelines just during today's timespan. +Smoke and Reliable failures will be highlighted in bold and in between *'s. These require +to have set `QA_INFLUXDB_URL` and `QA_INFLUXDB_TOKEN` environment variables to be found in 1Password. ```shell $ dri fetch testcases ``` @@ -118,22 +116,9 @@ $ dri fetch triaged ``` Fetches triaged failures which use the triage emoji specified in `dri profile`. -```shell -$ dri fetch quarantines -``` - -Fetches open quarantine Merge Requests to be reviewed - -```shell -$ 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.