issues
search
InseeFrLab
/
onyxia-api
REST API of Onyxia
https://onyxia.sh
MIT License
24
stars
29
forks
source link
Refactor and merge test classes for Command class
#441
Closed
trygu
closed
5 months ago
trygu
commented
5 months ago
Refactored Command class to harden it with more input validation (
javasecurity:S5883
)
Merged existing tests for the Command class, and added additional tests
Catch and re-throw InterruptedException in the CatalogRefresher class (I missed this from the last PR).
java:S2142
olevitt
commented
5 months ago
LGTM, thanks :+1: