pgadmin4/web/pgadmin/static/js
Aditya Toshniwal 9c30d983bd Fixed following issues for query tool after react porting:
1) Add New Server Connection > Server options keep loading(For empty Server group).
 2) After clicking indent/Unindent(for all operations) for large query option left as it is till operation completes
 3) Check sign beside options in Execute Option/Copy Header is little bit big
 4) In explain > Analysis tab does not show ROWS column
 5) In explain > Explain > analysis previous explain output is NOT cleared. New rows are appended. Same applies to the statistics tab.
 6) Update new query tool connection tool tip. Fixes #7289
 7) Explain-Analyze > Loops column is empty.
 8) Explain-Analyze with Verbose & Costs > in ROW X columns upward arrows are missing.
 9) Explain-Analyze with all option checked > background colors are missing for timing.
 10) Explain-Analyze > Additional bullet is added before Hash Cond.
 11) Browser Tree > Filtered rows icon is not working.
 12) Create table with timestamp and default value as function now() > Add new row > Enter mandatory columns except column where default value is function(now()) > Click Save > New row added but column with default value has value [default]. not updated to actual value. / Default values are not considered for any column while adding a new entry.
 13) Disable execute options in View/Edit data.
 14) The Boolean column always shows null.
 15) In Query history Remove & Remove all buttons are stuck to each other.
 16) On Remove all, the right panel is empty.
 17) Create a column with boolean[]/ text[], Try to add a new entry from data grid, enter “” quotes > Click Ok > Now try edit cell > You can not change value.
 18) In query history - Select queries are suffixed by ’Save Data’ icon
 19) Edit any table with PK > Try to insert duplicate PK > Error thrown > Correct pK value > Still old error shown > Not able to add new entry (This works when focus is moved from edited cell)
 20) Clicking arrows after opening dropdown options, does not collapse dropdown.

refs #6131
2022-04-18 12:50:51 +05:30
..
alertify Remove aciTree and its references. 2022-04-13 17:35:01 +05:30
browser Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
chartjs Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
codemirror Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30
components Fixed following issues for query tool after react porting: 2022-04-18 12:50:51 +05:30
Explain Fixed following issues for query tool after react porting: 2022-04-18 12:50:51 +05:30
helpers Fixed following issues for query tool after react porting: 2022-04-18 12:50:51 +05:30
history Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
misc/statistics Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
nodes 1) Port Properties panel for collection node, Dashboard, and SQL panel in React. Fixes #7132 2022-03-30 12:06:59 +05:30
SchemaView Ensure that Columns should always be visible in the import/export dialog. Fixes #7252 2022-04-11 17:25:19 +05:30
select2 Fixed the SoanrQube code smell 'Variables should not be shadowed'. 2020-07-03 14:33:30 +05:30
selection Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30
slickgrid Fixed following code smells reported by SonarQube: 2022-01-21 18:54:23 +05:30
Theme Fixed following issues for query tool after react porting: 2022-04-18 12:50:51 +05:30
tree Fixed an issue where the Browser panel is not completely viewable. Fixes #7026 2022-04-13 17:37:34 +05:30
alertify.pgadmin.defaults.js Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30
api_instance.js 1) Port query tool to React. Fixes #6131 2022-04-07 17:36:56 +05:30
backform.pgadmin.js Fixed code smell reported by SonarQube. 2022-01-20 16:58:21 +05:30
backgrid.pgadmin.js Fixed issues introduce by SonarQube fixes. 2022-02-01 14:11:18 +05:30
check_node_visibility.js Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30
clipboard.js 1) Port query tool to React. Fixes #6131 2022-04-07 17:36:56 +05:30
csrf.js Fixed code smell reported by SonarQube. 2022-01-20 16:58:21 +05:30
custom_hooks.js 1) Port query tool to React. Fixes #6131 2022-04-07 17:36:56 +05:30
custom_prop_types.js 1) Port query tool to React. Fixes #6131 2022-04-07 17:36:56 +05:30
dialog_tab_navigator.js Fixed code smell reported by SonarQube. 2022-01-20 16:58:21 +05:30
gettext.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
is_native.js Fixed an issue in the query tool when columns are having the same name as javascript object internal functions. Fixes #5765. 2020-09-07 18:10:27 +05:30
keyboard_shortcuts.js Implemented utilities in React to make porting easier for pgAdmin tools. 2022-02-11 10:36:24 +05:30
modify_animation.js Remove aciTree and its references. 2022-04-13 17:35:01 +05:30
pgadmin.fonticon.js Updated the JS dependencies to the latest 2021-02-10 12:47:52 +05:30
pgadmin.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
size_prettify.js Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30
sqleditor_utils.js 1) Port query tool to React. Fixes #6131 2022-04-07 17:36:56 +05:30
url_for.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
utils.js 1) Port query tool to React. Fixes #6131 2022-04-07 17:36:56 +05:30
validators.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
window.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30