[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 10064

Jenkins build is back to normal : pgadmin4-master-python36 #353

2017-10-12 Thread pgAdmin 4 Jenkins
See

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

Jenkins build is back to normal : pgadmin4-master-python35 #353

2017-10-12 Thread pgAdmin 4 Jenkins
See

Build failed in Jenkins: pgadmin4-master-python36 #352

2017-10-12 Thread pgAdmin 4 Jenkins
See Changes: [Dave Page] Ensure line numbers form CodeMirror don't appear on top of menus. Fixes [Dave Page] Remove the runtime zoom shortcuts from the SQL Editor shortcuts section. -

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 c

pgAdmin 4 commit: Ensure line numbers form CodeMirror don't appear on t

2017-10-12 Thread Dave Page
Ensure line numbers form CodeMirror don't appear on top of menus. Fixes #2738 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=56e1fd85f49d630b7bdb552a26bd50863bc39a8a Author: Neel Patel Modified Files -- web/pgadmin/browser/static

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 Patel > -- Dave Page Blog

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

2017-10-12 Thread Neel Patel
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 Patel RM_2738.patch Description: Binary data