Added a logger call when an invalid subject attribute error is raised in a request handler.
Empty country code is now considered as a valid country code when creating a new certificate.
Changed tests accordingly.
Added REST API tests covering whether specifying an invalid country code when making new certificate requests results in a Bad request HTTP status code and a particular response
Covered test cases where CertificateService should/shouldn't raise InvalidSubjectAttribute error
Removed assert_invalid_subject_attribute_error function in check_subject_is_valid_test.py test
Improved check_subject_is_valid_test.py by using test parametrization.
Covered the new CertificateService check_subject_is_valid with unit tests.
Improved InvalidSubjectAttribute string representation and added an "except" block in CertificateController that handles this error.
Added docstrings describing the reasons why an InvalidCertificateAttribute error might be raised in the CertificateService.
Added a new exception that is thrown when a subject with an invalid attribute is passed while creating a new certificate via CertificateService.
Added db folder to .gitignore and deleted it from the repository
Added logging of OperationalError errors
Merge remote-tracking branch 'origin/8696_Improve_database_init'
Update swagger.yaml
Re #8703 - Review -> Merge into master.
Re #8703 - Added ./robot_tests/.gitignore and changed README.md
Deleted outdated sample.robot test.
Re #8703 - Extended user_stories.robot with a test case that verifies the "User can manage certificates " user story
Added test case comments describing which FRs are being tested.
Re #8703 - Added user_stories.robot test and implemented a test case that verifies the "User Can Manage Certificate Authorities" user story
Merge branch 'master' into 8714_Robot_framework_preparation
Re #8703 - Improved sample.robot test by adding various keywords
Merge branch '8706_functional_improvement_of_gui' into 'master'
8706 functional improvement of gui
See merge request aswi/aswi-2021/aswi2021jmsd!27
Re #8706 - Bugfix of downloading identity binary files
Re #8696 - Added TODO to SQL query constant
Re #8706 - Minor adjustments of GUI
Re #8696 - Improved DB creation- secured start application without lost data
Také k dispozici: Atom