pgAdmin 4 commit: Fixed code smell 'Update this function so that its im

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed code smell 'Update this function so that its im
Date: 2022-01-28 11:55:02
Message-ID: E1nDPqI-0007GY-R4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smell 'Update this function so that its implementation is not identical' reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a89c1f85f61c240e49594b3c7cf1533bddba57c

Modified Files
--------------
web/pgadmin/misc/file_manager/static/js/utility.js | 22 +-
.../tools/debugger/static/js/debugger_ui.js | 22 +-
web/pgadmin/tools/debugger/static/js/direct.js | 70 +++---
.../user_management/static/js/user_management.js | 18 +-
.../javascript/SchemaView/SchemaView.spec.js | 34 +--
.../javascript/components/FormComponents.spec.js | 26 +--
.../javascript/components/Privilege.spec.js | 47 ++--
web/regression/javascript/genericFunctions.jsx | 74 +++++++
.../schema_ui_files/aggregate.ui.spec.js | 59 +----
.../javascript/schema_ui_files/cast.ui.spec.js | 58 +----
.../javascript/schema_ui_files/catalog.ui.spec.js | 59 +----
.../schema_ui_files/catalog_object.ui.spec.js | 23 +-
.../catalog_object_column.ui.spec.js | 39 +---
.../schema_ui_files/check_constraint.ui.spec.js | 76 +------
.../schema_ui_files/collation.ui.spec.js | 59 +----
.../javascript/schema_ui_files/column.ui.spec.js | 75 +------
.../schema_ui_files/compound_trigger.ui.spec.js | 56 +----
.../javascript/schema_ui_files/database.ui.spec.js | 59 +----
.../javascript/schema_ui_files/domain.ui.spec.js | 110 +---------
.../schema_ui_files/domain_constraint.ui.spec.js | 58 +----
.../javascript/schema_ui_files/edbfunc.ui.spec.js | 59 +----
.../javascript/schema_ui_files/edbvar.ui.spec.js | 59 +----
.../schema_ui_files/event_trigger.ui.spec.js | 59 +----
.../exclusion_constraint.ui.spec.js | 76 +------
.../schema_ui_files/extension.ui.spec.js | 59 +----
.../foreign_data_wrapper.ui.spec.js | 58 +----
.../schema_ui_files/foreign_key.ui.spec.js | 76 +------
.../schema_ui_files/foreign_server.ui.spec.js | 58 +----
.../schema_ui_files/foreign_table.ui.spec.js | 176 ++-------------
.../schema_ui_files/fts_configuration.ui.spec.js | 58 +----
.../schema_ui_files/fts_dictionary.ui.spec.js | 58 +----
.../schema_ui_files/fts_parser.ui.spec.js | 59 +----
.../schema_ui_files/fts_template.ui.spec.js | 59 +----
.../schema_ui_files/functions.ui.spec.js | 157 +-------------
.../schema_ui_files/grant_wizard.ui.spec.js | 11 +-
.../schema_ui_files/import_export.ui.spec.js | 19 +-
.../import_export_servers.ui.spec.js | 10 +-
.../javascript/schema_ui_files/index.ui.spec.js | 96 +-------
.../javascript/schema_ui_files/language.ui.spec.js | 58 +----
.../schema_ui_files/maintenance.ui.spec.js | 20 +-
.../schema_ui_files/membership.ui.spec.js | 76 +------
.../javascript/schema_ui_files/mview.ui.spec.js | 59 +----
.../javascript/schema_ui_files/operator.ui.spec.js | 59 +----
.../javascript/schema_ui_files/packages.ui.spec.js | 59 +----
.../schema_ui_files/partition.ui.spec.js | 58 +----
.../schema_ui_files/partition.utils.ui.spec.js | 127 +----------
.../javascript/schema_ui_files/pga_job.ui.spec.js | 56 +----
.../schema_ui_files/pga_jobstep.ui.spec.js | 56 +----
.../schema_ui_files/pga_schedule.ui.spec.js | 106 +--------
.../schema_ui_files/primary_key.ui.spec.js | 76 +------
.../schema_ui_files/privilege.ui.spec.js | 76 +------
.../schema_ui_files/publication.ui.spec.js | 60 +----
.../schema_ui_files/resource_group.ui.spec.js | 58 +----
.../javascript/schema_ui_files/restore.ui.spec.js | 19 +-
.../javascript/schema_ui_files/role.ui.spec.js | 57 +----
.../schema_ui_files/row_security_policy.ui.spec.js | 57 +----
.../javascript/schema_ui_files/rule.ui.spec.js | 57 +----
.../javascript/schema_ui_files/schema.ui.spec.js | 59 +----
.../javascript/schema_ui_files/sequence.ui.spec.js | 58 +----
.../javascript/schema_ui_files/server.ui.spec.js | 57 +----
.../schema_ui_files/server_group.ui.spec.js | 57 +----
.../schema_ui_files/subscription.ui.spec.js | 56 +----
.../javascript/schema_ui_files/synonym.ui.spec.js | 58 +----
.../javascript/schema_ui_files/table.ui.spec.js | 122 +++--------
.../schema_ui_files/tablespace.ui.spec.js | 58 +----
.../javascript/schema_ui_files/trigger.ui.spec.js | 167 ++------------
.../schema_ui_files/trigger_function.ui.spec.js | 57 +----
.../javascript/schema_ui_files/type.ui.spec.js | 241 ++-------------------
.../schema_ui_files/unique_constraint.ui.spec.js | 76 +------
.../schema_ui_files/user_mapping.ui.spec.js | 58 +----
.../javascript/schema_ui_files/variable.ui.spec.js | 79 +------
.../javascript/schema_ui_files/view.ui.spec.js | 59 +----
72 files changed, 580 insertions(+), 4127 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message fred.escallier 2022-01-29 06:36:36 Re: Translators: web platform for translations?
Previous Message Akshay Joshi 2022-01-28 05:26:17 Re: [pgAdmin][RM-7126]: F2 Function key removes browser panel contents