pgadmin4/web/pgadmin/static/js/sqleditor
Aditya Toshniwal 1317e4254b Updated the JS dependencies to the latest
1) Migrate from webpack 4 to webpack 5. This had a lot of breaking changes,
   so updated multiple webpack plugins and changed the config accordingly.
2) Replaced iconfont-webpack-plugin with a more maintained webfonts-loader.
3) Replaced deprecated babel-eslint with @babel/eslint-parser.
4) Replaced optimize-css-assets-webpack-plugin with a more maintained css-minimizer-webpack-plugin.
5) Updated all other JS packages and made the required code changes.

Fixes #6207
2021-02-10 12:47:52 +05:30
..
history Updated the JS dependencies to the latest 2021-02-10 12:47:52 +05:30
calculate_query_run_time.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
call_render_after_poll.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
execute_query.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
filter_dialog.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
filter_dialog_model.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
geometry_viewer.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
macro.js 1) Fixed an issue where the Save button is enabled by default in Macro. Fixes #5905 2021-01-20 13:52:00 +05:30
macro_model.js 1) Fixed an issue where the Save button is enabled by default in Macro. Fixes #5905 2021-01-20 13:52:00 +05:30
new_connection_dialog.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
new_connection_dialog_model.js Fixed an issue where shared server entries not getting deleted from SQLite database if the user gets deleted. Fixes #6143 2021-02-04 11:31:39 +05:30
query_tool_actions.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
query_tool_http_error_handler.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
query_tool_notifications.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
query_tool_preferences.js Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
query_txn_status_constants.js 1) Fix network disconnect issue while establishing the connection via SSH Tunnel and it impossible to expand the Servers node. Fixes #4724. 2019-11-26 09:04:41 +05:30