pgadmin4/web/pgadmin/misc
Aditya Toshniwal 764677431f Added React framework for the properties dialog and port Server Group, Server, and Database dialogs.
Following changes done for the framework:
 - Framework for creating React based dynamic form view out of a pre-defined UI schema. Previously, it was based on Backform/Backbone.
 - The new framework and components will use MaterialUI as the base. Previously, Bootstrap/Backform/jQuery components were used.
 - The new code uses JSS instead of CSS since material UI and most modern React libraries also use JSS. In the future, this will allow us to change the theme in real-time without refresh.
 - 90% code covered by 80-85 new jasmine test cases.
 - Server group node UI Schema migration to new, with schema test cases.
 - Server node UI Schema migration to new, with schema test cases.
 - Database node UI Schema migration to new, with schema test cases.
 - Few other UI changes.

Fixes #6130
2021-09-09 12:20:59 +05:30
..
bgprocess Added support for OAuth 2 authentication. Fixes #5940 2021-07-06 13:22:58 +05:30
dependencies Make Statistics, Dependencies, Dependants tabs closable and the user can add them back using the 'Add panel' option. Fixes #5091 2021-02-03 12:46:32 +05:30
dependents Make Statistics, Dependencies, Dependants tabs closable and the user can add them back using the 'Add panel' option. Fixes #5091 2021-02-03 12:46:32 +05:30
file_manager Resolved the issue when the user selects the folder 'Select' button is not getting enabled for 'Select folder' dialog. 2021-07-06 19:00:08 +05:30
sql 1) Ensure that SQL formatter should not add extra tabs and format the SQL correctly. Fixes #5869 2021-03-22 14:47:19 +05:30
static/explain Fix typo in filename. 2021-06-28 15:23:18 +01:00
statistics Make Statistics, Dependencies, Dependants tabs closable and the user can add them back using the 'Add panel' option. Fixes #5091 2021-02-03 12:46:32 +05:30
templates/sqlautocomplete/sql Use schema qualification while accessing the catalog objects. 2021-03-12 11:17:25 +05:30
themes Added React framework for the properties dialog and port Server Group, Server, and Database dialogs. 2021-09-09 12:20:59 +05:30
__init__.py Fixed binary path issue on Windows platform. refs #5370 2021-06-14 15:01:49 +05:30