Re: Feature #7178 - PostgreSQL deployment on Microsoft Azure

From: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Feature #7178 - PostgreSQL deployment on Microsoft Azure
Date: 2022-06-10 14:23:02
Message-ID: CAMa=N=N7OxP7TNw3yNUZsA3CJDuKOoCbp9XJbHiDLZpR2_cBUQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the updated patch with documentation.

On Mon, Jun 6, 2022 at 1:10 PM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> Hi Yogesh,
>
> Review comments:
>
> - Step 2: The below statements should be in a different line, like
> -
> - "Azure CLI" will use the currently logged in identity through
> Azure CLI on the local machine.
> - "Interactive Browser" opens a browser to authenticate a user
> interactively.
>
> Done.

>
> - Disable the next button once authentication is complete.
>
> As discussed disabled Authentication button once authentication is
completed.

>
> - Cluster name availability call calls the server on every field change
>
> Done.

>
> - Availability zone needs description
>
> This is a generic term with cloud hence not added.

>
> - Add High availability option
>
> Done

>
>
> Code:
>
> - check_cluster_name_availability should be using the GET method
> instead of Post
>
> Done.

>
> - Fix SonarLint issues
>
> Done.

>
> - Do we need the cache_persistence_options as it will create the
> persistent storage which we do not require I guess?
>
> Yes, it is required.

>
> - Why do we need to call _get_azure_credentials on every request?
> Can't we store it in the session object?
>
> Function returns without calling again credentials if an existing client
is present.

>
> - Use gettext wherever required in the js file
>
> Done.

>
> Thanks,
> Khushboo
>

Thanks,
Yogesh Mahajan
EnterpriseDB

>
> On Wed, 1 Jun 2022, 10:11 Yogesh Mahajan, <yogesh(dot)mahajan(at)enterprisedb(dot)com>
> wrote:
>
>> Hi,
>>
>> Please find the attached patch which provides functionality to deploy a
>> Postgres cloud instance on Azure Postgresql.
>>
>> Thanks,
>> Yogesh Mahajan
>> EnterpriseDB
>>
>

Attachment Content-Type Size
Feature_7178_v2.patch application/octet-stream 2.2 MB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jim Popovitch 2022-06-10 15:37:33 connection failures on forked processes
Previous Message Dave Page 2022-06-10 08:50:48 Re: [pgAdmin][RM7351]: Templates not displayed