pgAdmin4 v6.10 candidate builds

2022-05-30 Thread Akshay Joshi
Hi All,

pgAdmin4 v6.10 candidate builds and source code is available at
https://developer.pgadmin.org/builds/2022-05-30-1/

Fahar, could you please verify this for Thursday's release.

-- 



Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com







Re: [pgAdmin][RM7374] Query Tool Connection Dropdown background

2022-05-30 Thread Akshay Joshi
Thanks, the patch applied.

On Mon, May 30, 2022 at 2:47 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patch fixes more issues related to dropdown background color.
> Please review.
>
> On Thu, May 26, 2022 at 3:32 PM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Thanks, the patch applied.
>>
>> On Thu, May 26, 2022 at 2:32 PM Aditya Toshniwal <
>> aditya.toshni...@enterprisedb.com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Attached patch fixes issue where query tool connection dropdown
>>> background is not changed when the server is changed.
>>> Please review.
>>>
>>> --
>>> Thanks,
>>> Aditya Toshniwal
>>> pgAdmin Hacker | Software Architect | *edbpostgres.com*
>>> 
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>
>>
>> --
>>
>> 
>>
>> Akshay Joshi
>>
>> Principal Software Architect
>>
>> +91 9767888246
>>
>> www.enterprisedb.com
>>
>> 
>> 
>> 
>> 
>>
>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Software Architect | *edbpostgres.com*
> 
> "Don't Complain about Heat, Plant a TREE"
>


-- 



Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com







pgAdmin 4 commit: Update version for release.

2022-05-30 Thread Akshay Joshi
Update version for release.

Branch
--
master

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

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



pgAdmin 4 commit: Fixed some issues related to the dropdown background

2022-05-30 Thread Akshay Joshi
Fixed some issues related to the dropdown background color. Fixes #7374

Branch
--
master

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

Modified Files
--
web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx | 2 ++
1 file changed, 2 insertions(+)



Re: Translation Request

2022-05-30 Thread Aditya Toshniwal
Hi Nejep,

Please visit https://www.pgadmin.org/development/translations/ for details.
Let us know if you face any issues.

On Mon, May 30, 2022 at 3:30 PM Nejep Ballyyev 
wrote:

> Hello Support Team!
> I would like to translate the messages catalog to Russian.
> I found some mistakes in technical phrases.
>
> Regards, Nejep!
>


-- 
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*

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


Translation Request

2022-05-30 Thread Nejep Ballyyev
Hello Support Team!
I would like to translate the messages catalog to Russian.
I found some mistakes in technical phrases.

Regards, Nejep!


Re: [pgAdmin][RM7374] Query Tool Connection Dropdown background

2022-05-30 Thread Aditya Toshniwal
Hi Hackers,

Attached patch fixes more issues related to dropdown background color.
Please review.

On Thu, May 26, 2022 at 3:32 PM Akshay Joshi 
wrote:

> Thanks, the patch applied.
>
> On Thu, May 26, 2022 at 2:32 PM Aditya Toshniwal <
> aditya.toshni...@enterprisedb.com> wrote:
>
>> Hi Hackers,
>>
>> Attached patch fixes issue where query tool connection dropdown
>> background is not changed when the server is changed.
>> Please review.
>>
>> --
>> Thanks,
>> Aditya Toshniwal
>> pgAdmin Hacker | Software Architect | *edbpostgres.com*
>> 
>> "Don't Complain about Heat, Plant a TREE"
>>
>
>
> --
>
> 
>
> Akshay Joshi
>
> Principal Software Architect
>
> +91 9767888246
>
> www.enterprisedb.com
>
> 
> 
> 
> 
>


-- 
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*

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


RM7374.part2.patch
Description: Binary data


Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables

2022-05-30 Thread Akshay Joshi
Thanks, the patch applied.

On Mon, May 30, 2022 at 12:23 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:

> Hi Akshay,
>
> Please find the attached patch to resolve the issue with the loader. The
> loader for the Statistics, Properties panel appears at the left top corner.
> It should appear in the middle of the page.
> Also, I fixed column resizing for dependent and dependencies panels, I
> somehow missed that in the previous patch.
>
>
>
> *Thanks & Regards,*
>
> *Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation*
>
>
> On Wed, May 18, 2022 at 5:51 PM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Thanks, the patch applied.
>>
>> On Wed, May 18, 2022 at 5:44 PM Pradip Parkale <
>> pradip.park...@enterprisedb.com> wrote:
>>
>>> Hi Akshay,
>>>
>>> Please find the updated patch
>>>
>>> On Wed, May 18, 2022 at 5:18 PM Akshay Joshi <
>>> akshay.jo...@enterprisedb.com> wrote:
>>>
 Hi Pradip

 Found the following issues:

1. On Resize columns get automatically sorted.

 Fixed.
>>>

1. Unable to expand the last column of every table of the tab.
Example: Description column of the Configuration tab.

 Fixed.
>>>

 On Wed, May 18, 2022 at 3:32 PM Pradip Parkale <
 pradip.park...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached for # 7364.Allow resizing of columns on
> dashboard tables
> After this patch users can resize the dashboard columns.
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>


 --

 

 Akshay Joshi

 Principal Software Architect

 +91 9767888246

 www.enterprisedb.com

 
 
 
 

>>>
>>>
>>> --
>>> Thanks & Regards,
>>> Pradip Parkale
>>> Software Engineer | EnterpriseDB Corporation
>>>
>>
>>
>> --
>>
>> 
>>
>> Akshay Joshi
>>
>> Principal Software Architect
>>
>> +91 9767888246
>>
>> www.enterprisedb.com
>>
>> 
>> 
>> 
>> 
>>
>

-- 



Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com







pgAdmin 4 commit: Fixed the loader issue for the Statistics and Propert

2022-05-30 Thread Akshay Joshi
Fixed the loader issue for the Statistics and Properties panel. Fixed column 
resizing for dependent and dependencies panels.

refs #7364

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f7836b67af28bac30b46fd105cf5b73eacc813df
Author: Pradip Parkale 

Modified Files
--
web/pgadmin/misc/dependencies/static/js/Dependencies.jsx |  6 +++---
web/pgadmin/misc/dependents/static/js/Dependents.jsx |  6 +++---
web/pgadmin/misc/properties/CollectionNodeProperties.jsx |  2 +-
web/pgadmin/misc/sql/static/js/SQL.jsx   |  2 +-
web/pgadmin/misc/statistics/static/js/Statistics.jsx | 15 +--
5 files changed, 13 insertions(+), 18 deletions(-)



Re: [pgAdmin][RM7364]: Allow resizing of columns on dashboard tables

2022-05-30 Thread Pradip Parkale
Hi Akshay,

Please find the attached patch to resolve the issue with the loader. The
loader for the Statistics, Properties panel appears at the left top corner.
It should appear in the middle of the page.
Also, I fixed column resizing for dependent and dependencies panels, I
somehow missed that in the previous patch.



*Thanks & Regards,*

*Pradip ParkaleSoftware Engineer | EnterpriseDB Corporation*


On Wed, May 18, 2022 at 5:51 PM Akshay Joshi 
wrote:

> Thanks, the patch applied.
>
> On Wed, May 18, 2022 at 5:44 PM Pradip Parkale <
> pradip.park...@enterprisedb.com> wrote:
>
>> Hi Akshay,
>>
>> Please find the updated patch
>>
>> On Wed, May 18, 2022 at 5:18 PM Akshay Joshi <
>> akshay.jo...@enterprisedb.com> wrote:
>>
>>> Hi Pradip
>>>
>>> Found the following issues:
>>>
>>>1. On Resize columns get automatically sorted.
>>>
>>> Fixed.
>>
>>>
>>>1. Unable to expand the last column of every table of the tab.
>>>Example: Description column of the Configuration tab.
>>>
>>> Fixed.
>>
>>>
>>> On Wed, May 18, 2022 at 3:32 PM Pradip Parkale <
>>> pradip.park...@enterprisedb.com> wrote:
>>>
 Hi Hackers,

 Please find the attached for # 7364.Allow resizing of columns on
 dashboard tables
 After this patch users can resize the dashboard columns.

 --
 Thanks & Regards,
 Pradip Parkale
 Software Engineer | EnterpriseDB Corporation

>>>
>>>
>>> --
>>>
>>> 
>>>
>>> Akshay Joshi
>>>
>>> Principal Software Architect
>>>
>>> +91 9767888246
>>>
>>> www.enterprisedb.com
>>>
>>> 
>>> 
>>> 
>>> 
>>>
>>
>>
>> --
>> Thanks & Regards,
>> Pradip Parkale
>> Software Engineer | EnterpriseDB Corporation
>>
>
>
> --
>
> 
>
> Akshay Joshi
>
> Principal Software Architect
>
> +91 9767888246
>
> www.enterprisedb.com
>
> 
> 
> 
> 
>


loaderIssue.patch
Description: Binary data