pgadmin4/web/pgadmin/utils
Aditya Toshniwal 862f101772
Significant changes to use ReactJS extensively.
1. Replace the current layout library wcDocker with ReactJS based rc-dock. #6479
2. Have close buttons on individual panel tabs instead of common. #2821
3. Changes in the context menu on panel tabs - Add close, close all and close others menu items. #5394
4. Allow closing all the tabs, including SQL and Properties. #4733
5. Changes in docking behaviour of different tabs based on user requests and remove lock layout menu.
6. Fix an issue where the scroll position of panels was not remembered on Firefox. #2986
7. Reset layout now will not require page refresh and is done spontaneously.
8. Use the zustand store for storing preferences instead of plain JS objects. This will help reflecting preferences immediately.
9. The above fix incorrect format (no indent) of SQL stored functions/procedures. #6720
10. New version check is moved to an async request now instead of app start to improve startup performance.
11. Remove jQuery and Bootstrap completely.
12. Replace jasmine and karma test runner with jest. Migrate all the JS test cases to jest. This will save time in writing and debugging JS tests.
13. Other important code improvements and cleanup.
2023-10-23 17:43:17 +05:30
..
driver Added 'hostaddr' and used host string as it is while creating SSHTunnel. 2023-10-12 17:57:40 +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 Significant changes to use ReactJS extensively. 2023-10-23 17:43:17 +05:30
ajax.py Added capability to deploy PostgreSQL servers on Google Cloud. #5750 2023-03-13 14:56:16 +05:30
compile_template_name.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
constants.py 1) Added 'load_balance_hosts' connection string parameter for PG 16 and above. #6802 2023-10-04 17:55:37 +05:30
crypto.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
csrf.py Update copyright notices for 2023 2023-01-02 11:53:55 +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 python 3 updates 2022-11-19 10:13:41 +05:30
paths.py Fixed the following SonarQube code smells: 2023-06-12 18:44:31 +05:30
preferences.py Add a note on top of keyboard shortcuts preferences to show the Accesskey of the browser. #5022 2023-03-24 15:44:43 +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 Update copyright notices for 2023 2023-01-02 11:53:55 +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