pgAdmin 4 commit: Remove Alertify from pgAdmin completely. Fixes #7619 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Remove Alertify from pgAdmin completely. Fixes #7619
Date
Msg-id E1oWE81-0000G1-HX@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Remove Alertify from pgAdmin completely. Fixes #7619

Branch
------
master

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

Modified Files
--------------
docs/en_US/images/preferences_browser_display.png  | Bin 181432 -> 182450 bytes
docs/en_US/preferences.rst                         |   7 -
web/package.json                                   |   1 -
web/pgadmin/__init__.py                            |   2 +-
.../browser/register_browser_preferences.py        |  12 -
.../servers/databases/casts/static/js/cast.js      |   6 +-
.../event_triggers/static/js/event_trigger.js      |   4 +-
.../databases/extensions/static/js/extension.js    |   5 +-
.../foreign_servers/static/js/foreign_server.js    |   4 +-
.../user_mappings/static/js/user_mapping.js        |   5 +-
.../static/js/foreign_data_wrapper.js              |   5 +-
.../databases/languages/static/js/language.js      |   5 +-
.../publications/static/js/publication.js          |   5 +-
.../schemas/aggregates/static/js/aggregate.js      |   5 +-
.../columns/static/js/catalog_object_column.js     |   4 +-
.../catalog_objects/static/js/catalog_object.js    |   4 +-
.../schemas/collations/static/js/collation.js      |   4 +-
.../static/js/domain_constraints.js                |   4 +-
.../databases/schemas/domains/static/js/domain.js  |   6 +-
.../foreign_tables/static/js/foreign_table.js      |   6 +-
.../static/js/fts_configuration.js                 |   6 +-
.../fts_dictionaries/static/js/fts_dictionary.js   |   7 +-
.../schemas/fts_parsers/static/js/fts_parser.js    |   4 +-
.../fts_templates/static/js/fts_template.js        |   4 +-
.../schemas/functions/static/js/function.js        |   6 +-
.../schemas/functions/static/js/procedure.js       |   8 +-
.../functions/static/js/trigger_function.js        |   6 +-
.../schemas/operators/static/js/operator.js        |   4 +-
.../schemas/packages/edbfuncs/static/js/edbfunc.js |   5 +-
.../schemas/packages/edbfuncs/static/js/edbproc.js |   5 +-
.../schemas/packages/edbvars/static/js/edbvar.js   |   5 +-
.../schemas/packages/static/js/package.js          |   7 +-
.../schemas/sequences/static/js/sequence.js        |   6 +-
.../servers/databases/schemas/static/js/catalog.js |   5 +-
.../servers/databases/schemas/static/js/schema.js  |   7 +-
.../schemas/synonyms/static/js/synonym.js          |   8 +-
.../schemas/tables/columns/static/js/column.js     |   7 +-
.../schemas/tables/columns/static/js/column.ui.js  |   9 +
.../static/js/compound_trigger.js                  |   6 +-
.../check_constraint/static/js/check_constraint.js |   5 +-
.../static/js/check_constraint.ui.js               |   8 +
.../static/js/exclusion_constraint.js              |   5 +-
.../static/js/exclusion_constraint.ui.js           |   8 +
.../foreign_key/static/js/foreign_key.js           |   5 +-
.../foreign_key/static/js/foreign_key.ui.js        |   9 +
.../index_constraint/static/js/primary_key.js      |   5 +-
.../index_constraint/static/js/primary_key.ui.js   |   8 +
.../static/js/unique_constraint.js                 |   5 +-
.../static/js/unique_constraint.ui.js              |   8 +
.../tables/constraints/static/js/constraints.js    |   4 +-
.../schemas/tables/indexes/static/js/index.js      |   9 +-
.../tables/partitions/static/js/partition.js       |   6 +-
.../tables/partitions/static/js/partition.ui.js    |   9 +
.../static/js/row_security_policy.js               |   6 +-
.../schemas/tables/rules/static/js/rule.js         |   7 +-
.../schemas/tables/static/js/partition.utils.ui.js |   8 +
.../databases/schemas/tables/static/js/table.js    |   7 +-
.../databases/schemas/tables/static/js/table.ui.js |   8 +
.../schemas/tables/triggers/static/js/trigger.js   |   7 +-
.../databases/schemas/types/static/js/type.js      |   8 +-
.../databases/schemas/types/static/js/type.ui.js   |   2 +-
.../databases/schemas/views/static/js/mview.js     |  11 +-
.../databases/schemas/views/static/js/view.js      |   5 +-
.../servers/databases/static/js/database.js        |   8 +-
.../subscriptions/static/js/subscription.js        |   6 +-
.../pgagent/schedules/static/js/pga_schedule.js    |   5 +-
.../servers/pgagent/static/js/pga_job.js           |   5 +-
.../servers/pgagent/steps/static/js/pga_jobstep.js |   6 +-
.../resource_groups/static/js/resource_group.js    |   4 +-
.../server_groups/servers/roles/static/js/role.js  |   4 +-
.../server_groups/servers/static/js/privilege.js   |   8 +-
.../server_groups/servers/static/js/server.js      |   5 +-
.../server_groups/servers/static/js/variable.js    |   8 +-
.../servers/tablespaces/static/js/tablespace.js    |   7 +-
.../server_groups/static/js/server_group.js        |   5 +-
web/pgadmin/browser/static/css/wizard.css          |   3 +-
web/pgadmin/browser/static/js/activity.js          |   2 +-
web/pgadmin/browser/static/js/browser.js           |  20 +-
web/pgadmin/browser/static/js/collection.js        |   7 +-
web/pgadmin/browser/static/js/datamodel.js         |   5 +-
web/pgadmin/browser/static/js/error.js             |   5 +-
web/pgadmin/browser/static/js/frame.js             |   6 +-
web/pgadmin/browser/static/js/keyboard.js          |   2 +-
web/pgadmin/browser/static/js/menu.js              |   5 +-
web/pgadmin/browser/static/js/node.js              |  29 +-
web/pgadmin/browser/static/js/node.ui.js           |   7 +-
web/pgadmin/browser/static/js/panel.js             |   5 +-
web/pgadmin/browser/static/js/preferences.js       |   5 +-
web/pgadmin/browser/static/js/toolbar.js           |   2 +-
web/pgadmin/browser/static/scss/_wizard.scss       |   4 +-
web/pgadmin/dashboard/static/js/Dashboard.jsx      |  10 +-
web/pgadmin/dashboard/static/js/Graphs.jsx         |   2 +-
.../dashboard/static/js/WelcomeDashboard.jsx       |   2 +-
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx   |   8 +-
.../misc/dependencies/static/js/Dependencies.jsx   |   2 +-
.../misc/dependents/static/js/Dependents.jsx       |   2 +-
.../misc/properties/CollectionNodeProperties.jsx   |   2 +-
web/pgadmin/misc/sql/static/js/SQL.jsx             |   2 +-
web/pgadmin/static/css/style.css                   |   2 -
web/pgadmin/static/js/Dialogs/index.jsx            |  24 +-
web/pgadmin/static/js/Explain/Graphical.jsx        |  34 +--
web/pgadmin/static/js/Explain/index.jsx            |  16 +-
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 316 ---------------------
web/pgadmin/static/js/alertify/dialog.js           | 121 --------
web/pgadmin/static/js/alertify/dialog_factory.js   |  41 ---
web/pgadmin/static/js/alertify/dialog_wrapper.js   |  72 -----
web/pgadmin/static/js/backform.pgadmin.js          |  10 +-
web/pgadmin/static/js/backgrid.pgadmin.js          |   4 +-
web/pgadmin/static/js/browser/generate_url.js      |   4 +-
web/pgadmin/static/js/check_node_visibility.js     |   5 +-
.../static/js/components/FormComponents.jsx        |   2 +-
web/pgadmin/static/js/helpers/Notifier.jsx         |  12 +-
web/pgadmin/static/js/modify_animation.js          |  71 -----
web/pgadmin/static/js/sqleditor_utils.js           |  22 --
.../static/js/tree/pgadmin_tree_save_state.js      |   2 +-
web/pgadmin/static/js/tree/preference_nodes.ts     |   2 +-
web/pgadmin/static/js/tree/tree_nodes.ts           |   2 +-
web/pgadmin/static/js/utils.js                     | 135 +++++++++
web/pgadmin/static/scss/_alert.scss                |   7 -
web/pgadmin/static/scss/_alertify.overrides.scss   | 303 --------------------
web/pgadmin/static/scss/_pgadmin.style.scss        |   9 -
web/pgadmin/static/scss/pgadmin.scss               |   1 -
.../static/scss/resources/_default.variables.scss  |   1 -
web/pgadmin/tools/backup/static/js/backup.js       |   8 +-
.../tools/debugger/static/js/DebuggerModule.js     |   6 +-
.../js/components/DebuggerArgumentComponent.jsx    |  62 ++--
.../static/js/components/DebuggerComponent.jsx     |  76 ++---
.../static/js/components/DebuggerEditor.jsx        |   8 +-
.../tools/debugger/templates/debugger/direct.html  |   4 -
.../erd/static/js/erd_tool/components/ERDTool.jsx  |   2 +-
web/pgadmin/tools/erd/static/js/index.js           |   1 +
.../tools/grant_wizard/static/js/GrantWizard.jsx   |  26 +-
.../tools/import_export/static/js/import_export.js |   2 +-
.../static/js/ImportExportServers.jsx              |   6 +-
web/pgadmin/tools/psql/static/js/index.js          |   2 +-
.../tools/psql/templates/editor_template.html      |   4 -
.../js/components/QueryToolDataGrid/Editors.jsx    |   2 +-
.../static/js/components/sections/Query.jsx        |  26 +-
.../tools/sqleditor/static/js/show_view_data.js    |   2 +-
.../tools/sqleditor/static/js/sqleditor_title.js   |  15 +-
.../feature_tests/browser_tool_bar_test.py         |   2 +-
web/regression/feature_utils/locators.py           |   7 +-
web/regression/feature_utils/pgadmin_page.py       |  12 +-
.../javascript/browser/modify_animation_spec.js    |  94 ------
.../jasmine_capture_warnings_beforeall.js          |   8 -
web/regression/javascript/sqleditor_utils_spec.js  |  21 --
web/webpack.shim.js                                |   7 +-
web/webpack.test.config.js                         |   2 -
web/yarn.lock                                      |   4 -
149 files changed, 634 insertions(+), 1573 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Re: [pgAdmin][RM-6133]: [React] Port schema diff to React
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: 1. Resolved resize window issue for DDL result panel.