[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


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/js/browser.js| 2 +-
web/pgadmin/static/css/codemirror.overrides.css | 8 
2 files changed, 9 insertions(+), 1 deletion(-)



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: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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 changed, 4 deletions(-)



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.

--
[...truncated 341.13 KB...]
SynonymPutTestCase (Fetch synonym Node URL)
TableAddTestCase (Create Range partitioned table with 2 
partitions,
Create List partitioned table with 2 
partitions)
TableUpdateTestCase (Create partitions of existing range 
partitioned table,
Create partitions of existing list 
partitioned table,
Detach partition from existing range 
partitioned table,
Detach partition from existing list 
partitioned table,
Attach partition to existing range 
partitioned table,
Attach partition to existing list 
partitioned table)
ViewsAddTestCase (Add materialized view under schema node)
ViewsDeleteTestCase (Delete materialized view under schema node)
ViewsGetTestCase (Get materialized view under schema node)
ViewsUpdateTestCase (Update materialized view under schema node)
ResourceGroupsAddTestCase (Add resource groups)
ResourceGroupsDeleteTestCase (Delete resource groups)
ResourceGroupsPutTestCase (Put resource groups)
ResourceGroupsGetTestCase (Get resource groups)
TestSSLConnection (Test for SSL connection)

PostgreSQL 9.3:

160 tests passed
0 tests failed
15 tests skipped:
PackageAddTestCase (Fetch Package Node URL)
PackageDeleteTestCase (Fetch Package Node URL)
PackageGetTestCase (Fetch Package Node URL)
PackagePutTestCase (Fetch Package Node URL)
SynonymAddTestCase (Default Node URL)
SynonymDeleteTestCase (Fetch synonym Node URL)
SynonymGetTestCase (Fetch synonym Node URL)
SynonymPutTestCase (Fetch synonym Node URL)
TableAddTestCase (Create Range partitioned table with 2 
partitions,
Create List partitioned table with 2 
partitions)
TableUpdateTestCase (Create partitions of existing range 
partitioned table,
Create partitions of existing list 
partitioned table,
Detach partition from existing range 
partitioned table,
Detach partition from existing list 
partitioned table,
Attach partition to existing range 
partitioned table,
Attach partition to existing list 
partitioned table)
ResourceGroupsAddTestCase (Add resource groups)
ResourceGroupsDeleteTestCase (Delete resource groups)
ResourceGroupsPutTestCase (Put resource groups)
ResourceGroupsGetTestCase (Get resource groups)
TestSSLConnection (Test for SSL connection)

PostgreSQL 9.4:

160 tests passed
0 tests failed
15 tests skipped:
PackageAddTestCase (Fetch Package Node URL)
PackageDeleteTestCase (Fetch Package Node URL)
PackageGetTestCase (Fetch Package Node URL)
PackagePutTestCase (Fetch Package Node URL)
SynonymAddTestCase (Default Node URL)
SynonymDeleteTestCase (Fetch synonym Node URL)
SynonymGetTestCase (Fetch synonym Node URL)
SynonymPutTestCase (Fetch synonym Node URL)
TableAddTestCase (Create Range partitioned table with 2 
partitions,
Create List partitioned table with 2 
partitions)
TableUpdateTestCase (Create partitions of existing range 
partitioned table,
Create partitions of existing list 
partitioned table,
Detach partition from existing range 
partitioned table,
Detach partition from existing list 
partitioned table,
Attach partition to existing range 
partitioned table,
Attach partition to existing list 
partitioned table)
ResourceGroupsAddTestCase (Add resource groups)
ResourceGroupsDeleteTestCase (Delete resource groups)
ResourceGroupsPutTestCase (Put resource groups)
ResourceGroupsGetTestCase (Get resour

Jenkins build is back to normal : pgadmin4-master-python35 #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   | 76 +
pkg/docker/build.sh |  2 +-
pkg/docker/entry.sh |  2 ++
pkg/docker/pgadmin4.conf| 22 -
pkg/docker/pgadmin4.conf.j2 | 43 +
6 files changed, 134 insertions(+), 25 deletions(-)



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

2017-10-12 Thread pgAdmin 4 Jenkins
See 





[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 100644
--- a/web/pgadmin/help/__init__.py
+++ b/web/pgadmin/help/__init__.py
@@ -72,7 +72,7 @@ class HelpModule(PgAdminModule):
 self.pg_help_path = self.help_preference.register(
 'help', 'pg_help_path',
 gettext("PostgreSQL Help Path"), 'text',
-'http://www.postgresql.org/docs/$VERSION$/static/',
+'https://www.postgresql.org/docs/$VERSION$/static/',
 category_label=gettext('Help'),
 help_str=gettext(
 'Path to the PostgreSQL documentation. $VERSION$ will be 
replaced with the major.minor version number.')
@@ -81,7 +81,7 @@ class HelpModule(PgAdminModule):
 self.edbas_help_path = self.help_preference.register(
 'help', 'edbas_help_path',
 gettext("EDB Advanced Server Help Path"), 'text',
-'http://www.enterprisedb.com/docs/en/$VERSION$/pg/',
+'https://www.enterprisedb.com/docs/en/$VERSION$/pg/',
 category_label=gettext('Help'),
 help_str=gettext(
 'Path to the EDB Advanced Server documentation. $VERSION$ will 
be replaced with the major.minor version number.')