[pgadmin-org/pgadmin4] 4fc0f2: Use SocketIO instead of REST for fetching database...

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 4fc0f2: Use SocketIO instead of REST for fetching database...
Date: 2022-10-17 09:54:35
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/8ef3f2-4fc0f2@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 4fc0f288c7ed9c73c31d63ac06483854bfa0c5e3
https://github.com/pgadmin-org/pgadmin4/commit/4fc0f288c7ed9c73c31d63ac06483854bfa0c5e3
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2022-10-17 (Mon, 17 Oct 2022)

Changed paths:
M docs/en_US/release_notes_6_15.rst
M web/pgadmin/authenticate/__init__.py
A web/pgadmin/static/js/socket_instance.js
M web/pgadmin/tools/erd/__init__.py
M web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx
M web/pgadmin/tools/erd/tests/test_tables.py
M web/pgadmin/utils/route.py
M web/regression/javascript/erd/ui_components/ERDTool.spec.js
M web/webpack.test.config.js

Log Message:
-----------
Use SocketIO instead of REST for fetching database tables data in ERD. #5065

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-10-17 09:58:29 [pgadmin-org/pgadmin4] 0a3a90: Update version for release.
Previous Message Dave Page 2022-10-17 09:03:04 [pgadmin-org/pgadmin4] 8ef3f2: Support PostgreSQL 15.