pgadmin4/web/pgadmin/browser/server_groups/servers
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
..
databases Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
pgagent Show object breadcrumbs path along with its comment on object hover. #2078 2023-04-26 11:18:16 +05:30
resource_groups Add an option to hide/show empty object collection nodes. #5048 2023-05-22 14:55:01 +05:30
roles Show object breadcrumbs path along with its comment on object hover. #2078 2023-04-26 11:18:16 +05:30
static Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
tablespaces Fix multiple object breadcrumbs bugs. #2078 2023-05-03 15:18:17 +05:30
templates Added support for psycopg3 along with psycopg2. #5011 2023-02-15 11:31:29 +05:30
tests Fix server test cases for servers with blank password and trust 2023-04-03 17:51:35 +05:30
__init__.py Typecast some parameters before sending to GUI in server module. 2023-06-23 19:15:21 +05:30
ppas.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
types.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
utils.py Ensure user/roles with special characters are quoted to avoid syntax error.#6234 2023-05-03 15:19:08 +05:30