pgadmin4/web/pgadmin/static/js
Pravesh Sharma 62056cab14
Fixed sonaqube security smells and bugs
1. Delete unreachable code or refactor the code to make it reachable.
2. Unexpected var, use let or const instead.
3. Remove useless assignment to variable.
4. Define a constant instead of duplicating the literal
5. Remove commented out code
2023-07-10 10:36:15 +05:30
..
Dialogs Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
Explain Fix an issue where explain plan details is showing HTML escaped characters. #6352 2023-06-21 13:45:43 +05:30
SchemaView Fixed the following SonarQube code smells: 2023-06-12 18:44:31 +05:30
SecurityPages Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
Theme Fix JS test cases and other JS build issues caused due to dependabot updates. 2023-06-09 18:22:20 +05:30
browser Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
chartjs Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
codemirror Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
components Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
helpers Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
history Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
misc/statistics Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
nodes Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
tree Fixed Query Tool/ PSQL tool tab title not getting updated on database rename. #6364 2023-06-29 10:34:20 +05:30
AppMenuBar.jsx Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
api_instance.js Use fetch instead of axios to close connections in SQLEditor, ERD, Schema Diff and Debugger to ensure it completes. When closing a browser tab, axios does not guarantee AJAX request completion. #5894 2023-03-20 18:20:48 +05:30
check_node_visibility.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
clipboard.js 1) Update release note. 2022-12-14 15:56:05 +05:30
csrf.js Remove usage of jQuery in pgAdmin. 2023-02-10 10:28:39 +05:30
custom_hooks.js Reposition the select dropdown when the browser is resized. #5206 2022-10-20 16:21:59 +05:30
custom_prop_types.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
gettext.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
is_native.js Fixed SonarQube issues. 2022-09-08 18:08:58 +05:30
keyboard_shortcuts.js Remove usage of jQuery in pgAdmin. 2023-02-10 10:28:39 +05:30
pgadmin.fonticon.js Updated the JS dependencies to the latest 2021-02-10 12:47:52 +05:30
pgadmin.js Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
socket_instance.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
url_for.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
utils.js Added support to drop databases using the 'WITH (FORCE)' option. #6367 2023-06-19 15:04:40 +05:30
validators.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
window.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30