pgadmin4/web/pgadmin/static/js
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
..
browser Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
chartjs Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
components Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
Dialogs Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
Explain Fixed an issue where boolean values in node details of graphical explain plan were not interpreted correctly. #7662 2024-07-18 17:59:58 +05:30
helpers Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
history Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
misc/statistics Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
nodes Fixed SonarQube code smell 'Unnecessary use of boolean literals in conditional expression'. 2024-04-08 17:19:51 +05:30
PgTreeView Make PgTreeView react component more customisable 2024-07-31 14:07:47 +05:30
QuickSearch Added support for viewing PostgreSQL Server Logs in Text, CSV and JSON formats. #3981 2024-07-03 16:17:29 +05:30
SchemaView Fixes the Variable Schema UI issues and InlineView bug reported in #7884 2024-09-16 00:04:37 +05:30
SecurityPages Set the MFA OTP field to be a normal textbox to eliminate the save password prompt. 2024-07-24 15:00:27 +05:30
Theme Improve code highlighting in query editor. #7748 2024-08-14 16:48:51 +05:30
tree - Set the browser target to ES6 and reduce the JS bundle size considerably 2024-07-04 18:25:47 +05:30
api_instance.js Fixed multiple CLI issues. #2483 2024-01-03 16:09:42 +05:30
AppMenuBar.jsx - Fix few SonarQube issues. 2024-07-02 10:34:30 +05:30
BrowserComponent.jsx Ensure that pgAdmin works when opened in an iframe. #7681 2024-07-16 16:32:52 +05:30
check_node_visibility.js Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
clipboard.js - Set the browser target to ES6 and reduce the JS bundle size considerably 2024-07-04 18:25:47 +05:30
csrf.js Fixed incorrect handling of the code smell for the reject API call 2024-06-17 18:22:38 +05:30
custom_hooks.js Fix issues found in electron testing. #7494 2024-07-16 20:29:10 +05:30
custom_prop_types.js Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
gettext.js Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
is_native.js Fixed SonarQube issues. 2022-09-08 18:08:58 +05:30
keyboard_shortcuts.js Fix SonarQube code smells: 2024-06-10 18:04:32 +05:30
pgadmin.fonticon.js Updated the JS dependencies to the latest 2021-02-10 12:47:52 +05:30
pgadmin.js Fix the following SonarQube code smells: 2024-06-11 18:07:22 +05:30
socket_instance.js Fixed incorrect handling of the code smell for the reject API call 2024-06-17 18:22:38 +05:30
to_px.js - Set the browser target to ES6 and reduce the JS bundle size considerably 2024-07-04 18:25:47 +05:30
ToolView.jsx Added support for viewing PostgreSQL Server Logs in Text, CSV and JSON formats. #3981 2024-07-03 16:17:29 +05:30
url_for.js Fix the following SonarQube code smells: 2024-06-11 18:07:22 +05:30
UtilityView.jsx Fixed an issue where Reassign/Drop Owned dialog not opening for Role. #7663 2024-07-16 17:42:16 +05:30
utils.js Improved the extendability of the SchemaView and DataGridView. (#7876) 2024-09-09 14:27:31 +05:30
validators.js Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
window.js - Set the browser target to ES6 and reduce the JS bundle size considerably 2024-07-04 18:25:47 +05:30