[pgadmin-hackers] pgAdmin 4 commit: Load, and save the files in the Query Editor.

2016-05-14 Thread Ashesh Vashi
Load, and save the files in the Query Editor. Also, the changes done by Ashesh to resolved few issue with the file manager in 'Select' mode. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1aeab98a2bc50eb0f735b1aced8d83a83675a58e Author: Surind

Re: [pgadmin-hackers][pgAdmin4][Patch]: Load/Save file in query tool

2016-05-14 Thread Ashesh Vashi
On Sat, May 14, 2016 at 10:59 AM, Akshay Joshi < akshay.jo...@enterprisedb.com> wrote: > Hi Surinder > > On 13-May-2016 7:12 pm, "Surinder Kumar" > wrote: > > > > Hi, > > > > Please find updated patch > > > > Following are the review comments given by Akshay: > > 1. Save button shouldn't enable w

Re: [pgadmin-hackers] Destroy select2 controls before re-rendering [pgadmin4]

2016-05-14 Thread Ashesh Vashi
Thanks - this has been committed yesterday/day before yesterday. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Thu, May 12, 2016 at 3:58 PM,

Re: [pgadmin-hackers][pgAdmin4][Patch]: Load/Save file in query tool

2016-05-14 Thread Surinder Kumar
On Sat, May 14, 2016 at 3:33 PM, Ashesh Vashi wrote: > On Sat, May 14, 2016 at 10:59 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Surinder >> >> On 13-May-2016 7:12 pm, "Surinder Kumar" >> wrote: >> > >> > Hi, >> > >> > Please find updated patch >> > >> > Following are the

[pgadmin-hackers] pgAdmin 4 commit: Fixed an issue creating extensions 'postgis_topology'

2016-05-14 Thread Ashesh Vashi
Fixed an issue creating extensions 'postgis_topology', and 'postgis_tiger_geocoder'. Current implementation changes the schema name, whenever we chance the name, which is wrong. We should have not change the schema for this event. Thanks Fahar Abbas for reporting. Branch -- master Details -

Re: [pgadmin-hackers] [pgAdmin4][patch]: Unable to create extension "postgis_topology" and "postgis_tiger_geocoder" installed through stack builder

2016-05-14 Thread Ashesh Vashi
Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Fri, May 6, 2016 at 4:32 PM, Surinder Kumar < surinder.ku...@enterprisedb.

Re: [pgadmin-hackers][pgAdmin4][Patch]: Load/Save file in query tool

2016-05-14 Thread Ashesh Vashi
On Sat, May 14, 2016 at 3:37 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > > > On Sat, May 14, 2016 at 3:33 PM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> On Sat, May 14, 2016 at 10:59 AM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> Hi Surinder

Re: [pgadmin-hackers] PATCH: Initiale backup utility [pgAdmin4]

2016-05-14 Thread Murtuza Zabuawala
Hi, PFA patch for backup which is add-on to last patch which includes TODO list & node selection validation Regards, Murtuza -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, May 13, 2016 at 5:39 PM, Ashesh Vashi wrote: > On Tue,

Re: [pgadmin-hackers] [pgAdmin4] [Patch]: Foreign Table Module

2016-05-14 Thread Murtuza Zabuawala
Hi, One last otherwise rest of functionality looks good. - We are not able to drop/delete any constraints, not even empty blank row once added. Regards, Murtuza -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, May 13, 2016 at 3

[pgadmin-hackers] pgAdmin 4 commit: [Python 3 compatibility] Improved the background proc

2016-05-14 Thread Ashesh Vashi
[Python 3 compatibility] Improved the background process executor to work with Python 3. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fe0911f28523d898fb965c8aead11d56a40ac94b Modified Files -- web/pgadmin/misc/bgprocess/process_e