[pgadmin-hackers] On restarting/reloading the server establish the connections with database server smoothly

2016-03-18 Thread Ashesh Vashi
Hi Dave/Team, As discussed, I have implemented the feature to reconnect the database server smoothly, whenever we restart/reload the web-application server (pgAdmin IV). In this implementation, we stores the persistent (auto reconnect) connection information in the session, whenever we connect

[pgadmin-hackers] pgAdmin 4 commit: Updated the font-awesome to 4.5 (latest) version.

2016-03-18 Thread Ashesh Vashi
Updated the font-awesome to 4.5 (latest) version. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0fcfaa4ff230afd8c55ca5c5a4e685362d521296 Modified Files -- libraries.txt | 2 +-

Re: [pgadmin-hackers] Subnode grid row close issue [pgAdmin4]

2016-03-18 Thread Dave Page
Hi On Thu, Mar 17, 2016 at 11:14 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > PFA patch for Subnode grid row close issue. > > Issue fixed: > > 1] Close any existing row while adding new row. > 2] Close any existing row if we edit new row. > This doesn't appear to make

Re: [pgadmin-hackers] Control for selecting multiple columns [pgadmin4]

2016-03-18 Thread Harshal Dhumal
Hi Dave, This seems to be some dependency issue. Can you please send me a screenshot of debugger console with js error stack. Regards, Harshal -- *Harshal Dhumal* *Software Engineer * EenterpriseDB On Thu, Mar 17, 2016 at 10:33 PM, Dave Page

Re: [pgadmin-hackers] pgAdmin4 PATCH: Domain Module

2016-03-18 Thread Khushboo Vashi
Hi, Please find the updated Domain Module Patch. To test this patch, please apply Backgrid Textarea Cell Patch before this. Thanks, Khushboo On Wed, Mar 16, 2016 at 3:02 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > On Wed, Mar 16, 2016 at 2:55 PM, Dave Page

Re: [pgadmin-hackers] pgAdmin4 PATCH: Domain Module

2016-03-18 Thread Dave Page
On Thu, Mar 17, 2016 at 5:39 PM, Khushboo Vashi wrote: > Hi Dave, > > I have a query regarding your below feedback : > > - Default values should be auto-quoted when necessary (ie. strings, on a > text-based domain). > > To resolve this, I have checked the

Re: [pgadmin-hackers] Control for displaying "auto vacuum" fields into grid

2016-03-18 Thread Dave Page
On Fri, Mar 18, 2016 at 10:37 AM, Surinder Kumar wrote: > Hi, > > PFA control for displaying auto vacuum fields into grid. This control is > common for > Materialized View Node and Table Node. > > Usage: > > { > id: 'vacuum_table', label: '{{ _("Vacuum Table")

[pgadmin-hackers] pgAdmin 4 commit: Add support for inline fieldsets.

2016-03-18 Thread Dave Page
Add support for inline fieldsets. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=530f58e66bc0b04ec80be891767e26513b850ea0 Author: Murtuza Zabuawala Modified Files --

[pgadmin-hackers] [PATCH] Enhancement in sql-field control [pgAdmin4]

2016-03-18 Thread Surinder Kumar
Hi, I have updated the backform control for sql-field*.* Following are the enhancements: 1. Added border to control which was missing earlier. 2. Allows user to provide height to sql-field control by specifying *extraClasses* field in model schema. 3. Defined new classes for sql-field control