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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Changing the state of the react directly is not re
Дата
Msg-id E1kFuhp-0003wH-8l@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM5794] Excessive CPU usage while browser is idle
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Fixed an issue while refreshing Resource Group. Fixes