- Refactored the `get_check_by_name` method to `get_registered_check` in the
BaseCheck class and added a `get_registered_checks` method to get all the
registered checks.
- Added a validation in the `WebsitePath` class to ensure that a check exists
when parsing the configuration file.
- Updated the existing test for parsing SSL duration and added new tests to
validate path parsing and check existence validation.
- Start implementing some tests using pytest
- Packaged using pyproject.toml
- Implemented SSL checks using httpx
- Checks can now run partially on the server, to access the configuration and determine the severity of the error if any
- Used black to format all the files
- Added an utility to convert strings like "3d" and "3w" to days
- The internal representation of SSL thresholds is now a list of tuples
- Models were lacking some relationship between Tasks and Results