Closed La0 closed 5 years ago
This PR replace the /v2/path endpoint to use GCP covdir data + a redis cache.
/v2/path
Organisational data is stored in redis:
changeset:deadbeef
12345
reports
{12345: "deadbeef", ...}
The coverage data is downloaded from GCP, extracted and stored in a local file path. :warning: No coverage data is available in Redis
This PR replace the
/v2/path
endpoint to use GCP covdir data + a redis cache.Organisational data is stored in redis:
changeset:deadbeef
:arrow_right:12345
)reports
:arrow_right:{12345: "deadbeef", ...}
The coverage data is downloaded from GCP, extracted and stored in a local file path. :warning: No coverage data is available in Redis