pgadmin4/web/pgadmin/browser
Ashesh Vashi 5e96f0fd61
Fixes the Variable Schema UI issues and InlineView bug reported in #7884
* Show the icon for the 'Reset' button. (Reference #7884)

* Reload the server list after connecting to a server in the 'New
connection' dialog (QueryTool). (Reference: #7884)

* Pass the grid path during the bulk update (click on a radio action)

* Don't assign the cell value to the 'rowValue' variable.

* Don't rely on the 'optionsLoaded' for setting the variable types as it
is loaded asynchronously, and variable types data may not be available
while rendering the 'value' cell. (Fixes #7884)

* Fixed a type while checking for the 'inline-group'. fixes (#7884)

* 'vnameOptions' can be a Promise function too, hence - taken care accrodingly.

* Introduced a parameter 'reloadOnDepChanges' in the BaseSchemaUI field
to force reload the control on value change for one of the
dependencies.

* Reload on the components in case of dependent value changes.

* Introduced 'useSchemaStateSubscriber', which generates a state
subscriber mananager instance. It helps multiple subscribers in a
single control as we could have multiple subscribe within a control.
(For example - value, options, errors, etc).

* Fixed all the issues reported (#7884)
2024-09-16 00:04:37 +05:30
..
server_groups Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
static Fix server heartbeat logging error after deleting the server. #7540 2024-08-07 14:32:48 +05:30
templates/browser Add support for highlighting selection matches in the query editor. #7530 2024-07-18 17:51:20 +05:30
tests Revamp the current password saving implementation to keyring and reducing repeated OS user password prompts. #7076 2024-08-22 16:44:57 +05:30
__init__.py Fixed issue of migrating tunnel password with new master password mechanism. #7076 2024-09-09 17:38:22 +05:30
collection.py Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
register_browser_preferences.py Add a keyboard shortcut to close active tab panel. #6572 2024-07-17 18:19:36 +05:30
utils.py Fixed an issue where dependencies and dependents were not showing if a composite type is used as an attribute in another composite type. #7027 2024-02-21 11:18:44 +05:30