Re #8475 fix failing setup of CertificateController
Re #8475 - Add a try/catch block in order to account for invalid JSON data being passed when accessing /api/certificates endpoint
Re #8475 - Fixed minor bug in GET /api/certificates endpoint with filtering
Re #8475 - Added redirect from "/" to "/static/index.html"
Re #8475 - Getting root and trust chain from controller uses correct service
Re #8475 - Connection to the RestAPI
Re #8475 Merge master with RestAPI implemented
Re #8476 merge rest api endpointsMerge branch '8476_rest_api_endpoints' into 'master'See merge request aswi/aswi-2021/aswi2021jmsd!8
Re #8476 - Changed structure of tests- Renamed DAO integration tests so that they are found by pytest- Moved RestAPI tests from UnitTests to IntegrationTests
Re #8476 - Cleaned-up database.
Re #8476 - Heavy refactoring and added comments.
Re #8476 - Implemented and tested `get_cert_chain(id)`.
Re #8476 - Implemented and tested `get_cert_root(id)`.
Re #8476 - Implemented and tested `get_cert_details(id)`.
Re #8476 - Added `to_dict` method to Subject, minor bugfix
Re #8476 - Certificate usages bugfix (?)
Re #8476 - Added and tested `get_certificate(id)`.
Re #8476 - Fixed and tested filtering for GET /api/certificates
Re #8476 - Refactored the application; swagger is not used for code generation anymore, REST API is being implemented from scratch. Migration only, fixing tests.
Re #8476 - Implemented `list_certificates` with unit tests.
Re #8476 - Upgraded connexion -> updated requirements.txt
Re #8476 - Created basic unit tests for `create_certificate`.
Re #8476 - Finalized `create_certificate`. Update of swagger main.py
Re #8476 - Database FileAnchor utilization.
Re #8476 - Auxiliary script for database initialization, FileAnchor
Také k dispozici: Atom