Mercurial > p > roundup > code
comparison CHANGES.txt @ 6555:34cbd0e633d2
Added FastCGI deployment info, updated Docker docs; docker-compose added
This moves the Docker files to the subdirectory scripts/Docker.
Attempted to provide a slightly guided install of a tracker using the
roundup_start script
It include the docker-compose.yml file donated by Norbert
Schlemmer. Hopefully I didn't break it when modifying it for it's new
home.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 Dec 2021 19:19:52 -0500 |
| parents | 3cae70995eff |
| children | 8687c096a945 |
comparison
equal
deleted
inserted
replaced
| 6554:576d630fc908 | 6555:34cbd0e633d2 |
|---|---|
| 75 on login. (Ashley Burke) | 75 on login. (Ashley Burke) |
| 76 - enable HTTP/1.1 for roundup-server. This enables keep-alive for | 76 - enable HTTP/1.1 for roundup-server. This enables keep-alive for |
| 77 faster response/loading. Also eliminates stalls when the front end web | 77 faster response/loading. Also eliminates stalls when the front end web |
| 78 server uses http 1.1 but the roundup-server uses 1.0. New option | 78 server uses http 1.1 but the roundup-server uses 1.0. New option |
| 79 "-V HTTP/1.0" can turn it off. (John Rouillard) | 79 "-V HTTP/1.0" can turn it off. (John Rouillard) |
| 80 - issue2551163 - add scripts/Dockerfile to provide basic support for | 80 - issue2551163 - add scripts/Docker/Dockerfile to provide basic support for |
| 81 containerization. See installation.txt for details. (John Rouillard) | 81 containerization. See installation.txt for details. (John Rouillard) |
| 82 - issue2551163 - add scripts/Docker/docker-compose.yml to get a | |
| 83 mysql/roundup deployment. (Norbert Schlemmer, modified by John | |
| 84 Rouilard) | |
| 82 - REST add openapi_doc decorator to add openapi_doc to | 85 - REST add openapi_doc decorator to add openapi_doc to |
| 83 endpoints. Decorate a couple of examples. (John Rouillard) | 86 endpoints. Decorate a couple of examples. (John Rouillard) |
| 84 - REST when incorrect method is used, report allowed methods in error | 87 - REST when incorrect method is used, report allowed methods in error |
| 85 message as well as in an Allow header. (John Rouillard) | 88 message as well as in an Allow header. (John Rouillard) |
| 86 - REST change response to invalid attribute specified in path. Return | 89 - REST change response to invalid attribute specified in path. Return |
