[pgadmin-org/pgadmin4] 251bf0: Fixed the following SonarQube code smells:

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 251bf0: Fixed the following SonarQube code smells:
Date: 2023-06-12 13:16:16
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/3e713c-251bf0@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)joshi(at)enterprisedb(dot)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.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2023-06-12 13:36:19 [pgadmin-org/pgadmin4] c90f83: Fix new code smell
Previous Message dependabot[bot] 2023-06-12 11:09:23 [pgadmin-org/pgadmin4] 6c6f08: Python dependency: Bump @babel/preset-react in /web