[pgadmin-hackers] Re: RM#1387 [Add-on PATCH] Bad handling of missing connection database server

2016-08-30 Thread Ashesh Vashi
On Tue, Aug 30, 2016 at 7:16 PM, Ashesh Vashi wrote: > Hi Dave, > > Please find the add-on patch on top of the current change. > > Can you please take a look at it? > This mainly works on the postgres driver to make an attempt to reconnect > the server. > One more attempt with some more corner c

[pgadmin-hackers] RM#1387 [Add-on PATCH] Bad handling of missing connection database server

2016-08-30 Thread Ashesh Vashi
Hi Dave, Please find the add-on patch on top of the current change. Can you please take a look at it? This mainly works on the postgres driver to make an attempt to reconnect the server. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company

[pgadmin-hackers] pgAdmin IV : Unittest modular patch (Domains and Tables nodes)

2016-08-30 Thread Navnath Gadakh
Hi Dave, Please find the patch API unit test cases for Domain & Tables Nodes. This patch also includes code to drop the all objects(like database, roles, tablespace & server) created during the test suite run. *To run the test suite for domain node:* python regression/runtests.py --pkg br

[pgadmin-hackers] Package node test cases [pgadmin4]

2016-08-30 Thread Harshal Dhumal
Hi, PFA patch for package node test cases. -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/packages/tests/__init__.py b/web/pgadmin/browser/server_g

Re: [pgadmin-hackers] [pgAdmin4][patch]: RM#1621

2016-08-30 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Tue, Aug 30, 2016 at 2:32 PM, Neel Patel wrote: > Hi, > > Please find at

[pgadmin-hackers] pgAdmin 4 commit: Fixed an syntantical issue, which was not supported b

2016-08-30 Thread Ashesh Vashi
Fixed an syntantical issue, which was not supported by QtWebkit. The issue was regression of the patch for the 'SlickGrid'. Fixes #1621 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8dca4b0e0ba95df060626dc7c061c36c67164a8b Author: Neel Patel

[pgadmin-hackers] [pgAdmin4][patch]: RM#1621

2016-08-30 Thread Neel Patel
Hi, Please find attached patch file for the fix of RM#1621. We have tested with runtime and web application and now it is working fine. *Issue:- * Javascript syntax was not supported by QtWebkit but it was working properly in web browser. Please review it and let us know for any comments. Than