pgAdmin 4 commit: Ensure that unwanted APIs should not be getting calle

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that unwanted APIs should not be getting calle
Date: 2022-05-24 06:14:51
Message-ID: E1ntNoh-0001m0-QI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that unwanted APIs should not be getting called for BigAnimal. Fixes #7368
Updated the BigAnimal icon.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_10.rst | 1 +
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx | 9 +++-
web/pgadmin/misc/cloud/static/js/biganimal.js | 59 ++++++++++++----------
.../misc/cloud/static/js/cloud_components.jsx | 3 +-
web/pgadmin/static/img/biganimal.svg | 1 +
web/pgadmin/static/js/components/ExternalIcon.jsx | 4 ++
6 files changed, 47 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-05-24 06:15:37 Re: [pgAdmin 4][Patch] : Fixed the RM #7368
Previous Message Pradip Parkale 2022-05-24 05:35:24 Re: [pgAdmin]: Feature test cases fixes