pgAdmin 4 commit: Fixed code smell 'Unexpected empty arrow function' re

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 'Unexpected empty arrow function' re
Date: 2022-01-12 12:02:32
Message-ID: E1n7cKm-0005Ag-J3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smell 'Unexpected empty arrow function' reported by SonarQube.

Branch
------
master

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

Modified Files
--------------
.../schemas/tables/indexes/static/js/index.ui.js | 2 +-
.../databases/schemas/tables/static/js/table.ui.js | 4 +-
web/pgadmin/browser/static/js/browser.js | 2 +-
web/pgadmin/browser/static/js/utility_view.jsx | 2 +-
web/pgadmin/static/js/SchemaView/DataGridView.jsx | 6 +-
.../static/js/components/FormComponents.jsx | 6 +-
web/pgadmin/static/js/helpers/wizard/Wizard.jsx | 4 +-
.../js/sqleditor/history/history_collection.js | 2 +-
.../static/js/sqleditor/history/query_history.js | 2 +-
.../js/sqleditor/history/query_history_details.js | 2 +-
.../tools/erd/static/js/erd_tool/ERDCore.js | 16 +--
.../static/js/erd_tool/dialogs/DialogWrapper.js | 2 +-
.../erd/static/js/erd_tool/dialogs/TableDialog.js | 2 +-
.../js/erd_tool/ui_components/BodyWidget.jsx | 2 +-
.../tools/grant_wizard/static/js/GrantWizard.jsx | 2 +-
.../static/js/ImportExportServers.jsx | 2 +-
.../static/js/search_objects_dialog_wrapper.js | 2 +-
web/pgadmin/utils/driver/psycopg2/typecast.py | 4 +-
.../javascript/SchemaView/SchemaView.spec.js | 10 +-
.../javascript/SchemaView/TestSchema.ui.js | 2 +-
web/regression/javascript/browser/layout_spec.js | 8 +-
.../javascript/components/CodeMirror.spec.js | 10 +-
.../javascript/components/FormComponents.spec.js | 2 +-
.../javascript/components/SelectRefresh.spec.js | 2 +-
web/regression/javascript/erd/erd_core_spec.js | 2 +-
web/regression/javascript/erd/fake_item.js | 4 +-
.../erd/ui_components/body_widget_spec.js | 4 +-
.../javascript/grant_wizard/wizard_spec.js | 4 +-
.../javascript/history/query_history_spec.js | 2 +-
.../schema_ui_files/aggregate.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/backup.ui.spec.js | 16 +--
.../schema_ui_files/backupGlobal.ui.spec.js | 8 +-
.../javascript/schema_ui_files/cast.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/catalog.ui.spec.js | 24 ++--
.../schema_ui_files/catalog_object.ui.spec.js | 4 +-
.../catalog_object_column.ui.spec.js | 14 +--
.../schema_ui_files/check_constraint.ui.spec.js | 34 +++---
.../schema_ui_files/collation.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/column.ui.spec.js | 34 +++---
.../schema_ui_files/compound_trigger.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/database.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/domain.ui.spec.js | 48 ++++----
.../schema_ui_files/domain_constraint.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/edbfunc.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/edbvar.ui.spec.js | 24 ++--
.../schema_ui_files/event_trigger.ui.spec.js | 24 ++--
.../exclusion_constraint.ui.spec.js | 34 +++---
.../schema_ui_files/extension.ui.spec.js | 24 ++--
.../foreign_data_wrapper.ui.spec.js | 24 ++--
.../schema_ui_files/foreign_key.ui.spec.js | 34 +++---
.../schema_ui_files/foreign_server.ui.spec.js | 24 ++--
.../schema_ui_files/foreign_table.ui.spec.js | 92 +++++++--------
.../schema_ui_files/fts_configuration.ui.spec.js | 24 ++--
.../schema_ui_files/fts_dictionary.ui.spec.js | 24 ++--
.../schema_ui_files/fts_parser.ui.spec.js | 24 ++--
.../schema_ui_files/fts_template.ui.spec.js | 24 ++--
.../schema_ui_files/functions.ui.spec.js | 102 ++++++++---------
.../schema_ui_files/grant_wizard.ui.spec.js | 2 +-
.../import_export_servers.ui.spec.js | 4 +-
.../javascript/schema_ui_files/index.ui.spec.js | 44 +++----
.../javascript/schema_ui_files/language.ui.spec.js | 24 ++--
.../schema_ui_files/maintenance.ui.spec.js | 8 +-
.../schema_ui_files/membership.ui.spec.js | 34 +++---
.../javascript/schema_ui_files/mview.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/operator.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/packages.ui.spec.js | 24 ++--
.../schema_ui_files/partition.ui.spec.js | 24 ++--
.../schema_ui_files/partition.utils.ui.spec.js | 58 +++++-----
.../javascript/schema_ui_files/pga_job.ui.spec.js | 26 ++---
.../schema_ui_files/pga_jobstep.ui.spec.js | 24 ++--
.../schema_ui_files/pga_schedule.ui.spec.js | 48 ++++----
.../schema_ui_files/primary_key.ui.spec.js | 34 +++---
.../schema_ui_files/privilege.ui.spec.js | 34 +++---
.../schema_ui_files/publication.ui.spec.js | 24 ++--
.../schema_ui_files/resource_group.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/restore.ui.spec.js | 8 +-
.../javascript/schema_ui_files/role.ui.spec.js | 24 ++--
.../schema_ui_files/row_security_policy.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/rule.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/schema.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/sequence.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/server.ui.spec.js | 24 ++--
.../schema_ui_files/server_group.ui.spec.js | 24 ++--
.../schema_ui_files/subscription.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/synonym.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/table.ui.spec.js | 24 ++--
.../schema_ui_files/tablespace.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/trigger.ui.spec.js | 82 +++++++-------
.../schema_ui_files/trigger_function.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/type.ui.spec.js | 126 ++++++++++-----------
.../schema_ui_files/unique_constraint.ui.spec.js | 34 +++---
.../schema_ui_files/user_mapping.ui.spec.js | 24 ++--
.../javascript/schema_ui_files/variable.ui.spec.js | 34 +++---
.../javascript/schema_ui_files/view.ui.spec.js | 24 ++--
94 files changed, 1023 insertions(+), 1023 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-01-12 13:10:27 pgAdmin 4 commit: Fixed code smell 'Default parameters should be last'
Previous Message Akshay Joshi 2022-01-12 11:03:55 Re: [pgAdmin][RM-7085]: Partioned tables not showing correctly after creating multiple partition level