pgAdmin4 v6.11 candidate builds

2022-06-28 Thread Akshay Joshi
Hi All,

pgAdmin4 v6.11 candidate builds and source code is available at
https://developer.pgadmin.org/builds/2022-06-28-1/

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

-- 



Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com







pgAdmin 4 commit: Reset the zoom before destroying the chart.

2022-06-28 Thread Akshay Joshi
Reset the zoom before destroying the chart.

Branch
--
master

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

Modified Files
--
web/pgadmin/static/js/chartjs/index.jsx | 1 +
1 file changed, 1 insertion(+)



[pgAdmin][patch] File name not reflecting on query tool new tab title

2022-06-28 Thread Aditya Toshniwal
Hi Hackers,

Attached is the patch to fix the issue.

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

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


filename.newtab.patch
Description: Binary data


Re: [Patch] - Bug #7506 - "Errno 13] Permission denied: '/home/pgadmin'" displayed if user authenticate PostgreSQL Azure on Docker and the server mode of Rpm and Debian

2022-06-28 Thread Yogesh Mahajan
Hi,

Please find the attached patch which disables Azure PostgreSQL cloud
deployment feature in Server Mode.

Thanks,
Yogesh Mahajan
EnterpriseDB


On Tue, Jun 28, 2022 at 11:31 AM Akshay Joshi 
wrote:

> Thanks, the patch applied.
>
> On Tue, Jun 28, 2022 at 10:36 AM Yogesh Mahajan <
> yogesh.maha...@enterprisedb.com> wrote:
>
>> Hi Team,
>>
>> Please find the attached patch which fixes module import issue.
>>
>> Thanks,
>> Yogesh Mahajan
>> EnterpriseDB
>>
>>
>> On Mon, Jun 27, 2022 at 7:39 PM Akshay Joshi <
>> akshay.jo...@enterprisedb.com> wrote:
>>
>>> Thanks, the patch applied.
>>>
>>> On Mon, Jun 27, 2022 at 7:15 PM Yogesh Mahajan <
>>> yogesh.maha...@enterprisedb.com> wrote:
>>>
 Hi,

 Please find the attached patch which fixez the error for storing cache
 file created by Azure.

 Thanks,
 Yogesh Mahajan
 EnterpriseDB

>>>
>>>
>>> --
>>>
>>> 
>>>
>>> Akshay Joshi
>>>
>>> Principal Software Architect
>>>
>>> +91 9767888246
>>>
>>> www.enterprisedb.com
>>>
>>> 
>>> 
>>> 
>>> 
>>>
>>
>
> --
>
> 
>
> Akshay Joshi
>
> Principal Software Architect
>
> +91 9767888246
>
> www.enterprisedb.com
>
> 
> 
> 
> 
>


RM7506_v3.patch
Description: Binary data


pgAdmin 4 commit: Disables Azure PostgreSQL cloud deployment in Server

2022-06-28 Thread Akshay Joshi
Disables Azure PostgreSQL cloud deployment in Server mode.

refs #7506

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=64e1e004ae50b77b18325d73accf87c637acbb09
Author: Yogesh Mahajan 

Modified Files
--
docs/en_US/cloud_azure_postgresql.rst| 10 +-
web/pgadmin/misc/cloud/__init__.py   |  7 ++-
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx |  7 ++-
3 files changed, 17 insertions(+), 7 deletions(-)



pgAdmin 4 commit: Ensure that the file name should be reflected on the

2022-06-28 Thread Akshay Joshi
Ensure that the file name should be reflected on the query tool for the new tab 
title.

Branch
--
master

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

Modified Files
--
web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx | 1 +
web/pgadmin/tools/sqleditor/static/js/components/sections/Query.jsx | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)



pgAdmin 4 commit: Screenshot size updated.

2022-06-28 Thread Akshay Joshi
Screenshot size updated.

refs #7506

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4ad2fbf7bb4fdf730b870f3a72a2ad447bc50e26
Author: Yogesh Mahajan 

Modified Files
--
docs/en_US/cloud_azure_postgresql.rst  |   4 +++-
docs/en_US/images/cloud_aws_provider.png   | Bin 132942 -> 75302 bytes
.../images/cloud_azure_bg_process_watcher.png  | Bin 232609 -> 175237 bytes
docs/en_US/images/cloud_azure_credentials.png  | Bin 232938 -> 158060 bytes
docs/en_US/images/cloud_azure_database.png | Bin 243127 -> 150686 bytes
docs/en_US/images/cloud_azure_instance.png | Bin 241843 -> 141015 bytes
docs/en_US/images/cloud_azure_network.png  | Bin 277729 -> 173600 bytes
docs/en_US/images/cloud_azure_provider.png | Bin 139930 -> 78073 bytes
docs/en_US/images/cloud_azure_review.png   | Bin 237199 -> 143137 bytes
docs/en_US/images/cloud_biganimal_provider.png | Bin 129735 -> 74771 bytes
docs/en_US/images/cloud_deployment_tree.png| Bin 91765 -> 80156 bytes
11 files changed, 3 insertions(+), 1 deletion(-)



Re: [Patch] - Bug #7506 - "Errno 13] Permission denied: '/home/pgadmin'" displayed if user authenticate PostgreSQL Azure on Docker and the server mode of Rpm and Debian

2022-06-28 Thread Akshay Joshi
Thanks, the patch applied.

On Tue, Jun 28, 2022 at 6:15 PM Yogesh Mahajan <
yogesh.maha...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch which disables Azure PostgreSQL cloud
> deployment feature in Server Mode.
>
> Thanks,
> Yogesh Mahajan
> EnterpriseDB
>
>
> On Tue, Jun 28, 2022 at 11:31 AM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Thanks, the patch applied.
>>
>> On Tue, Jun 28, 2022 at 10:36 AM Yogesh Mahajan <
>> yogesh.maha...@enterprisedb.com> wrote:
>>
>>> Hi Team,
>>>
>>> Please find the attached patch which fixes module import issue.
>>>
>>> Thanks,
>>> Yogesh Mahajan
>>> EnterpriseDB
>>>
>>>
>>> On Mon, Jun 27, 2022 at 7:39 PM Akshay Joshi <
>>> akshay.jo...@enterprisedb.com> wrote:
>>>
 Thanks, the patch applied.

 On Mon, Jun 27, 2022 at 7:15 PM Yogesh Mahajan <
 yogesh.maha...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch which fixez the error for storing cache
> file created by Azure.
>
> Thanks,
> Yogesh Mahajan
> EnterpriseDB
>


 --

 

 Akshay Joshi

 Principal Software Architect

 +91 9767888246

 www.enterprisedb.com

 
 
 
 

>>>
>>
>> --
>>
>> 
>>
>> Akshay Joshi
>>
>> Principal Software Architect
>>
>> +91 9767888246
>>
>> www.enterprisedb.com
>>
>> 
>> 
>> 
>> 
>>
>

-- 



Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com







Re: [pgAdmin][patch] File name not reflecting on query tool new tab title

2022-06-28 Thread Akshay Joshi
Thanks, the patch applied.

On Tue, Jun 28, 2022 at 5:52 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached is the patch to fix the issue.
>
> --
> 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







Re: pgAdmin4 v6.11 candidate builds

2022-06-28 Thread Akshay Joshi
Hi All

Found one issue with Azure deployment in Server mode, so for this release,
Azure deployment is only supported in the Desktop mode.
The latest candidate builds and source code is available at
https://developer.pgadmin.org/builds/2022-06-28-2/

On Tue, Jun 28, 2022 at 12:36 PM Akshay Joshi 
wrote:

> Hi All,
>
> pgAdmin4 v6.11 candidate builds and source code is available at
> https://developer.pgadmin.org/builds/2022-06-28-1/
>
> Fahar, could you please verify this for Thursday's release.
>
> --
>
> 
>
> Akshay Joshi
>
> Principal Software Architect
>
> +91 9767888246
>
> www.enterprisedb.com
>
> 
> 
> 
> 
>


-- 



Akshay Joshi

Principal Software Architect

+91 9767888246

www.enterprisedb.com