pgadmin4/web/pgadmin
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
..
about Remove usage of jQuery in pgAdmin. 2023-02-10 10:28:39 +05:30
authenticate Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
browser Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
dashboard Fixed the following SonarQube code smells: 2023-06-12 18:44:31 +05:30
help Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
misc Added support to drop databases using the 'WITH (FORCE)' option. #6367 2023-06-19 15:04:40 +05:30
model Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. #5901 2023-03-15 11:57:16 +05:30
preferences Fix an issue where editing a database object de-selects it on the browser tree. #6136 2023-06-02 10:59:47 +05:30
redirects Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
settings Fix layout saving which didn't work after jQuery changes. #5701 2023-03-15 18:57:31 +05:30
setup Add Password exec command and Expiration time to server export JSON and also allow them to import. #6258 2023-06-15 11:49:06 +05:30
static Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
templates Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
tools 1) Added new/missing parameters to pg_dumpall (Backup Server). #6416 2023-07-10 10:34:30 +05:30
translations Indonesian translation for version 7.4 2023-06-26 10:53:37 +05:30
utils Fix an issue where queries longer than 1 minute get stuck - Container 7.1. #6317 (#6491) 2023-07-04 10:44:46 +05:30
__init__.py Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
evaluate_config.py Text improvement for the OS secret store feature. #5123 2023-05-24 18:06:21 +05:30
messages.pot Update message catalogs. 2023-06-22 16:28:51 +05:30
submodules.py Removing dynamic module loading and replacing it with static loading. Fixes #7492 2022-06-30 11:06:50 +05:30