Re: [pgadmin-hackers] PATCH: pgAdmin4 windows installer

2016-05-27 Thread Paresh More
Hello Dave, Make.bat usage is change to Make.bat x86 // It would generated 32 bit installer Make.bat adm64 // would generated 64 bit installer Make.bat clean // Will cleanup all output it creates in normal mode Now Make.bat would generated 32/64 installers as per selected.

[pgadmin-hackers] Alpha vs. Beta

2016-05-27 Thread Dave Page
So the plan is to wrap the first pgAdmin 4 packages next Friday (or possibly the following Monday). Originally, they were going to be suffixed as alpha1, however, given that we're feature complete (well, 99.5%), I'm thinking the release should be beta1. Thoughts? -- Dave Page Blog:

Re: [pgadmin-hackers] Compressed version of patch

2016-05-27 Thread Dave Page
On Fri, May 27, 2016 at 3:59 PM, Susan Douglas wrote: > >> On May 27, 2016, at 10:02 AM, Dave Page wrote: >> >> Hi >> >> On Fri, May 27, 2016 at 2:44 PM, Susan Douglas >> wrote: >>> Hi All, >>> >>> I

[pgadmin-hackers] pgAdmin 4 commit: Additional documentation pages for dialogs.

2016-05-27 Thread Dave Page
Additional documentation pages for dialogs. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b482ba6ce972ed356bb631c1ad077ee6579c1dde Author: Susan Douglas Modified Files --

Re: [pgadmin-hackers] Patch for pgAdmin4 package on Mac OS X

2016-05-27 Thread Dave Page
On Fri, May 27, 2016 at 4:48 PM, Dave Page wrote: > > > On Fri, May 27, 2016 at 1:11 PM, Sandeep Thakkar > wrote: >> >> Sure. Thanks. >> >> There is a typo in pkg/mac/build.sh. i.e >> >> s/HTML_HELP/HELP_PATH/ >> >> >> On Fri, May 27, 2016 at

Re: [pgadmin-hackers] Patch for pgAdmin4 package on Mac OS X

2016-05-27 Thread Dave Page
On Fri, May 27, 2016 at 1:11 PM, Sandeep Thakkar < sandeep.thak...@enterprisedb.com> wrote: > Sure. Thanks. > > There is a typo in pkg/mac/build.sh. i.e > > s/HTML_HELP/HELP_PATH/ > > > On Fri, May 27, 2016 at 5:26 PM, Dave Page wrote: > >> Not entirely - we definitely need to

[pgadmin-hackers] PATCH:Treeview item sorting (pgAdmin4)

2016-05-27 Thread Murtuza Zabuawala
Hi, PFA patch, To address RM#1244. Now we are sorting all collection nodes based on it's labels. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1244.patch Description: Binary data -- Sent via pgadmin-hackers mailing list

Re: [pgadmin-hackers] Compressed version of patch

2016-05-27 Thread Dave Page
Hi On Fri, May 27, 2016 at 2:44 PM, Susan Douglas wrote: > Hi All, > > I meant to send that patch in a compressed format... I can't apply this, as it's trying to create a number of files that already exist in the repo. Did you do a git pull or git rebase before

[pgadmin-hackers] User management functionality patch [pgadmin4]

2016-05-27 Thread Harshal Dhumal
Hi, PFA initial patch for User management functionality. -- *Harshal Dhumal* *Software Engineer * EenterpriseDB diff --git a/requirements_py2.txt b/requirements_py2.txt index a442e36..f3d8622 100644 --- a/requirements_py2.txt +++ b/requirements_py2.txt @@ -44,3

[pgadmin-hackers] [pgadmin4][PATCH][PATCH]: RM 1113: casts should be alphabetical order

2016-05-27 Thread Sanket Mehta
Hi, Please find the patch for pgadmin4 RM 1113 attached with this mail. Please review it and commit. Regards, Sanket Mehta Sr Software engineer Enterprisedb diff --git a/web/pgadmin/browser/server_groups/servers/databases/casts/templates/cast/sql/9.1_plus/nodes.sql

Re: [pgadmin-hackers] Patch for pgAdmin4 RPM package

2016-05-27 Thread Dave Page
[Adding Devrim] On Fri, May 27, 2016 at 1:55 PM, Sandeep Thakkar wrote: > > > On Mon, May 9, 2016 at 6:35 PM, Dave Page wrote: >> >> Hi >> >> Initial eyeball review comments below... >> >> On Fri, Apr 22, 2016 at 11:57 AM, Sandeep Thakkar >>

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM#1243 - Columns on the Query Tool should be sizeable

2016-05-27 Thread Surinder Kumar
Hi Please find updated patch with following changes: 1. Replaced the outdated code for *Backgrid Sizeable Columns plugin *with https://github.com/FortesSolutions/backgrid-sizeable-columns library because the updated code is available here. 2. I have figured out to calculate *offset*

Re: [pgadmin-hackers] Patch for pgAdmin4 RPM package

2016-05-27 Thread Sandeep Thakkar
On Mon, May 9, 2016 at 6:35 PM, Dave Page wrote: > Hi > > Initial eyeball review comments below... > > On Fri, Apr 22, 2016 at 11:57 AM, Sandeep Thakkar < > sandeep.thak...@enterprisedb.com> wrote: > >> Hi Team, Dave, >> >> Attached herewith are two patches. >> >>

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM#1243 - Columns on the Query Tool should be sizeable

2016-05-27 Thread Surinder Kumar
On Fri, May 27, 2016 at 4:43 PM, Dave Page wrote: > Hi > > On Fri, May 27, 2016 at 12:07 PM, Surinder Kumar > wrote: > > Hi > > > > Added support for Columns resizable in query tool. It allows user to > resize > > the table columns as much as

Re: [pgadmin-hackers] PATCH: graphical explain

2016-05-27 Thread Sanket Mehta
Hi, I will start working on it once I will complete PEM 6.0.1 issues. Now there is only 1 issue remaining in that bucket which I am currently working on Regards, Sanket Mehta Sr Software engineer Enterprisedb On Fri, May 27, 2016 at 4:44 PM, Dave Page wrote: > What is the

Re: [pgadmin-hackers] PATCH: graphical explain

2016-05-27 Thread Dave Page
What is the status of this Sanket? I'd really like to see it completed before alpha. On Thu, Apr 21, 2016 at 3:07 PM, Dave Page wrote: > This looks awesome, and is MIT licenced: > > http://www.jqueryrain.com/2016/01/imageviewer-jquery-zooming-and-panning-plugin/ > > > On

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM#1243 - Columns on the Query Tool should be sizeable

2016-05-27 Thread Surinder Kumar
Hi, forgot to attach patch. Please find attached patch. On Fri, May 27, 2016 at 4:37 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > Hi > > Added support for *Columns resizable in query tool*. It allows user to > resize the table columns as much as needed. > > We are using

Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM#1243 - Columns on the Query Tool should be sizeable

2016-05-27 Thread Dave Page
Hi On Fri, May 27, 2016 at 12:07 PM, Surinder Kumar wrote: > Hi > > Added support for Columns resizable in query tool. It allows user to resize > the table columns as much as needed. > > We are using Backgrid Sizeable Columns plugin: >

[pgadmin-hackers] [pgAdmin4][Patch]: RM#1243 - Columns on the Query Tool should be sizeable

2016-05-27 Thread Surinder Kumar
Hi Added support for *Columns resizable in query tool*. It allows user to resize the table columns as much as needed. We are using Backgrid Sizeable Columns plugin: *https://github.com/WRidder/backgrid-sizeable-columns * with one change in

[pgadmin-hackers] PATCH: To fix the issue while adding first server (pgAdmin4)

2016-05-27 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue when we add first server in pgAdmin4. (RM#1104) -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company Fixed_adding_first_server.patch Description: Binary data -- Sent via pgadmin-hackers mailing list

[pgadmin-hackers] pgAdmin 4 commit: Updated the Alertify to use latest version 1.7.0

2016-05-27 Thread Ashesh Vashi
Updated the Alertify to use latest version 1.7.0 Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f247153920d4d51fb1a7d36df6f7c654d1d91696 Modified Files -- libraries.txt | 2 +-

Fwd: [pgadmin-hackers] [pgAdmin4][Patch]: Node issues under catalogs

2016-05-27 Thread Surinder Kumar
Hi PFA patch with following fixes: 1. Introduced a new function *'is_security_group_under_catalog' *which return false if node of *type: group* is under catalog otherwise true. 2. In security group, group-id is simple string. 3. Fixed indentation in schema.js. 4. Also set *parent_type* of

[pgadmin-hackers] PATCH: To fix issue in updating comments (pgAdmin4)

2016-05-27 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue in updating comments in foreign data wrapper/foreign table. (RM#1143) -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1143.patch Description: Binary data -- Sent via pgadmin-hackers mailing list

[pgadmin-hackers] PATCH: To fix issue in removing comments in edit mode (pgAdmin4)

2016-05-27 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue in function/procedure/trigger-function node while updating comments. (RM#1142) -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company RM_1142.patch Description: Binary data -- Sent via pgadmin-hackers mailing