Hi Hackers,
Attached is the patch to use https://pypi.org/project/cheroot/ instead of
current flask dev server. cheroot is a stable production ready server.
Plus, flask dev server is not recommended for production.
Code is changed to use cheroot only when DEBUG is False, otherwise you the
default
Clarify file ownership/permission requirements for mapped files in the
container.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=60304e5a46fd78ab39ff740705331ed5a49e1b15
Modified Files
--
docs/en_US/container_deployment.rst | 11
Updated node alpine image from 8 to 10.
Branch
--
master
Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=584a200bf0ea4683cdc6f3fd2f5781657b795931
Modified Files
--
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hi Hackers,
Had couple of typos in the previous patch. Although the edit types were
passed to the front end, they were not filtered and all the types were
displayed in edit table dialog.
Kindly find the patch to fix it.
On Mon, Dec 16, 2019 at 6:54 PM Akshay Joshi
wrote:
> Thanks, patch applied