pgAdmin 4 commit: Push HTTPD logs to container stdout/stderr as appropr

2017-12-04 Thread Dave Page
Push HTTPD logs to container stdout/stderr as appropriate. Fixes #2920 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3b7656b3d5fee047d76eac93458ef0de45a5578b Modified Files -- pkg/docker/Dockerfile | 6 ++ 1 file changed, 6 in

pgAdmin 4 commit: Add license field to package.json to stop yarn bleati

2017-12-04 Thread Dave Page
Add license field to package.json to stop yarn bleating. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=67f0c8a39ee5c7de2b8cfe8a79a222855470c0a1 Modified Files -- web/package.json | 1 + 1 file changed, 1 insertion(+)

Re: [pgAdmin4][Patch]: To fix the issue in File manager

2017-12-04 Thread Dave Page
Thanks, patch applied. On Mon, Dec 4, 2017 at 11:56 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > PFA patch to fix the issue in file manager where user was able to click on > Select/Create button even if it's disabled. > RM#2923 > > -- > Regards, > Murtuza Zabuawala

pgAdmin 4 commit: Prevent the user pressing the select button in the fi

2017-12-04 Thread Dave Page
Prevent the user pressing the select button in the file manager when it is supposed to be disabled. Fixes #2923 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7fab041623234ca1748df656f19787081dc74417 Author: Murtuza Zabuawala Modified Files

Re: [pgAdmin4][Patch]: To fix the issue in Debugger module

2017-12-04 Thread Dave Page
Thanks, patch applied! On Mon, Dec 4, 2017 at 6:13 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi Dave, > > PFA updated patch. > > On Sat, Dec 2, 2017 at 10:42 AM, Dave Page wrote: > >> Hi >> >> On Thursday, November 30, 2017, Murtuza Zabuawala < >> murtuza.zabuaw...@ent

pgAdmin 4 commit: Fix debugging of self-referencing functions. Fixes #2

2017-12-04 Thread Dave Page
Fix debugging of self-referencing functions. Fixes #2524 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=136ed0d3e297f4dfcc467e1c0143aaeb276f0982 Author: Murtuza Zabuawala Modified Files -- web/pgadmin/tools/debugger/static/js/dir

Re: [pgAdmin4][Patch]: RM #2849 - Allow editing of data on tables with OIDs but no primary key

2017-12-04 Thread Dave Page
Hi On Mon, Dec 4, 2017 at 4:01 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Sat, Dec 2, 2017 at 10:42 AM, Dave Page wrote: > >> Hi >> >> On Thursday, November 30, 2017, Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the attache

[pgAdmin4][Patch]: To fix the issue in File manager

2017-12-04 Thread Murtuza Zabuawala
Hi, PFA patch to fix the issue in file manager where user was able to click on Select/Create button even if it's disabled. RM#2923 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company diff --git a/web/pgadmin/misc/file_manager/static/js/file_ma

Re: [pgAdmin4][Patch]: To fix the issue in Debugger module

2017-12-04 Thread Murtuza Zabuawala
Hi Dave, PFA updated patch. On Sat, Dec 2, 2017 at 10:42 AM, Dave Page wrote: > Hi > > On Thursday, November 30, 2017, Murtuza Zabuawala < > murtuza.zabuaw...@enterprisedb.com> wrote: > >> Hi, >> >> PFA patch to fix the issue where debugger failed to run when user tries >> to debug the function