Re: [pgadmin-hackers] pgAdmin IV : Unittest modular patch(Schemas,Collations,Trigger Functions)

2016-08-15 Thread Navnath Gadakh
Hi Dave, Please find the patch for API unit test cases for Schema and its sub-nodes (Collations and Trigger functions). You can run testsuite using the following commands *For schemas* python regression/runtests.py --pkg browser.server_groups.servers.databases.schemas *For Collations*

[pgadmin-hackers] pgAdmin 4 commit: Tag REL-1_0-BETA4 has been created.

2016-08-15 Thread Dave Page
Tag REL-1_0-BETA4 has been created. View: http://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-1_0-BETA4 Log Message --- Tag 1.0 beta 4 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.o

[pgadmin-hackers] PATCH: To fix the of foreign tables (pgAdmin4)

2016-08-15 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue in foreign tables node where it was displaying catalog tables in inherits options causing internal server error. RM#1520 Additionally also moved hard coded sql for fetching types in template. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com T

Re: [pgadmin-hackers] PATCH: To fix the issue where message panel was showing incomplete info (pgAdmin4)

2016-08-15 Thread Murtuza Zabuawala
Hi Dave, PFA patch with incremental messages. RM#1523 Regards, Murtuza -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Aug 9, 2016 at 6:58 PM, Dave Page wrote: > > > On Tue, Aug 9, 2016 at 2:21 PM, Ashesh Vashi < > ashesh.va..

[pgadmin-hackers] PATCH: To fix the issue in table node displaying catalog tables (pgAdmin4)

2016-08-15 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue where system level catalog are also displayed in PPAS server under relation of create new table like option. RM#1530 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_gro