Re #8512 - Rewritten ERA model
Re #8512 - Minor updates of parameters and method names.
Re #8512 - Parameter updates, parameter names shown.
Re #8512 - Updated the architecture according to discussion conclusion.
Re #8474 - Added Bootstrap .map files
Re #8474 - Fixed index.html table header alignment
Re #8474 - Separated issuer and subject in create_certificate.html
Re #8474 - Styling of create_certificate.html using Bootstrap
Re #8474 - Styling of index.html using Bootstrap
Re #8474 - Added Bootstrap resources
Re #8474 - Created create_certificate.html for creating certificates
Re #8474 - Created index.html with certificate listing
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