[pgAdmin][RM4134] Tablespace location shows error "Location cannot be empty" in the pgAdmin 4

2019-04-17 Thread Aditya Toshniwal
Hi Hackers, Attached is a tiny patch to fix the error "Location cannot be empty" in Tablespace dialog, which occurs even if Location is disabled in edit mode. -- Thanks and Regards, Aditya Toshniwal Software Engineer | EnterpriseDB Software Solutions | Pune "Don't Complain about Heat, Plant a

Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes

2019-04-17 Thread Khushboo Vashi
Hi Akshay, Please find the attached updated patch. On Tue, Apr 16, 2019 at 1:05 PM Akshay Joshi wrote: > Hi Khushboo > > Following are my review comments: > >- Jasmine test case are failing. > > This is due to the Slickgrid upgrade. I will send the separate patch for the same. > >-

pgAdmin 4 commit: Ensure sanity of the permissions on the storage and s

2019-04-17 Thread Dave Page
Ensure sanity of the permissions on the storage and session directories and the config database. Fixes #4182 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d728ee7436be86917f3cfac1c7f109ed521b1fe4 Modified Files --

[pgAdmin][RM4101] No confirmation before window refresh in query tabs

2019-04-17 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to ask for confirmation before reload if query tool or debugger is opened in a new tab. I have also fixed a small issue where debugger is not opening in new tab. The datagrid/close URL which is called when query tool is closed was called with GET method, which