pgadmin4/web/pgadmin/utils
Nikhil Mohite ec12dc5288
Fixed the following issues found in testing #5908:
1. Filter buttons remain highlighted after promotion but the button is disabled.
2. Data changes are getting committed even when Auto commit is turned off on the promoted query tool window.
2023-12-27 13:36:20 +05:30
..
driver Added keep-alive support for SSH sessions when connecting to a PostgreSQL server via an SSH tunnel. #7016 2023-12-19 16:16:03 +05:30
dynamic_registry Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
javascript Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
sqlautocomplete Added support for psycopg3 along with psycopg2. #5011 2023-02-15 11:31:29 +05:30
tests 1) Fixed Schema Diff issue. 2023-06-19 18:44:55 +05:30
__init__.py Administer pgAdmin Users and Preferences Using the Command Line Interface (CLI). #2483 2023-12-21 12:07:26 +05:30
ajax.py Fixed an issue where syntax error was not highlighting for explain query. #6887 2023-12-11 10:57:17 +05:30
compile_template_name.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
constants.py Fixed the following issues found in testing #5908: 2023-12-27 13:36:20 +05:30
crypto.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
csrf.py Administer pgAdmin Users and Preferences Using the Command Line Interface (CLI). #2483 2023-12-21 12:07:26 +05:30
csv.py python 3 updates 2022-11-19 10:13:41 +05:30
enhanced_log_rotation.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
exception.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
heartbeat.py While restoring the database connections due to lost server connection, ensure that the databases which were previously connected are only reconnected. #5919 2023-03-24 14:33:45 +05:30
html.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
locker.py Fixed error occurring while logging out from pgAdmin keeping a query tool opened. #6120 2023-04-18 17:54:21 +05:30
master_password.py Allow pgAdmin to retrieve master password from external script/program. #4769 2023-05-25 13:49:08 +05:30
menu.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
passexec.py 1) Replace utcnow() function with datetime.now(timezone.utc) as it is deprecated from Python v3.12. 2023-11-03 16:55:24 +05:30
paths.py Fixed the following SonarQube code smells: 2023-06-12 18:44:31 +05:30
preferences.py Administer pgAdmin Users and Preferences Using the Command Line Interface (CLI). #2483 2023-12-21 12:07:26 +05:30
route.py Ensure that if test cases run with the '--pkg resql' option then only RESQL test cases should be run. 2023-06-20 17:24:37 +05:30
security_headers.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
server_utils.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
session.py Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. #5901 2023-03-15 11:57:16 +05:30
validation_utils.py Upgrade Flask, Flask-SQLAlchemy, Flask-WTF, Flask-Babel, Flask-Security-Too, WTForms, Werkzeug and keep backward compatibility with Python 3.7 2023-11-03 18:19:01 +05:30
versioned_template_loader.py 1) Added support for SYSTEM, CONCURRENTLY and TABLESPACE options in REINDEX. #6381 2023-07-27 17:34:25 +05:30