pgadmin4/web/pgadmin
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
..
about Remove some configuration from the about dialog. 2021-06-25 11:11:28 +05:30
authenticate Introduced OAUTH2_SCOPE variable for the Oauth2 scope configuration. Fixes #6627 2021-08-31 14:36:14 +05:30
browser Added React framework for the properties dialog and port Server Group, Server, and Database dialogs. 2021-09-09 12:20:59 +05:30
dashboard Fixed an issue where the user can not paste the updated table header in safari 12 and 13 browsers. Fixes #4815 2021-08-30 14:46:42 +05:30
feature_tests Added support for the truncate table with restart identity. Fixes #2538 2021-08-27 12:41:29 +05:30
help Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
misc Added React framework for the properties dialog and port Server Group, Server, and Database dialogs. 2021-09-09 12:20:59 +05:30
model Ensure that the login account should be locked after N number of attempts. N is configurable using the 'MAX_LOGIN_ATTEMPTS' parameter. Fixes #6337 2021-07-22 12:24:43 +05:30
preferences Rename the "Resize by data?" to "Columns sized by" and disabled the 'Maximum column width' 2021-07-27 15:17:06 +05:30
redirects Update copyright notices for 2021 2021-01-04 15:34:45 +05:30
settings Ensure that the file format for the storage manager should be 'All files' and for other dialogs, it should remember the last selected format. Fixes #6325 2021-04-08 12:23:57 +05:30
setup Added exception handling for SQLAlchemy function to check the table exists or not. 2021-07-19 14:01:45 +05:30
static Added React framework for the properties dialog and port Server Group, Server, and Database dialogs. 2021-09-09 12:20:59 +05:30
templates Added React framework for the properties dialog and port Server Group, Server, and Database dialogs. 2021-09-09 12:20:59 +05:30
tools Resolve the issue related to the close query tool panel with the save query tool changes. 2021-09-06 19:17:16 +05:30
translations Update Japanese translation. 2021-09-06 10:32:12 +05:30
utils Enables pgAdmin to retrieve user permissions in case of nested roles which helps to terminate the session for AWS RDS. Fixes #6641 2021-08-24 17:01:06 +05:30
__init__.py Fixed UnboundLocalError where local variable 'user_id' referenced before assignment. Fixes #6671 2021-08-19 15:06:16 +05:30
messages.pot Update message catalog. 2021-09-03 20:15:18 +05:30