[pgadmin-org/pgadmin4] 3bcac2: Fix multiple UI and SonarQube issues found when te...

From: Aditya Toshniwal <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 3bcac2: Fix multiple UI and SonarQube issues found when te...
Date: 2023-10-26 06:36:47
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/c5f4a5-3bcac2@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 3bcac26ff925cd0c2d87975c1efcb0f58242db71
https://github.com/pgadmin-org/pgadmin4/commit/3bcac26ff925cd0c2d87975c1efcb0f58242db71
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Date: 2023-10-26 (Thu, 26 Oct 2023)

Changed paths:
M web/pgadmin/misc/bgprocess/static/js/Processes.jsx
M web/pgadmin/misc/statistics/static/js/Statistics.jsx
M web/pgadmin/preferences/static/js/components/PreferencesComponent.jsx
M web/pgadmin/static/bundle/app.js
M web/pgadmin/static/js/BrowserComponent.jsx
M web/pgadmin/static/js/Dialogs/ConnectServerContent.jsx
M web/pgadmin/static/js/Dialogs/MasterPasswordContent.jsx
M web/pgadmin/static/js/Dialogs/NamedRestoreContent.jsx
M web/pgadmin/static/js/Dialogs/RenameTabContent.jsx
M web/pgadmin/static/js/SchemaView/MappedControl.jsx
M web/pgadmin/static/js/Theme/index.jsx
M web/pgadmin/static/js/UtilityView.jsx
M web/pgadmin/static/js/components/ContextMenu.jsx
M web/pgadmin/static/js/components/ObjectBreadcrumbs.jsx
M web/pgadmin/static/js/helpers/Layout/LayoutIframeTab.jsx
M web/pgadmin/static/js/helpers/Layout/index.jsx
M web/pgadmin/static/js/helpers/ObjectExplorerToolbar.jsx
M web/pgadmin/static/js/to_px.js
M web/pgadmin/static/js/tree/tree.js
M web/pgadmin/static/js/url_for.js
M web/pgadmin/tools/debugger/static/js/components/DebuggerArgumentComponent.jsx
M web/pgadmin/tools/schema_diff/static/js/components/ResultGridComponent.jsx
M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx
M web/pgadmin/tools/sqleditor/static/js/sqleditor_title.js
M web/regression/javascript/SchemaView/SchemaDialogViewEdit.spec.js
M web/regression/javascript/__mocks__/@material-ui/core.jsx
M web/regression/javascript/__mocks__/popper.js.js
M web/regression/javascript/__mocks__/react-data-grid.jsx
M web/regression/javascript/components/Privilege.spec.js
R web/regression/javascript/erd/ui_components/ERDTool.spec.js
M web/regression/javascript/setup-jest.js
M web/regression/javascript/tree/pgadmin_tree_state_save_spec.js

Log Message:
-----------
Fix multiple UI and SonarQube issues found when testing wcDocker changes. #6479

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2023-10-26 07:07:51 [pgadmin-org/pgadmin4] f50f79: Use yarn version 3.x as berry is taking version 4....
Previous Message Akshay Joshi 2023-10-26 06:20:13 [pgadmin-org/pgadmin4] c5f4a5: Fixed an issue where Schema Diff does not work whe...