Projekt

Obecné

Profil

Stáhnout (763 Bajtů) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
5b57121e 2021-04-06 22:19 Michal Seják

Re #8476 - Refactored the application; swagger is not used for code generation anymore, REST API is being implemented from scratch. Migration only, fixing tests.

750d8afa 2021-03-10 16:36 Stanislav Král

#8219 - Changed app.py in order to test CI/CG

62c3051a 2021-03-10 16:26 Stanislav Král

#8219 - Changed app.py in order to test CI/CG

9832694f 2021-03-10 08:41 Stanislav Král

#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)

62d64d21 2021-03-05 18:40 Stanislav Král

#8219 - CI/CD progress

fc73f187 2021-03-04 23:48 Stanislav Král

#8219 - Basic project dockerization

- created docker/Dockerfile and docker-compose.yml

6e333f54 2021-03-04 21:41 Stanislav Král

#8219 - Python & Flask project initialization with a simple index endpoint

- added auto-generated .gitignore for Python and PyCharm projects