[pgadmin-hackers] pgAdmin 4 commit: Improve Resource Group labels per discussion with Jas

2016-02-23 Thread Dave Page
Improve Resource Group labels per discussion with Jason. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2de7b4c0a087069185c4c438ce597725da4efb39 Modified Files -- .../resource_groups/templates/resource_groups/js/resource_groups.js

[pgadmin-hackers] pgAdmin 4 commit: Runtime fixes for QT4 support.

2016-02-23 Thread Dave Page
Runtime fixes for QT4 support. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3b7886e61edaad0dfaa242247b46982ee7a541f5 Author: Neel Patel Modified Files -- runtime/BrowserWindow.cpp | 4 ++-- runtime/TabWindow.cpp | 1 + runti

Re: [pgadmin-hackers] Fixed runtime compilation error for Qt4

2016-02-23 Thread Dave Page
Thanks, committed. On Tue, Feb 23, 2016 at 7:51 AM, Neel Patel wrote: > Hi All, > > As sandeep from EDB was doing the setup for pgAdmin4 runtimes in CentOS 7 > with Qt4 and found that there were some compilation errors. > > Please find the attached patch file which will fix the below compilation

[pgadmin-hackers] pgAdmin 4 commit: Add support for viewing/editing procedural languages.

2016-02-23 Thread Dave Page
Add support for viewing/editing procedural languages. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7ffbb8c0396ffe444ab4d70ebdb1841e1f947488 Author: Akshay Joshi Modified Files -- .../servers/databases/languages/__init__.py

Re: [pgadmin-hackers] [pgAdmin4] [Patch]: Language Module

2016-02-23 Thread Dave Page
Thanks - committed. On Mon, Feb 22, 2016 at 1:23 PM, Akshay Joshi wrote: > Hi All > > Attached is the modified patch with support of Dependents and Dependencies > tabs. Please review it. > > On Mon, Feb 22, 2016 at 5:29 PM, Dave Page wrote: > >> >> >> On Mon, Feb 22, 2016 at 10:53 AM, Dave Page

Re: [pgadmin-hackers] patch for cast module

2016-02-23 Thread Dave Page
Hi I've attached an update to this patch, in which I've done some word-smithing on various comments, and adjusted the SQL templates to improve the formatting. However, it looks like it's bit-rotted, as the dependents/dependencies display is throwing Python errors. Please fix and then I think it's

Re: [pgadmin-hackers] [pgAdmin4] [Patch]: Extension Module

2016-02-23 Thread Surinder Kumar
Hi, PFA patch with changes suggested by Dave Please review the patch and let me know for any comments. On Mon, Feb 15, 2016 at 4:37 PM, Dave Page wrote: > Hi > > On Mon, Feb 15, 2016 at 9:55 AM, Surinder Kumar < > surinder.ku...@enterprisedb.com> wrote: > >> Hi, >> >> PFA patch with following

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

2016-02-23 Thread Khushboo Vashi
Hi, Please find attached patch for the Foreign Table Module. The patch will be modified after Types module implementation as we need to populate Base Type and some Type related validations from the Types module. Please review it and let me know the feedback. Thanks, Khushboo diff --git a/web/p

Re: [pgadmin-hackers] patch for cast module

2016-02-23 Thread Sanket Mehta
Hi, PFA the revised patch as per your comments. Please review it and let me know the feedback. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Tue, Feb 23, 2016 at 4:10 PM, Dave Page wrote: > Hi > > I've attached an update to this patch, in which I've done some > word-smithing on va

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

2016-02-23 Thread Sanket Mehta
Hi, PFA the revised patch for fts template node which includes dependency and dependent route handling code. Please do review it and if found proper please do commit it. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Thu, Jan 28, 2016 at 7:21 PM, Sanket Mehta wrote: > Hi, > > I hav