pgAdmin 4 commit: 1) Changing the state of the react directly is not re

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Changing the state of the react directly is not re
Date: 2020-09-09 07:39:49
Message-ID: E1kFuhp-0003wH-8l@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Changing the state of the react directly is not recommended, so avoid changing it directly.
2) Fixed API test cases.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=796a8a013a5a4bd570d8e35877f62ee2bf4d4076
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/dashboard/static/js/Graphs.jsx | 17 +++++++++++------
web/pgadmin/utils/driver/psycopg2/connection.py | 5 +++--
2 files changed, 14 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-09 09:04:27 pgAdmin 4 commit: Fixed an issue while refreshing Resource Group. Fixes
Previous Message Aditya Toshniwal 2020-09-09 06:09:15 Re: [pgAdmin][RM5794] Excessive CPU usage while browser is idle