1) Port Grant Wizard to react. Fixes #6687
2) Fixed an issue where grant wizard is unresponsive if the database size is huge. Fixes #2097
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7aa213a5cef9a4442f037e832635953997973835
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>
Modified Files
--------------
docs/en_US/grant_wizard.rst | 10 +-
docs/en_US/images/grant_wizard_step1.png | Bin 43337 -> 61164 bytes
docs/en_US/images/grant_wizard_step2.png | Bin 49232 -> 67159 bytes
docs/en_US/images/grant_wizard_step3.png | Bin 54810 -> 81523 bytes
docs/en_US/release_notes_6_0.rst | 2 +
web/package.json | 2 +
.../servers/static/js/privilege.ui.js | 6 +-
web/pgadmin/browser/static/css/wizard.css | 15 +
web/pgadmin/browser/static/js/PgTable.jsx | 285 +++++
web/pgadmin/browser/static/js/WizardStep.jsx | 44 +
web/pgadmin/browser/static/js/WizardView.jsx | 196 ++++
web/pgadmin/browser/static/js/table.jsx | 0
.../tools/grant_wizard/static/js/grantWizard.jsx | 383 +++++++
.../tools/grant_wizard/static/js/grant_wizard.js | 1140 +-------------------
.../grant_wizard/static/js/privilege_schema.ui.js | 34 +
.../grant_wizard/static/scss/_grant_wizard.scss | 14 +
.../javascript/grant_wizard/wizard_spec.js | 58 +
.../schema_ui_files/grant_wizard.ui.spec.js | 64 ++
web/yarn.lock | 22 +-
19 files changed, 1176 insertions(+), 1099 deletions(-)