Re #8472 - Changed order of create_sscrt method parameters
Re #8472 - Changed some parameter names in create_csr method and renamed make_csr_test.py to create_csr_test.py
Re #8472 - Changed access modifier of run_for_output method to private (was protected previously)
Re #8472 - Changed access modifier of subject_to_param method to private (was protected previously) and added docstring to it
Re #8472 - Changed access modifier of sign_csr method to private (was protected previously)
Re #8472 - Changed access modifier of create_csr method to private (was protected previously)
Re #8472 - Removed useless private key generation in verify_ca_test.py
Re #8472 - Changed access modifiers of some methods and fixed verify_ca_test.py
Re #8472 - Added new line to `_run_for_output` method's docstring
Re #8472 - Removed unused method parameters
Re #8472 - Renamed `verify_ca` method to `verify_cert` and improved its documentation
Re #8472 - Improved `create_crt` documentation
Re #8472 - Renamed `make_csr` method to `create_csr`
Re #8472 - Added few unit tests that perform further testing of _run_for_output method
Re #8472 - Added verify_ca method that verifies whether a certificate has expired
Added 3 unit tests that verify the added method.Added "days" parameter to some methods in order to be able to specify the number of days after which the generated certificate will expire.
Re #8472 - Small changes in the documentation
Re #8472 - Added create_crt method that creates a certificate
Added 3 unit tests testing the added method.
Re #8472 - Added sign_csr method that signs a CSR
Re #8472 - Added make_csr method that makes a CSR
Added 2 unit tests testing the added method.Moved CryptographyService tests into a separate files
Re #8472 - Added create_sscrt method that creates a self signed certificate
Added 5 unit tests verifying the validity of the certificate generation.
Re #8472 - Added CryptographyService class and implemented a method to generate private keys
Added CryptographyException exception that is thrown when incorrect parameters are passed to openssl or when openssl process exits with non-zero return code.Added 3 unit tests verifying the validity of the private key generation.
Fixed a typo
Re #8429 - Updates resulting from the standard review.
Re #8429 - Fixed minor issues discovered during Architecture Documentation updates.
Re #8429 - Completed the contained artefacts according to discussion conclusion.
Re #8429 - Finished discussion-independent updates.
Re #8305 create era modelMerge branch '#8305_Create_ERA_model' into 'master'See merge request aswi/aswi-2021/aswi2021jmsd!5
Re #8305 - Edited ERA model and script for generate database- password column migrated from Certificate table to PrivateKey table
Re #8305 - Created ERA model and DB script- ERA model- script for generate DB- script for insert default values into DB
Re #8306 architecture mergeMerge branch '#8306_architecture' into 'master'See merge request aswi/aswi-2021/aswi2021jmsd!4
Re #8306 - Removed a redundant, empty model.
Re #8306 - Architecture overview saved.
Re #8306 - Architecture overview added.
Re #8306 - Added sequence diagrams for OpenSSL calls
Re #8306 - Minor changes to the architecture design.
Re #8306 - Created Class UML diagram, prepared the issue for reviewal.
Re #8306 - Added a Main Sequence Diagram
Re #8306 - Activity diagram created, Requirement model directory created
Re #8310 - Updated the use case diagram with accordance to new requirement specifications.
Re #8310 updated use case diagram
Changed README.md
Testing GitLab+MS Teams pipelines integration (this one should pass)
Testing GitLab+MS Teams pipelines integration (this one should fail)
changed README.md
#8224 - Merge branch '#8224_Create_requirements_model' into 'master'See merge request aswi/aswi-2021/aswi2021jmsd!2
#8219 Update .gitlab-ci.yml - missing space in `only` clause - fixed failing pipeling
Merge branch '8219_CICD_Test' into 'master'
8219 cicd test
See merge request aswi/aswi-2021/aswi2021jmsd!1
#8219 Update .gitlab-ci.yml- removed build step- setup deploy on master only- enable tests everywhere
#8224 - Create EAP project for diagrams
#8219 - Changed app.py in order to test CI/CG
#8219 - Changed .gitlab-ci.yml
#8219 - Rollbacked timeout argument in pip3 install command in the gunicorn Dockerfile
#8219 - Changed gunicorn Dockerfile
#8219 - Change .gitlab-ci.yml
#8219 - Dockerization improvements and gunicorn WSGI implementation
- when using docker to run the application nginx proxy is now used (app is then available at localhost:80)
#8219 - CI/CD progress
#8219 - added CI/CD pytest stage
#8219 - Updated README.md
#8219 - Updated README.md so it contains Docker deployment description
#8219 - Basic project dockerization
- created docker/Dockerfile and docker-compose.yml
#8219 - Added recommended Python interpreter version to README.md
#8219 - Removed a new line character
#8219 - Added "Testing" section to README.md
#8219 - Added pytest dependency used for testing
- added a simple testcase that checks whether index page is being served correctly
#8219 - Python & Flask project initialization with a simple index endpoint
- added auto-generated .gitignore for Python and PyCharm projects
Update README.md
Add .gitlab-ci.yml
Initial commit