| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Disable the PSQL tool for Windows, the 'fcntl' module |
| Date: | 2021-06-17 10:28:56 |
| Message-ID: | E1ltpGa-0007Bd-Kp@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Disable the PSQL tool for Windows, the 'fcntl' module is not working on Windows.
Branches
--------
React_Porting
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e0eac875b619fd41a2ec83f7994a5bac337b521a
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>
Modified Files
--------------
web/pgadmin/browser/__init__.py | 3 +-
.../browser/register_browser_preferences.py | 91 ++++++++++++++--------
web/pgadmin/browser/static/js/collection.js | 14 ++--
web/pgadmin/browser/static/js/node.js | 2 +-
web/pgadmin/browser/static/js/toolbar.js | 4 +-
web/pgadmin/browser/templates/browser/js/utils.js | 2 +
web/pgadmin/tools/psql/__init__.py | 79 +++++++++++--------
web/pgadmin/tools/psql/static/js/psql_module.js | 2 +-
.../tools/psql/templates/editor_template.html | 58 +++++++-------
web/pgadmin/tools/psql/tests/test_backend_task.py | 3 +
web/pgadmin/tools/psql/tests/test_panel.py | 3 +
web/pgadmin/tools/psql/tests/test_psql_disabled.py | 3 +
web/pgadmin/tools/psql/tests/test_psql_input.py | 3 +
.../tools/psql/tests/test_resize_terminal.py | 3 +
.../tools/psql/tests/test_socket_connect.py | 3 +
.../tools/psql/tests/test_socket_disconnect.py | 3 +
web/pgadmin/tools/psql/tests/test_start_process.py | 3 +
.../tools/psql/tests/test_start_process_fail.py | 3 +
18 files changed, 178 insertions(+), 104 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Akshay Joshi | 2021-06-17 10:28:57 | pgAdmin 4 commit: Update Japanese translation. |
| Previous Message | Khushboo Vashi | 2021-06-17 10:27:44 | [pgAdmin4][Patch] - Test cases failure fix |