pgAdmin 4 commit: AWS cloud deployment issues fixed:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: AWS cloud deployment issues fixed:
Date: 2022-03-04 05:44:00
Message-ID: E1nQ0jQ-0001CC-Oc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

AWS cloud deployment issues fixed:

1) A console error was logged for db version 9.6.1 due to an update to boto3
2) Unmask Access Key Field.
3) Update the supported database version list to include Postgres 10 and above.

refs #7177

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0f5a97fa6e9d1bf55e37b0a14427fbbe3ddf62cb
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/cloud/static/js/cloud_db_details_schema.ui.js | 2 +-
web/pgadmin/misc/cloud/utils/rds.py | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-03-04 05:44:16 Re: [Patch] - AWS Cloud Deployment fixes
Previous Message Yogesh Mahajan 2022-03-03 13:33:22 [Patch] - AWS Cloud Deployment fixes