pgAdmin 4 commit: The following issues related to cloud deployment have

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: The following issues related to cloud deployment have
Date: 2022-03-02 13:34:22
Message-ID: E1nPP7W-0000V2-Vy@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

The following issues related to cloud deployment have been resolved:
- Masking the credentials input fields
- The loading symbol doesn't work while reloading the options in the select control
- Reduce the wizard opening timeout
- urllib library upgrade impacts host IP fetch

refs #7177

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=69069e9af33bd7494cbf2e2f50691f14bd0c07d0
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgacloud/utils/misc.py | 8 +++-----
web/pgadmin/misc/cloud/__init__.py | 4 +++-
web/pgadmin/misc/cloud/static/js/cloud.js | 2 +-
web/pgadmin/misc/cloud/static/js/cloud_db_details_schema.ui.js | 7 +++----
web/pgadmin/misc/cloud/utils/__init__.py | 8 +++-----
web/pgadmin/static/js/components/FormComponents.jsx | 1 +
6 files changed, 14 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2022-03-03 12:23:15 pgAdmin 4 commit: Include the package priority in Debian/Ubuntu package
Previous Message Akshay Joshi 2022-03-02 13:33:53 Re: [pgAdmin4][Patch] - Cloud Wizard fixes