[pgadmin-hackers] pgAdmin 4 commit: Couple of typo fixes.

2016-04-11 Thread Dave Page
Couple of typo fixes. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=787b35c3267202c09d4d7d704c43ecfaee104d2b Modified Files -- web/pgadmin/browser/static/js/frame.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- S

[pgadmin-hackers] Initial foreign key constraint node patch [pgadmin4]

2016-04-11 Thread Harshal Dhumal
Hi, PFA initial patch for foreign key constraint. Note: This patch has dependency on Table, Column node and Index constraint. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/

Re: [pgadmin-hackers] Styling SQL box layout on dialogue

2016-04-11 Thread Arun Kollan
Hi Dave, I asked Murtuza to apply the patch at his end and test on Chrome and Firefox. We had a Skype session and it does appear to fix the issue. It required a hard reload and cache clearing to get it working. I am assuming that the screenshot displayed is the dialogue window for database p

Re: [pgadmin-hackers] Styling SQL box layout on dialogue

2016-04-11 Thread Dave Page
Still looks the same as my last screenshot to me. On Mon, Apr 11, 2016 at 11:31 AM, Arun Kollan wrote: > Hi Dave, > Please find attached the zipped version of the patch. I have tested it > against the latest version from the repository. I had quick look comparing > the patches and it looks to c

[pgadmin-hackers] pgAdmin 4 commit: Moving the messages used in common utilities in a sep

2016-04-11 Thread Ashesh Vashi
Moving the messages used in common utilities in a separate javascript. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e07ebdc049b65e6d00f123c063c57da02e0044c2 Modified Files -- web/pgadmin/browser/__init__.py| 2

[pgadmin-hackers] pgAdmin 4 commit: Save the database OID of the maintenance database.

2016-04-11 Thread Ashesh Vashi
Save the database OID of the maintenance database. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c304d3e90e986e953077fc08308b688a6d219e87 Modified Files -- web/pgadmin/utils/driver/psycopg2/__init__.py | 7 ++- 1 file changed,

[pgadmin-hackers] Patch for index constraint (primary and unique key) [pgadmin4]

2016-04-11 Thread Harshal Dhumal
Hi, PAF patch for exclusion constraint which takes care both primary and unique key. Note: This patch has dependency on Table, Column node and Index constraint. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmin/browser/server_groups

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

2016-04-11 Thread Surinder Kumar
Hi, I have made few minor changes in this patch to make it to work with Materialized View. PFA patch with following changes: 1. Fixed typo issue for url parameter. 2. Check for 'hastoasttable' attribute in Disabled property of field "toast_autovaccum" in VacuumSettingsSchema. 3. Use Simplejson li

Re: [pgadmin-hackers] Styling SQL box layout on dialogue

2016-04-11 Thread Arun Kollan
Hi Dave, Please find attached the zipped version of the patch. I have tested it against the latest version from the repository.  I had quick look comparing the patches and it looks to contain the same rules.  sql-box-layout-stylingv2.patch Description: Binary data Regards, Arun KollanWebsite: www.

[pgadmin-hackers] Patch for exclusion constraint [pgadmin4]

2016-04-11 Thread Harshal Dhumal
Hi, PAF patch for exclusion constraint. Note: This patch has dependency on Table, Column node and Index constraint (I'll be sending patch for index constraint immediately after this). -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmi

Re: [pgadmin-hackers] Styling SQL box layout on dialogue

2016-04-11 Thread Arun Kollan
Hi Dave, Looks the like the patch is out of sync with the repository. I will create another patch now. Regards, Arun Kollan Website: www.enterprisedb.com EnterpriseDB Blog: http://blogs.enterprisedb.com/ Follow us on Twitter: http

Re: [pgadmin-hackers] [pgAdmin4][Patch] - Disable PrivilegeControl for nodes visible under catalog

2016-04-11 Thread Surinder Kumar
Hi Dave, Please ignore the above patch because instead of disabling fields, now we are hiding the control. As per my conversation with Ashesh, In some cases we need not to show "Group Tab" if its all fields are set to visible = false. For example: In case of view, "privilege info and security lab