pgAdmin 4 commit: 1) Changing the state of the react directly is not re - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Changing the state of the react directly is not re
Date
Msg-id E1kFuhp-0003wH-8l@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

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