Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 713ddb5f62e46c6c5ba09904d89b99338d05af01 https://github.com/pgadmin-org/pgadmin4/commit/713ddb5f62e46c6c5ba09904d89b99338d05af01 Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths: M web/package.json M web/pgadmin/about/static/js/AboutComponent.jsx M web/pgadmin/browser/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/static/js/schema.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/compound_triggers/static/js/compound_trigger.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/static/js/check_constraint.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/static/js/rule.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/static/js/trigger.js M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py M web/pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py M web/pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js M web/pgadmin/browser/server_groups/servers/databases/static/js/database.js M web/pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.js M web/pgadmin/browser/server_groups/servers/static/js/binary_path.ui.js M web/pgadmin/browser/server_groups/servers/static/js/server.js M web/pgadmin/browser/static/js/browser.js R web/pgadmin/browser/static/js/error.js M web/pgadmin/browser/static/js/frame.js M web/pgadmin/browser/static/js/keyboard.js M web/pgadmin/browser/static/js/layout.js M web/pgadmin/browser/static/js/node.js M web/pgadmin/browser/static/js/node_view.jsx M web/pgadmin/browser/static/js/panel.js M web/pgadmin/browser/static/js/preferences.js M web/pgadmin/browser/static/scss/_browser.scss M web/pgadmin/browser/templates/browser/js/utils.js M web/pgadmin/dashboard/static/js/Dashboard.jsx M web/pgadmin/dashboard/static/js/Graphs.jsx M web/pgadmin/misc/file_manager/__init__.py R web/pgadmin/misc/file_manager/templates/file_manager/index.html R web/pgadmin/misc/file_manager/templates/file_manager/js/languages/en.json M web/pgadmin/misc/properties/CollectionNodeProperties.jsx M web/pgadmin/settings/static/js/settings.js M web/pgadmin/static/css/style.css M web/pgadmin/static/js/Dialogs/index.jsx M web/pgadmin/static/js/SchemaView/index.jsx M web/pgadmin/static/js/Theme/index.jsx M web/pgadmin/static/js/components/Menu.jsx M web/pgadmin/static/js/csrf.js R web/pgadmin/static/js/dialog_tab_navigator.js M web/pgadmin/static/js/helpers/Notifier.jsx M web/pgadmin/static/js/helpers/wizard/Wizard.jsx M web/pgadmin/static/js/keyboard_shortcuts.js M web/pgadmin/static/js/tree/pgadmin_tree_save_state.js M web/pgadmin/static/js/tree/tree.js M web/pgadmin/static/js/utils.js R web/pgadmin/static/scss/_alert.scss R web/pgadmin/static/scss/_bootstrap4-toggle.overrides.scss R web/pgadmin/static/scss/_pgadmin.grid.scss M web/pgadmin/static/scss/_pgadmin.style.scss R web/pgadmin/static/scss/_select2.overrides.scss R web/pgadmin/static/scss/_tree.overrides.scss M web/pgadmin/static/scss/_webcabin.pgadmin.scss M web/pgadmin/static/scss/pgadmin.scss M web/pgadmin/static/scss/resources/_default.variables.scss M web/pgadmin/static/scss/resources/dark/_theme.variables.scss M web/pgadmin/static/scss/resources/high_contrast/_theme.variables.scss M web/pgadmin/tools/debugger/static/js/DebuggerModule.js M web/pgadmin/tools/erd/static/js/ERDModule.js M web/pgadmin/tools/psql/static/js/index.js M web/pgadmin/tools/psql/static/js/psql_module.js M web/pgadmin/tools/sqleditor/static/js/SQLEditorModule.js M web/pgadmin/tools/sqleditor/static/js/show_query_tool.js M web/regression/javascript/browser/preferences_spec.js M web/regression/javascript/common_keyboard_shortcuts_spec.js M web/regression/javascript/dashboard/graphs_spec.js M web/regression/javascript/dashboard/graphs_wrapper_spec.js M web/regression/javascript/debugger/debugger_spec.js R web/regression/javascript/dialog_tab_navigator_spec.js M web/webpack.shim.js M web/webpack.test.config.js M web/yarn.lock Log Message: ----------- Remove usage of jQuery in pgAdmin. Remove usage of Bootstrap in React components. #5701