DP-3T / dp3t-sdk-backend

The backend implementation for DP3T
Mozilla Public License 2.0
198 stars 88 forks source link

Backport Key Retrieval to V1 #283

Closed martinalig closed 3 years ago

martinalig commented 3 years ago

Due to a bug found in the retrieval of keys in certain circumstances on the v1 gaen API we backport the new sql logic how to retrieve keys from v2 to v1. This has the advantage, that we only have to maintain 1 sql query for v1 and v2.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

cgrigis commented 3 years ago

I performed two tests in the last few days, and it looks like now everything is working as expected. Thanks!