Re #8307 - added a proof of concept that demonstrates the ability to create a chain of trust
- a Python script was added that is able to generate a chain of trust consisting of root and intermediate CAs. In addition to that a child certificate with the specified common name will be generated and signed by the intermediate CA....
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