pgAdmin 4 commit: Added check if the Windows version is not supporting

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added check if the Windows version is not supporting
Date: 2021-06-14 06:17:51
Message-ID: E1lsfux-0001Jv-Sv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added check if the Windows version is not supporting the ConPty or WinPty disable the PSQL for that version.

refs #2341

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=09693d14d1cba5f07f12648d12d8f1aec5498306
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/psql_tool.rst | 6 ++
web/pgadmin/__init__.py | 2 +-
web/pgadmin/browser/__init__.py | 3 +-
.../browser/register_browser_preferences.py | 68 +++++++++++-----------
web/pgadmin/browser/templates/browser/js/utils.js | 2 +-
web/pgadmin/tools/psql/__init__.py | 7 ++-
6 files changed, 50 insertions(+), 38 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-14 06:18:13 Re: [pgAdmin][RM-2341]: Add menu option for starting PSQL
Previous Message Nikhil Mohite 2021-06-14 05:24:54 Re: [pgAdmin][RM-2341]: Add menu option for starting PSQL