pgadmin4/web/pgadmin/browser/server_groups/servers/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
..
binary_path.ui.js Remove usage of jQuery in pgAdmin. 2023-02-10 10:28:39 +05:30
membership.ui.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
options.ui.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
privilege.ui.js Fixed linter errors after eslint upgrade. 2023-03-29 17:22:50 +05:30
sec_label.ui.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
server.js Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
server.ui.js Typecast some parameters before sending to GUI in server module. 2023-06-23 19:15:21 +05:30
vacuum.ui.js Fixes following code smell reported by SonarQube: 2022-09-08 19:56:02 +05:30
variable.ui.js 1) Added support for setting PostgreSQL connection parameters. #4728 2023-01-23 17:19:59 +05:30