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

2016-03-10 Thread Dave Page
Thanks - committed with the following changes: - SQL template formatting improvements - Don't display the ACL subnode panel on the Properties list, instead display the text ACL. - Preset defaults for the owner and schema when creating a new sequence. On Thu, Mar 10, 2016 at 2:05 PM, Harshal

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

2016-03-10 Thread Harshal Dhumal
Hi, PFA update patch for sequence node. Changes: Fixed leaf node issue. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB On Thu, Mar 10, 2016 at 12:45 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > PFA updated patch for

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 sequence node [pgadmin4]

2016-02-10 Thread Harshal Dhumal
Hi, PFA updated patch for sequence node. *Changes:* Updated sql files to refer macros from schemas/templates/macros/schemas folder instead of servers/templates/macros -- *Harshal Dhumal* *Software Engineer * EenterpriseDB On Wed, Feb 10, 2016 at 5:46 PM,

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

2016-02-10 Thread Harshal Dhumal
Hi, Here is updated patch for sequence node. As macros are changed for security and privileges. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB On Tue, Feb 9, 2016 at 4:19 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > PFA patch

[pgadmin-hackers] Patch sequence node [pgadmin4]

2016-02-09 Thread Harshal Dhumal
Hi, PFA patch for sequence node. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/__init__.py