Re: [pgadmin-hackers] RM1849: Auto-generating security keys

2016-10-18 Thread Ashesh Vashi
Hi Dave, On Sat, Oct 15, 2016 at 8:02 AM, Dave Page wrote: > Hi > > > On Friday, October 14, 2016, Dave Page wrote: > >> Hi >> >> On Thursday, October 13, 2016, Ashesh Vashi < >> ashesh.va...@enterprisedb.com> wrote: >> >>> Hi Dave, >>> >>> On Tue, Oct 11,

[pgadmin-hackers] pgAdmin 4 commit: List files/folders alphabetically, and don't excessiv

2016-10-18 Thread Dave Page
List files/folders alphabetically, and don't excessively truncate their names. Fixes #1792 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=df09f02e8059d2ab82875b1225e22ffaea9eba72 Author: Surinder Kumar

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Listing of files/folders not sorted alphabetically in Storage Manager

2016-10-18 Thread Dave Page
Thanks, applied. On Mon, Oct 17, 2016 at 8:32 AM, Surinder Kumar wrote: > Hi Dave, > > As we have already been using natural sort in pgAdmin4 for sorting browser > tree nodes. So I have used the same for sorting Storage Manager's > filesystem. > Please find

[pgadmin-hackers] PATCH: To fix the issue in browser tree (pgAdmin4)

2016-10-18 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where node was appended to wrong parent if its desired parent is not loaded. RM#1838 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1838.patch Description: Binary data -- Sent via pgadmin-hackers

[pgadmin-hackers] pgAdmin 4 commit: Add regression tests for resource groups on EPAS.

2016-10-18 Thread Dave Page
Add regression tests for resource groups on EPAS. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e31ba5873b9597c3a64d6c0c5754a4d3c28ddeaf Author: Navnath Gadakh Modified Files --

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM1728 - Properties are not refreshing after objects are edited

2016-10-18 Thread Dave Page
Thanks - applied! On Mon, Oct 17, 2016 at 7:48 AM, Surinder Kumar wrote: > On Sun, Oct 16, 2016 at 7:29 AM, Dave Page wrote: >> >> Hi >> >> I just found a case where this patch is broken - if you update the comment >> on a type, it looks like

[pgadmin-hackers] pgAdmin 4 commit: Always create databases from template0 when running r

2016-10-18 Thread Dave Page
Always create databases from template0 when running regression tests, to ensure consistency and avoid concurrency issues. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8d2dff14822a3735cee42a9de1821bfe6d368263 Modified Files --

[pgadmin-hackers] [pgAdmin4][Patch]: DatetimepickerControl control ui breaks if helpMessage is provided.

2016-10-18 Thread Surinder Kumar
Hi, Now *help message span* is enclosed within div to fix it. Please find attached patch and review. Thanks, Surinder Kumar fix_help_message_style.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription:

Re: [pgadmin-hackers] [pgAdmin4][Patch]: DatetimepickerControl control ui breaks if helpMessage is provided.

2016-10-18 Thread Surinder Kumar
I have created now. Its RM1864 ​ On Tue, Oct 18, 2016 at 3:24 PM, Dave Page wrote: > What's the RM number for this? > > On Tue, Oct 18, 2016 at 10:36 AM, Surinder Kumar > wrote: > > Hi, > > > > Now

[pgadmin-hackers] pgAdmin 4 commit: Fix unsafe schema lookups for types. Fixes #1728

2016-10-18 Thread Dave Page
Fix unsafe schema lookups for types. Fixes #1728 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=11e486f96dbcc632bf6518688bfaa7a9949e9e56 Author: Surinder Kumar Modified Files --

[pgadmin-hackers] pgAdmin 4 commit: Don't append new objects to the wrong parent, if the

2016-10-18 Thread Dave Page
Don't append new objects to the wrong parent, if the correct one isn't loaded. Fixes #1838 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b9571df4de14a72b2b102147c8981b6a77b20daa Author: Murtuza Zabuawala

Re: [pgadmin-hackers] PATCH: To fix the issue in browser tree (pgAdmin4)

2016-10-18 Thread Dave Page
Thanks, patch applied. On Tue, Oct 18, 2016 at 9:04 AM, Murtuza Zabuawala wrote: > Hi, > > PFA patch to fix the issue where node was appended to wrong parent if its > desired parent is not loaded. > RM#1838 > > > -- > Regards, > Murtuza Zabuawala >

Re: [pgadmin-hackers] [pgAdmin4][Patch]: DatetimepickerControl control ui breaks if helpMessage is provided.

2016-10-18 Thread Dave Page
What's the RM number for this? On Tue, Oct 18, 2016 at 10:36 AM, Surinder Kumar wrote: > Hi, > > Now help message span is enclosed within div to fix it. > Please find attached patch and review. > > Thanks, > Surinder Kumar > > > -- > Sent via pgadmin-hackers

Re: [pgadmin-hackers] [pgAdmin4][Patch]: DatetimepickerControl control ui breaks if helpMessage is provided.

2016-10-18 Thread Dave Page
Thanks, applied. On Tue, Oct 18, 2016 at 10:58 AM, Surinder Kumar wrote: > I have created now. Its RM1864 > > On Tue, Oct 18, 2016 at 3:24 PM, Dave Page wrote: >> >> What's the RM number for this? >> >> On Tue, Oct 18, 2016 at 10:36 AM,

[pgadmin-hackers] Language node patch

2016-10-18 Thread Priyanka Shendge
Hi Dave, PFA patch for Languages node. *Run the test suite by following command:* python runtests.py Thank you. -- Best, Priyanka EnterpriseDB Corporation The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_groups/servers/databases/languages/tests/__init__.py

[pgadmin-hackers] pgAdmin 4 commit: Add tests for Languages

2016-10-18 Thread Dave Page
Add tests for Languages Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c4f1b8eb112e99d228c40a412020fa616dbe44f6 Author: Priyanka Shendge Modified Files --

[pgadmin-hackers] pgAdmin 4 commit: Fix layout of DateTimePicker control help message. Fi

2016-10-18 Thread Dave Page
Fix layout of DateTimePicker control help message. Fixes #1864 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=62a35f24e7c86fb62c358b697cf90a52e299be50 Modified Files -- web/pgadmin/static/js/backform.pgadmin.js | 10 ++ 1

Re: [pgadmin-hackers] Language node patch

2016-10-18 Thread Dave Page
Thanks, applied. On Tue, Oct 18, 2016 at 1:48 PM, Priyanka Shendge wrote: > Hi Dave, > > PFA patch for Languages node. > > Run the test suite by following command: > python runtests.py > > Thank you. > > > -- > Best, > Priyanka > > EnterpriseDB Corporation >

[pgadmin-hackers] Setting up pgAdmin4 as a web application

2016-10-18 Thread Derek Ealy
I've been trying to get pgAdmin4 to work as a web app for a couple of days. I've finally figured out python, pip, wsgi, apache (I think). I can see from the logs that is failing when trying to select from the version table which I assume should be in the sqlite Db as opposed to my postgres