pgAdmin 4 commit: 1. Use EDB's repo for react-data-grid instead of the - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1. Use EDB's repo for react-data-grid instead of the
Date
Msg-id E1oY6DH-0001WA-SK@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1. Use EDB's repo for react-data-grid instead of the personal repo.
2. Improved searching in the Search Objects.
3. Fixed react warnings in the query tool.
4. Fixed some SonarQube issues.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2de965d710cef28c4504366c9ec326e4548d4478
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/package.json                                            |  2 +-
web/pgadmin/authenticate/__init__.py                        |  2 +-
web/pgadmin/authenticate/oauth2.py                          |  4 ++--
web/pgadmin/browser/__init__.py                             |  6 +++---
web/pgadmin/misc/cloud/rds/__init__.py                      |  4 ++--
web/pgadmin/misc/file_manager/__init__.py                   |  2 +-
web/pgadmin/static/js/Explain/Analysis.jsx                  |  8 ++++----
web/pgadmin/static/js/Explain/ExplainStatistics.jsx         | 12 ++----------
web/pgadmin/static/js/Explain/Graphical.jsx                 |  2 +-
web/pgadmin/static/js/tree/tree.js                          |  3 ++-
web/pgadmin/tools/debugger/__init__.py                      | 10 +++++-----
web/pgadmin/tools/debugger/static/js/DebuggerModule.js      |  4 ++--
web/pgadmin/tools/debugger/templates/debugger/direct.html   | 13 ++++++++++++-
web/pgadmin/tools/debugger/tests/test_init_target.py        |  4 ++--
.../tools/debugger/tests/test_start_listener_debugger.py    |  7 +------
web/pgadmin/tools/debugger/tests/utils.py                   |  4 ++--
.../static/js/components/QueryToolDataGrid/index.jsx        |  1 +
web/yarn.lock                                               |  6 +++---
18 files changed, 47 insertions(+), 47 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][patch] Change react-data-grid source in package.json
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] Change react-data-grid source in package.json