[pgAdmin][RM5017] Use cheroot as default production server

2019-12-17 Thread Aditya Toshniwal
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

pgAdmin 4 commit: Clarify file ownership/permission requirements for ma

2019-12-17 Thread Dave Page
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

pgAdmin 4 commit: Updated node alpine image from 8 to 10.

2019-12-17 Thread Akshay Joshi
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(-)

Re: [pgAdmin][RM4988] Refactoring of all the SQL files used by pgAdmin4

2019-12-17 Thread Aditya Toshniwal
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