[pgadmin-org/pgadmin4] b923f5: Use fetch instead of axios to close connections in...

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] b923f5: Use fetch instead of axios to close connections in...
Date: 2023-03-20 12:51:00
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/64aa73-b923f5@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: b923f5fcfa448939b08d574cb138d7584fb4f746
https://github.com/pgadmin-org/pgadmin4/commit/b923f5fcfa448939b08d574cb138d7584fb4f746
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-03-20 (Mon, 20 Mar 2023)

Changed paths:
M web/pgadmin/static/js/api_instance.js
M web/pgadmin/tools/debugger/static/js/DebuggerModule.js
M web/pgadmin/tools/debugger/static/js/components/DebuggerArgumentComponent.jsx
M web/pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx
M web/pgadmin/tools/debugger/templates/debugger/direct.html
M web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx
M web/pgadmin/tools/schema_diff/static/js/components/SchemaDiffComponent.jsx
M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx
M web/regression/javascript/erd/erd_core_spec.js

Log Message:
-----------
Use fetch instead of axios to close connections in SQLEditor, ERD, Schema Diff and Debugger to ensure it completes. When closing a browser tab, axios does not guarantee AJAX request completion. #5894

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2023-03-20 12:51:45 [pgadmin-org/pgadmin4] eba306: Fix issues related to packages update. #5901
Previous Message Khushboo Vashi 2023-03-20 12:50:39 [pgadmin-org/pgadmin4] 64aa73: Fix SQLEditor Notifier and InetLoader issue.