pgadmin4/web/pgadmin/static/js/sqleditor
Akshay Joshi 9f836f5433 Fixed following code smells reported by SonarQube:
1) Immediately return this expression instead of assigning it to the temporary variable.
 2) Extract this nested ternary operation into an independent statement.
 3) Expected a `for-of` loop instead of a `for` loop with this simple iteration.
2022-01-18 14:49:54 +05:30
..
history Fixed code smell 'Unexpected empty arrow function' reported by SonarQube. 2022-01-12 17:32:20 +05:30
calculate_query_run_time.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
call_render_after_poll.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
execute_query.js Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30
filter_dialog.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
filter_dialog_model.js Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30
geometry_viewer.js Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30
macro.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
macro_model.js Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30
new_connection_dialog.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
new_connection_dialog_model.js Fixed following code smells reported by SonarQube: 2022-01-17 13:56:01 +05:30
query_tool_actions.js Fixed following code smells reported by SonarQube: 2022-01-18 14:49:54 +05:30
query_tool_http_error_handler.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
query_tool_notifications.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
query_tool_preferences.js Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
query_txn_status_constants.js 1) Fix network disconnect issue while establishing the connection via SSH Tunnel and it impossible to expand the Servers node. Fixes #4724. 2019-11-26 09:04:41 +05:30