pgAdmin 4 commit: Correct bug number, per Khushboo.

2018-12-13 Thread Dave Page
Correct bug number, per Khushboo. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=62bb3ca0976ce7c2fb55ad43335e5e6f67891ddb Modified Files -- docs/en_US/release_notes_3_7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [pgAdmin4][Patch]: RM 3433 - query tool not responsive or showing any tab or window when selected

2018-12-13 Thread Dave Page
Thanks, patch applied. On Thu, Dec 13, 2018 at 10:33 AM Khushboo Vashi wrote: > > Hi, > > Please find the attached patch to fix the RM #3433 - query tool not > responsive or showing any tab or window when selected. > > - Put the wait timeout of 2 secs in the select.select call in the Psycopg > A

pgAdmin 4 commit: Fix an issue that could cause the Query Tool to fail

2018-12-13 Thread Dave Page
Fix an issue that could cause the Query Tool to fail to render. Fixes #3433 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e666b0fab0a8604d5f0e1fc7c9da8941b3f91c37 Author: Khushboo Vashi Modified Files -- docs/en_US/release_notes

Re: [pgAdmin4][Patch] : RM # 3797 - Detele/drop and drop cascade option under properties section should be disabled for pg_catalog

2018-12-13 Thread Dave Page
Thanks, patch applied. On Wed, Dec 12, 2018 at 9:04 AM Khushboo Vashi wrote: > > Hi, > > Please find the attached patch to fix the RM # 3797 - Detele/drop and drop > cascade option under properties section should be disabled for pg_catalog > > - Multiple delete should be disabled for pg_catalog a

pgAdmin 4 commit: Prevent attempts to bulk-drop schema objects. Fixes #

2018-12-13 Thread Dave Page
Prevent attempts to bulk-drop schema objects. Fixes #3797 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dfbb2212c0e12892991742061f4b98f89fb009bd Author: Khushboo Vashi Modified Files -- docs/en_US/release_notes_3_7.rst

Re: [pgAdmin4][Patch]: RM #3805 Result table cell view/edit popup dialog stopped resizing horizontally

2018-12-13 Thread Dave Page
Thanks, patch applied. On Mon, Dec 10, 2018 at 9:27 AM Akshay Joshi wrote: > > Hi Hackers, > > Attached is the patch to fix RM #3805 Result table cell view/edit popup > dialog stopped resizing horizontally. This fix will work for RM #3083 as well. > > Please review it. > > -- > Akshay Joshi > Sr.

pgAdmin 4 commit: Increase the size of the resize handle of the edit gr

2018-12-13 Thread Dave Page
Increase the size of the resize handle of the edit grid text pop-out. Fixes #3083 Allow horizontal sizing of the edit grid text pop-out. Fixes #3805 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=52fb8e197ff9d69fb3c6b658164425dba8b096df Autho

Re: [pgAdmin4][Patch]: RM #3589 Allow user to save/download Explain plan as JPEG/SVG format

2018-12-13 Thread Dave Page
Hi Thanks - patch applied. I think we need further work on the plan line width though - they're thicker, but I still don't see obvious differences based on the cost. Maybe look at the algorithm used in pgAdmin3? On Mon, Dec 10, 2018 at 6:20 AM Akshay Joshi wrote: > Hi Dave/Hackers > > > On Thu

pgAdmin 4 commit: Allow query plans to be downloaded as SVG files. Fixe

2018-12-13 Thread Dave Page
Allow query plans to be downloaded as SVG files. Fixes #3589 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d68eede3e6d3a14a8b5f3f61f29a80128950 Modified Files -- docs/en_US/images/query_output_explain.png | Bin 78268

[pgAdmin4][Patch]: RM 3433 - query tool not responsive or showing any tab or window when selected

2018-12-13 Thread Khushboo Vashi
Hi, Please find the attached patch to fix the RM #3433 - query tool not responsive or showing any tab or window when selected. - Put the wait timeout of 2 secs in the select.select call in the Psycopg Async Polling. Thanks, Khushboo RM_3433.patch Description: Binary data

pgAdmin 4 commit: Minor bootstrap 4 fixes:

2018-12-13 Thread Dave Page
Minor bootstrap 4 fixes: - Removed 'collapse in' css from wizard as we have 'collapse show' in Bootstrap-4 - Fixed 'Select/Unselect All' button layout for Select2 control used in pgAgent. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=04735e

Re: [pgAdmin4] Fix Bootstrap-4 CSS issues

2018-12-13 Thread Dave Page
Thanks, applied. On Fri, Dec 7, 2018 at 12:41 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > Please find a minor patch to fix the CSS related issues. > - Removed 'collapse in' css from wizard as we have 'collapse show' > in Bootstrap-4 > - Fixed 'Select/Unselect All'