[pgAdmin4][Patch]: Use https:// to open postgres online help documents

2017-10-12 Thread Murtuza Zabuawala
Hi, PFA minor patch to use the https:// instead of http:// to open online help documents. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/help/__init__.py b/web/pgadmin/help/__init__.py index 0840698..c079a7c

pgAdmin 4 commit: Add optional TLS support to the docker container.

2017-10-12 Thread Dave Page
Add optional TLS support to the docker container. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=845b296aedaef6d22bab0184e0e2f8bc5a326fcb Modified Files -- pkg/docker/Dockerfile | 14 +++-- pkg/docker/README |

pgAdmin 4 commit: Remove the runtime zoom shortcuts from the SQL Editor

2017-10-12 Thread Dave Page
Remove the runtime zoom shortcuts from the SQL Editor shortcuts section. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a8a2947da612db1b1a13896feafe071383818590 Modified Files -- docs/en_US/keyboard_shortcuts.rst | 4 1 file

Re: [patch][pgAdmin4]: RM #2738 - Line numbers of SQL tab appear above open menus

2017-10-12 Thread Dave Page
Thanks, applied. On Thu, Oct 12, 2017 at 9:06 AM, Neel Patel wrote: > Hi, > > Please find attached patch with the fix of RM# 2738 where Code mirror sql > line number of SQL tab appear above menus. > > Do review it and let me know for the comments. > > Thanks, > Neel