exasol / extension-manager

Exasol extension-manager
MIT License
2 stars 0 forks source link

#169: Add caching for HTTP registry #170

Closed kaklakariada closed 7 months ago

kaklakariada commented 7 months ago

Closes #169

This enables caching for the HTTP registry to avoid requesting the same URL multiple times when listing extensions. The PR also cleans up log messages so it's easier to identify parts of the code that are too slow.

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
89.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

pedroscaff commented 7 months ago

@kaklakariada can you please add a short description of what exactly you did/want to achieve? otherwise I'm going through many files but without knowing the exact goal of some changes