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

2016-03-22 Thread Dave Page
On Mon, Mar 21, 2016 at 7:41 AM, Khushboo Vashi wrote: > Hi Dave, > > > On Fri, Mar 18, 2016 at 8:31 PM, Dave Page wrote: >> >> On Thu, Mar 17, 2016 at 5:39 PM, Khushboo Vashi >> wrote: >> > Hi Dave, >> > >> >

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

2016-03-22 Thread Dave Page
Thanks - applied. On Thu, Mar 17, 2016 at 3:04 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > Here is updated patch. > > In initial patch I fixed this issue in only Subnode control while Type > node uses unique collection control (which is special case of subnode >

[pgadmin-hackers] pgAdmin 4 commit: Ignore pycharms project directory.

2016-03-22 Thread Dave Page
Ignore pycharms project directory. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b8c965fb713e1a6e82215ad6aa654c0646b7cc2 Modified Files -- .gitignore | 1 + 1 file changed, 1 insertion(+) -- Sent via pgadmin-hackers mailing

[pgadmin-hackers] pgAdmin 4 commit: Backform control for selecting multiple columns.

2016-03-22 Thread Dave Page
Backform control for selecting multiple columns. Usage: { id: 'columns', label: '{{ _('Columns') }}', type: 'collection', group: '{{ _('Definition') }}', editable:true, canDelete: true, canAdd: true, control: Backform.MultiColumnSelectControl, deps: ['index'], node: 'column', model:

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

2016-03-22 Thread Dave Page
Thanks - applied. On Tue, Mar 22, 2016 at 10:10 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > PFA patch for MultiselectControl. > > Issue: Fixed issue when parsing undefined data as json. > > > -- > *Harshal Dhumal* > *Software Engineer * > > > > EenterpriseDB

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

2016-03-22 Thread Dave Page
On Mon, Mar 21, 2016 at 5:01 AM, Surinder Kumar wrote: > Hi, > > Please find updated patch. > > On Fri, Mar 18, 2016 at 9:18 PM, Dave Page wrote: >> >> On Fri, Mar 18, 2016 at 2:36 PM, Surinder Kumar >> wrote:

[pgadmin-hackers] pgAdmin 4 commit: Update the backform control to support sql-fields.

2016-03-22 Thread Dave Page
Update the backform control to support sql-fields. 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 height in

[pgadmin-hackers] pgAdmin 4 commit: Graceful server reconnections.

2016-03-22 Thread Dave Page
Graceful server reconnections. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b3c625f135c80f48b3df05bf72e7c1b51ca8de5f Author: Ashesh Vashi Modified Files --

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

2016-03-22 Thread Dave Page
Thanks, applied. On Thu, Mar 17, 2016 at 5:32 PM, Ashesh Vashi wrote: > 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

Re: [pgadmin-hackers] Server side session management using the SQLite (per session) database

2016-03-22 Thread Dave Page
Hi On Thu, Mar 17, 2016 at 5:46 PM, Ashesh Vashi wrote: > Hi Dave/team, > > As discussed, I have implemented the server side session management using > the SQLite database. > > Implementation: > * It creates/reuses the sqlite database per session. > * Stores the

[pgadmin-hackers] pgAdmin 4 commit: Server side session management support.

2016-03-22 Thread Dave Page
Server side session management support. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3c366fafe7752cb514e04935ca9771afd735b6ff Author: Ashesh Vashi Modified Files -- web/config.py|

[pgadmin-hackers] pgAdmin 4 commit: Configuration options for switch control from differe

2016-03-22 Thread Dave Page
Configuration options for switch control from different places should be merged together and not overridden. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8189b39b1e6b63677ee7ede8f6704127eb2be9c3 Author: Harshal Dhumal

Re: [pgadmin-hackers] Switch control options issue [pgadmin4]

2016-03-22 Thread Dave Page
Thanks - applied. On Tue, Mar 22, 2016 at 10:28 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > PFA patch for switch control. > > Issue: Configuration options for switch control from different places > should be merged together and not overridden. > > > -- > *Harshal

[pgadmin-hackers] pgAdmin 4 commit: Make tabsets look consistent, and square off the prop

2016-03-22 Thread Dave Page
Make tabsets look consistent, and square off the properties sections a little. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=06c0cf607d2799b9a40679064b837c251ba4caf2 Author: Arun Kollan Modified Files

Re: [pgadmin-hackers] Speed up node animation in pgAdmin4

2016-03-22 Thread Dave Page
On Mon, Mar 21, 2016 at 5:18 PM, Ashesh Vashi wrote: > > On Fri, Mar 18, 2016 at 11:12 PM, Thom Brown wrote: >> >> Hi, >> >> I've attached a patch to speed up the expansion/collapsing of nodes. >> I've found it sluggish when testing, so I suggest we

Re: [pgadmin-hackers] [pgAdmin4][Patch]: Update the Browser Tree Node Icon after editing

2016-03-22 Thread Dave Page
Thanks, applied. On Tue, Mar 22, 2016 at 10:58 AM, Khushboo Vashi wrote: > Hi, > > Please find the attached Patch to update the Browser Tree Node Icon after > editing. > > This will be applicable only when server will send the icon after editing. > > Thanks, >

[pgadmin-hackers] pgAdmin 4 commit: Update the Browser Tree Node Icon after editing.

2016-03-22 Thread Dave Page
Update the Browser Tree Node Icon after editing. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8ca134871ff1b2e40ef6d052cdb258d750d18ec0 Author: Khushboo Vashi Modified Files --

Re: [pgadmin-hackers] Suggestion on "External types" sql query in pgAdmin3

2016-03-22 Thread Dave Page
Hi On Mon, Mar 21, 2016 at 10:55 AM, Murtuza Zabuawala wrote: > Hi All, > > Below is the query to fetch Input/Output/Send/Receive/Analyze functions > while creating new external type (create mode) in pgAdmin3, > > With latest git pull [File:

Re: [pgadmin-hackers] Fix PSQL Console plugin for OS X

2016-03-22 Thread Dave Page
Hi On Tue, Mar 22, 2016 at 9:39 AM, Nicola wrote: > On 2016-03-21 14:33:27 +, Dave Page said: > >> Hi >> >> On Fri, Mar 18, 2016 at 9:44 PM, Nicola Vitacolonna >> wrote: >>> >>> The PSQL Console command has been broken for a long time on OS X.

[pgadmin-hackers] pgAdmin III commit: Fix the psql plugin command on OSX to work more rel

2016-03-22 Thread Dave Page
Fix the psql plugin command on OSX to work more reliably. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1ea137ff08fee6de57b89be8f61c6946d88bebe8 Author: Nicola Vitacolonna Modified Files -- CHANGELOG

[pgadmin-hackers] pgAdmin III commit: Fix the psql plugin command on OSX to work more rel

2016-03-22 Thread Dave Page
Fix the psql plugin command on OSX to work more reliably. Branch -- REL-1_22_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9f40cab816727d55490ca8354df6543c4bf74cd9 Author: Nicola Vitacolonna Modified Files --

[pgadmin-hackers] [pgAdmin4][Patch]: Update the Browser Tree Node Icon after editing

2016-03-22 Thread Khushboo Vashi
Hi, Please find the attached Patch to update the Browser Tree Node Icon after editing. This will be applicable only when server will send the icon after editing. Thanks, Khushboo diff --git a/web/pgadmin/browser/templates/browser/js/node.js b/web/pgadmin/browser/templates/browser/js/node.js

[pgadmin-hackers] Switch control options issue [pgadmin4]

2016-03-22 Thread Harshal Dhumal
Hi, PFA patch for switch control. Issue: Configuration options for switch control from different places should be merged together and not overridden. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmin/static/js/backform.pgadmin.js

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

2016-03-22 Thread Harshal Dhumal
Hi, PFA patch for MultiselectControl. Issue: Fixed issue when parsing undefined data as json. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB On Mon, Mar 21, 2016 at 11:35 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > Here is

Re: [pgadmin-hackers] Fix PSQL Console plugin for OS X

2016-03-22 Thread Nicola
On 2016-03-21 14:33:27 +, Dave Page said: Hi On Fri, Mar 18, 2016 at 9:44 PM, Nicola Vitacolonna wrote: The PSQL Console command has been broken for a long time on OS X. Could you please fix it? This is how the command should look like:

Re: [pgadmin-hackers] PATCH: Added Node Type & Catalog objects [pgAdmin4]

2016-03-22 Thread Dave Page
Hi On Tue, Mar 22, 2016 at 8:14 AM, Murtuza Zabuawala wrote: > Hi Dave, > > We can create new external type using below method, By running all of below > queries at the same time , we can not create separate external type by only > using create type statement.