ita-social-projects / OoS-Backend

Out of School: The platform for choosing an extracurricular activity for your children
MIT License
13 stars 6 forks source link

Kyryk/Implemented healthcheck endpoint #1584

Open Tetyana-K opened 1 month ago

Tetyana-K commented 1 month ago

Implemented the ServiceController for handling health check requests. Added unit tests to verify the functionality of the health check endpoint.

Work in progress. Thank you to all reviewers for your time and feedback)

VadymLevkovskyi commented 1 month ago

@Tetyana-K could you explain why we can't use standard approach for health checks from Asp.Net ? Your code seems to be valid, but it's bit "excessive".

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud

Tetyana-K commented 1 month ago

Thank you for the comment, I agree, corrected it.