Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 251bf0569217279e29e3170684b024cc429b6312 https://github.com/pgadmin-org/pgadmin4/commit/251bf0569217279e29e3170684b024cc429b6312 Author: Akshay Joshi <akshay.jo...@enterprisedb.com> Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths: M docs/en_US/release_notes.rst A docs/en_US/release_notes_7_4.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/__init__.py M web/pgadmin/browser/static/js/quick_search/trigger_search.js M web/pgadmin/dashboard/static/js/Dashboard.jsx M web/pgadmin/misc/bgprocess/static/js/ProcessDetails.jsx M web/pgadmin/misc/cloud/static/js/aws_schema.ui.js M web/pgadmin/misc/cloud/static/js/cloud_components.jsx M web/pgadmin/misc/file_manager/__init__.py M web/pgadmin/misc/file_manager/static/js/components/GridView.jsx M web/pgadmin/static/js/AppMenuBar.jsx M web/pgadmin/static/js/Explain/Analysis.jsx M web/pgadmin/static/js/SchemaView/DataGridView.jsx M web/pgadmin/static/js/components/ObjectBreadcrumbs.jsx M web/pgadmin/static/js/components/ShortcutTitle.jsx M web/pgadmin/tools/import_export/__init__.py M web/pgadmin/tools/import_export/static/js/import_export.ui.js M web/pgadmin/tools/import_export_servers/__init__.py M web/pgadmin/tools/psql/static/js/psql_module.js M web/pgadmin/tools/restore/__init__.py M web/pgadmin/tools/schema_diff/__init__.py M web/pgadmin/tools/schema_diff/directory_compare.py M web/pgadmin/tools/sqleditor/__init__.py M web/pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx M web/pgadmin/tools/sqleditor/static/js/components/sections/Notifications.jsx M web/pgadmin/tools/sqleditor/utils/apply_explain_plan_wrapper.py M web/pgadmin/utils/__init__.py M web/pgadmin/utils/driver/psycopg3/connection.py M web/pgadmin/utils/driver/psycopg3/server_manager.py M web/pgadmin/utils/paths.py M web/regression/feature_tests/query_tool_tests.py Log Message: ----------- Fixed the following SonarQube code smells: 1) Do not use Array index in keys. 2) Unnecessary escape character. 3) Rename this local variable to match the regular expression ^[_a-z][a-z0-9_]*$ 4) Remove the unused local variable.