Re: [pgadmin-hackers] Patch sequence node [pgadmin4]

2016-03-09 Thread Harshal Dhumal
Hi, PFA updated patch for sequence node. Changes: 1] Added changes related to schema child node. 2] re-based with latest code. 3] Added dependencies and dependents functionality. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB

Re: [pgadmin-hackers] PATCH: PGADMIN 4 - FTS templates node

2016-03-09 Thread Sanket Mehta
Hi, PFA the patch for fts template after *replacing collectionNodeModule with SchemaChildModule* in __init__.py Apart from that, there was an error while updating the name of fts template which I have resolved in the same. Please do review it and let me know in case of any changes. Regards,

[pgadmin-hackers] [pgAdmin4][Patch]: Updated Privileges macros under Schema

2016-03-09 Thread Khushboo Vashi
Hi, Please find attached patch for the updated Privileges macros under Schema node. The changes are required due to previous commit (8a7ec6b45221f042bc39c9bce2c577e12b43cc3a) regarding "parse_priv_to_db" function. Thanks, Khushboo diff --git

[pgadmin-hackers] [pgAdmin4][Patch]: Disable/Enable Edit Button: Sub-node Collection

2016-03-09 Thread Khushboo Vashi
Hi, Please find attached patch to disable/enable the Edit button of a sub-node collection grid. Thanks, Khushboo diff --git a/web/pgadmin/static/js/backform.pgadmin.js b/web/pgadmin/static/js/backform.pgadmin.js index 6e7d062..735b53f 100644 --- a/web/pgadmin/static/js/backform.pgadmin.js +++

Re: [pgadmin-hackers] [pgAdmin4] [Patch]: Grant Wizard

2016-03-09 Thread Dave Page
Sorry Surinder - can you rebase this please? I think it was broken by 8a7ec6b45221f042bc39c9bce2c577e12b43cc3a :-( How much work would it be to enable it to work at database level as well? On Tue, Mar 8, 2016 at 1:48 PM, Surinder Kumar wrote: > The menu option

Re: [pgadmin-hackers] PIP Package Building for pgAdmin4

2016-03-09 Thread Dave Page
Hi On Wed, Mar 9, 2016 at 2:24 PM, Muhammad Aqeel wrote: > Hi, > > PFA the patch to build PIP package for pgAdmin4 web component. It builds PIP > wheel file based on Python version in PATH. > > This pip package build setup is supported for python version 2.6 and

Re: [pgadmin-hackers] PATCH: Updated ACL parsing function. [pgAdmin4]

2016-03-09 Thread Dave Page
Thanks, patch applied. On Tue, Mar 8, 2016 at 1:51 PM, Murtuza Zabuawala wrote: > Hi All, > > I have updated "parse_priv_to_db" function to return list instead of string. > I have also updated the common macro template under servers node. > (Please review &

[pgadmin-hackers] pgAdmin 4 commit: Update "parse_priv_to_db" function to return list a i

2016-03-09 Thread Dave Page
Update "parse_priv_to_db" function to return list a instead of a string. This will also allow us to operate on individual privileges & also we needed this functionality for column nodes. For example, *Earlier:* priv was string GRANT {{ priv }} ON {{ type }} TO {{ conn|qtIdent(role) }}; *Now:*

[pgadmin-hackers] pgAdmin 4 commit: Improve display of error messages on dialogues.

2016-03-09 Thread Dave Page
Improve display of error messages on dialogues. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5d6c5bc74d9f5f686e3dd608b370e2c1de708108 Author: Arun Kollan Modified Files --

[pgadmin-hackers] PIP Package Building for pgAdmin4

2016-03-09 Thread Muhammad Aqeel
Hi, PFA the patch to build PIP package for pgAdmin4 web component. It builds PIP wheel file based on Python version in PATH. This pip package build setup is supported for python version 2.6 and above. The pip package can easily be built with a make statement. Makefile has following targets. -

Re: [pgadmin-hackers] Event trigges node patch [pgadmin4]

2016-03-09 Thread Harshal Dhumal
Hi, PFA updated patch for events trigger node. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB On Fri, Mar 4, 2016 at 7:58 PM, Dave Page wrote: > > > On Fri, Feb 12, 2016 at 6:32 AM, Harshal Dhumal < >