pgAdmin4 v5.7 candidate builds

2021-09-06 Thread Akshay Joshi
Hi All,

pgAdmin4 v5.7 candidate builds and source can be found at
https://developer.pgadmin.org/builds/2021-09-06-2/

Fahar, can you please verify it for release on Thursday.

-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Revert the minimum window size of the NWjs and set th

2021-09-06 Thread Akshay Joshi
Revert the minimum window size of the NWjs and set the width and height to 
1024x768.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a10b0c7786a3f3d63129500337ba1beecb2a4202

Modified Files
--
runtime/src/js/pgadmin.js | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



Re: [pgAdmin][patch] Min window size for desktop app be 1024x768

2021-09-06 Thread Akshay Joshi
Hi Aditya

The issue is still there, please send the fix if possible.

On Mon, Sep 6, 2021 at 7:23 PM Akshay Joshi 
wrote:

> Thanks, the patch applied.
>
> On Mon, Sep 6, 2021 at 6:20 PM Aditya Toshniwal <
> aditya.toshni...@enterprisedb.com> wrote:
>
>> Attached is the patch :P
>>
>> On Mon, Sep 6, 2021 at 6:14 PM Aditya Toshniwal <
>> aditya.toshni...@enterprisedb.com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Attached patch sets the min window size of the NWjs desktop app to be
>>> 1024x768.
>>> Please review.
>>>
>>> --
>>> Thanks,
>>> Aditya Toshniwal
>>> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
>>> 
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>
>>
>> --
>> Thanks,
>> Aditya Toshniwal
>> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
>> 
>> "Don't Complain about Heat, Plant a TREE"
>>
>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Principal Software Architect*
> *EDB Postgres *
>
> *Mobile: +91 976-788-8246*
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


Re: [pgAdmin][RM-6710]: Multiple query tool tabs getting closed for single close event.

2021-09-06 Thread Akshay Joshi
Thanks, the patch applied.

On Mon, Sep 6, 2021 at 6:23 PM Nikhil Mohite 
wrote:

> Hi Akshay,
>
> Please find the updated patch to resolve the issue related to the
> close query tool with the save query tool changes dialog.
>
>
> On Mon, Aug 30, 2021 at 5:01 PM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Thanks, the patch applied.
>>
>> On Mon, Aug 30, 2021 at 3:30 PM Nikhil Mohite <
>> nikhil.moh...@enterprisedb.com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Please find the attached patch for RM-6710
>>> : Multiple query tool tabs
>>> getting closed for the single close event.
>>>
>>>
>>> --
>>> *Thanks & Regards,*
>>> *Nikhil Mohite*
>>> *Software Engineer.*
>>> *EDB Postgres* 
>>> *Mob.No: +91-7798364578.*
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Principal Software Architect*
>> *EDB Postgres *
>>
>> *Mobile: +91 976-788-8246*
>>
> Regards,
> Nikhil Mohite.
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


Re: [pgAdmin][patch] Min window size for desktop app be 1024x768

2021-09-06 Thread Akshay Joshi
Thanks, the patch applied.

On Mon, Sep 6, 2021 at 6:20 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Attached is the patch :P
>
> On Mon, Sep 6, 2021 at 6:14 PM Aditya Toshniwal <
> aditya.toshni...@enterprisedb.com> wrote:
>
>> Hi Hackers,
>>
>> Attached patch sets the min window size of the NWjs desktop app to be
>> 1024x768.
>> Please review.
>>
>> --
>> Thanks,
>> Aditya Toshniwal
>> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
>> 
>> "Don't Complain about Heat, Plant a TREE"
>>
>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
> 
> "Don't Complain about Heat, Plant a TREE"
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Set the minimum window size of the NWjs desktop app t

2021-09-06 Thread Akshay Joshi
Set the minimum window size of the NWjs desktop app to be 1024x768.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c5ad2c03a215ce4cea5e9ef92b4c449782b85c40
Author: Aditya Toshniwal 

Modified Files
--
runtime/src/js/pgadmin.js | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)



pgAdmin 4 commit: Update version for release.

2021-09-06 Thread Akshay Joshi
Update version for release.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a72bae9e2fc0ea985f43f9a25fdb9b59d0f87fe5

Modified Files
--
web/config.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgAdmin 4 commit: Resolve the issue related to the close query tool pan

2021-09-06 Thread Akshay Joshi
Resolve the issue related to the close query tool panel with the save query 
tool changes.

refs #6710

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f91908f627874b362704b3b6be66e80eb047cd30
Author: Nikhil Mohite 

Modified Files
--
web/pgadmin/tools/datagrid/static/js/datagrid.js   |  2 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 36 --
2 files changed, 13 insertions(+), 25 deletions(-)



Re: [pgAdmin][RM-6710]: Multiple query tool tabs getting closed for single close event.

2021-09-06 Thread Nikhil Mohite
Hi Akshay,

Please find the updated patch to resolve the issue related to the
close query tool with the save query tool changes dialog.


On Mon, Aug 30, 2021 at 5:01 PM Akshay Joshi 
wrote:

> Thanks, the patch applied.
>
> On Mon, Aug 30, 2021 at 3:30 PM Nikhil Mohite <
> nikhil.moh...@enterprisedb.com> wrote:
>
>> Hi Hackers,
>>
>> Please find the attached patch for RM-6710
>> : Multiple query tool tabs
>> getting closed for the single close event.
>>
>>
>> --
>> *Thanks & Regards,*
>> *Nikhil Mohite*
>> *Software Engineer.*
>> *EDB Postgres* 
>> *Mob.No: +91-7798364578.*
>>
>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Principal Software Architect*
> *EDB Postgres *
>
> *Mobile: +91 976-788-8246*
>
Regards,
Nikhil Mohite.


RM-6710_v2.patch
Description: Binary data


Re: [pgAdmin][patch] Min window size for desktop app be 1024x768

2021-09-06 Thread Aditya Toshniwal
Attached is the patch :P

On Mon, Sep 6, 2021 at 6:14 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patch sets the min window size of the NWjs desktop app to be
> 1024x768.
> Please review.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
> 
> "Don't Complain about Heat, Plant a TREE"
>


-- 
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*

"Don't Complain about Heat, Plant a TREE"


pgadmin.nwjs.min.patch
Description: Binary data