Re: [pgadmin-hackers] [Patch] PGAdmin 4 JSON Handling

2015-04-17 Thread Dave Page
On Fri, Apr 17, 2015 at 12:55 PM, Ronan Dunklau wrote: > > Please find attached a WIP patch "reifying" the module API. > > The main browser/server_groups/server structure has been converted to his API, > whereas the test, help and about modules have not. > > The following changes were made: > > -

Re: [pgadmin-hackers] [Patch] PGAdmin 4 JSON Handling

2015-04-16 Thread Dave Page
On Thu, Apr 16, 2015 at 2:44 PM, Ronan Dunklau wrote: > Le jeudi 16 avril 2015 11:40:14 Dave Page a écrit : >> On Thu, Apr 16, 2015 at 11:19 AM, Ronan Dunklau >> >> wrote: >> > Le jeudi 16 avril 2015 15:46:51 Ashesh Vashi a écrit : >> >> Hi Ronan, >> >> >> >> On Thu, Apr 16, 2015 at 2:49 PM, Rona

Re: [pgadmin-hackers] [Patch] PGAdmin 4 JSON Handling

2015-04-16 Thread Ronan Dunklau
Le jeudi 16 avril 2015 11:40:14 Dave Page a écrit : > On Thu, Apr 16, 2015 at 11:19 AM, Ronan Dunklau > > wrote: > > Le jeudi 16 avril 2015 15:46:51 Ashesh Vashi a écrit : > >> Hi Ronan, > >> > >> On Thu, Apr 16, 2015 at 2:49 PM, Ronan Dunklau > >> > >> wrote: > >> > Hello. > >> > > >> > I'm

Re: [pgadmin-hackers] [Patch] PGAdmin 4 JSON Handling

2015-04-16 Thread Ashesh Vashi
On Thu, Apr 16, 2015 at 4:10 PM, Dave Page wrote: > On Thu, Apr 16, 2015 at 11:19 AM, Ronan Dunklau > wrote: > > Le jeudi 16 avril 2015 15:46:51 Ashesh Vashi a écrit : > >> Hi Ronan, > >> > >> On Thu, Apr 16, 2015 at 2:49 PM, Ronan Dunklau < > ronan.dunk...@dalibo.com> > >> > >> wrote: > >> > He

Re: [pgadmin-hackers] [Patch] PGAdmin 4 JSON Handling

2015-04-16 Thread Dave Page
On Thu, Apr 16, 2015 at 11:19 AM, Ronan Dunklau wrote: > Le jeudi 16 avril 2015 15:46:51 Ashesh Vashi a écrit : >> Hi Ronan, >> >> On Thu, Apr 16, 2015 at 2:49 PM, Ronan Dunklau >> >> wrote: >> > Hello. >> > >> > I'm trying to dive into the PGAdmin 4 codebase, and one low hanging fruit >> > that

Re: [pgadmin-hackers] [Patch] PGAdmin 4 JSON Handling

2015-04-16 Thread Ashesh Vashi
On Thu, Apr 16, 2015 at 3:49 PM, Ronan Dunklau wrote: > Le jeudi 16 avril 2015 15:46:51 Ashesh Vashi a écrit : > > Hi Ronan, > > > > On Thu, Apr 16, 2015 at 2:49 PM, Ronan Dunklau > > > > > wrote: > > > Hello. > > > > > > I'm trying to dive into the PGAdmin 4 codebase, and one low hanging > frui

Re: [pgadmin-hackers] [Patch] PGAdmin 4 JSON Handling

2015-04-16 Thread Ronan Dunklau
Le jeudi 16 avril 2015 15:46:51 Ashesh Vashi a écrit : > Hi Ronan, > > On Thu, Apr 16, 2015 at 2:49 PM, Ronan Dunklau > > wrote: > > Hello. > > > > I'm trying to dive into the PGAdmin 4 codebase, and one low hanging fruit > > that > > I saw was the handling of JSON data. > > > > The first patc

Re: [pgadmin-hackers] [Patch] PGAdmin 4 JSON Handling

2015-04-16 Thread Ashesh Vashi
Hi Ronan, On Thu, Apr 16, 2015 at 2:49 PM, Ronan Dunklau wrote: > Hello. > > I'm trying to dive into the PGAdmin 4 codebase, and one low hanging fruit > that > I saw was the handling of JSON data. > > The first patch is really trivial, and allows PgAdmin4 to run on system > with > case sensitive

[pgadmin-hackers] [Patch] PGAdmin 4 JSON Handling

2015-04-16 Thread Ronan Dunklau
Hello. I'm trying to dive into the PGAdmin 4 codebase, and one low hanging fruit that I saw was the handling of JSON data. The first patch is really trivial, and allows PgAdmin4 to run on system with case sensitive filesystems. JSON data should be returned to the client using an application/json