pgadmin4/web/pgadmin/utils
Harshal Dhumal 013ad7446f Make the session thread safe.
As sessions in pgAdmin4 are filesystem based session, they need locking
for avoiding the access from multiple threads, specially running as an
WSGI application.

Fixes #3547
2018-08-22 11:58:27 +05:30
..
driver Add support to save and clear SSH Tunnel password. Fixes #3511 2018-08-06 15:56:46 +05:30
javascript PEP8 fixes. 2018-03-02 09:37:11 +00:00
sqlautocomplete pgAdmin4 should work with python 3.7, Fixes #3458 2018-08-06 15:35:03 +05:30
tests Fixed display SQL of table with index for GreenPlum database. Fixes #3306 2018-04-25 12:36:41 +05:30
__init__.py Fix backup in directory format on Windows. 2018-07-17 13:04:28 +01:00
ajax.py Fix handling of SQL_ASCII data in the query tool. Fixes #3289. Fixes #3250 2018-06-21 08:26:01 -04:00
compile_template_name.py Fixed display SQL of table with index for GreenPlum database. Fixes #3306 2018-04-25 12:36:41 +05:30
crypto.py Fix password encryption/decryption on Python 3. 2018-04-11 13:45:59 +01:00
exception.py Add support for SSH tunneled connections. Fixes #1447 2018-05-04 11:27:27 +01:00
html.py PEP8 fixes for the utils module. Fixes #3076 2018-01-31 13:58:55 +00:00
menu.py PEP8 fixes for the utils module. Fixes #3076 2018-01-31 13:58:55 +00:00
paths.py Appropriately set the cookie path. Fixes #3197 2018-03-19 17:09:19 +00:00
preferences.py Ensure text is visible in the SQL Filter dialogue. Fixes #3478 2018-07-09 14:08:41 +01:00
route.py Stabilise feature tests for continuous running on CI systems. Fixes #3136. 2018-08-21 17:39:36 +05:30
server_utils.py Skip tests where appropriate on GPDB. Fixes #3190 2018-03-13 15:32:35 -04:00
session.py Make the session thread safe. 2018-08-22 11:58:27 +05:30
versioned_template_loader.py Function and procedure support for PG11. Fixes #3362 2018-06-13 15:03:17 +01:00