Re #8652 - Updated the conversion method of dates from db to ca index format.
Re #8652 - Updated the `cert_to_dict` functions in order to keep returning the formatted date as opposed to the value stored in db (which is not a timestamp).
Re #8652 - Updated the way valid_from/to fields are stored (str -> int). Used `timegm` from `calendar` for time_struct to utc unix timestamp conversion.
Re #8652 - Removed redundant "== ''" checks for date types.
Re #8652 - Certificate date types updated (str -> int)
Re #8652 - Certificate table datatype updates (valid_from, valid_to, revocation_date, deletion_date: TEXT => INTEGER)
Add systemd script
Re #8779 - Implemented disabling logging during tests
Re #8880 - Edited config file (inserted RootDir)- improved creating of logs and db directories
Re #8701 - Fixed failing robots test
Re #8701 - Improved certificate creation page (displaying issuer)
Re #8701 - Improved created certificate page and empty list display
Re #8701 - Design improvements of GUI
Re #8589 - Implemented get_root(unique_id) in CertificateService
Re #8587 - Check of country code field when creating certificate
Re #8587 - Error handling improved in all javascript files
Re #8697 - architecture synchronized with the current state of the project
Merge branch '8778_Subject_country_code_assertion' into 'master'
8778 subject country code assertion
See merge request aswi/aswi-2021/aswi2021jmsd!30
Merge branch 'master' into '8778_Subject_country_code_assertion'
Extended check_subject_is_valid_test.py with a parametrized test (added "" country code)
Merge branch '8885_Global_exception_handler' into 'master'
8885 global exception handler
See merge request aswi/aswi-2021/aswi2021jmsd!29
Moved global error handlers out of the CertificateController to a separate file.Renamed generic exception handlers.
Added a global error handler for generic exceptions.Covered the added global exception error handler in a test.
Added a global error handler for DatabaseException errors.Covered the added global DatabaseException error handler in a test.
Added a global error handler for CryptographyException errors.Added a dependency ony pytest-mock library in order to be able to mock method calls in tests.Covered the added global CryptographyException error handler in a test.
Také k dispozici: Atom