pgadmin4/web
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
..
migrations After upgrading SQLAlchemy, use _asdict().items() instead of .items(). 2023-03-20 16:48:12 +05:30
pgacloud Fixed the error occurring while postgresql cloud instance deployment on AWS RDS. 2023-04-28 15:16:22 +05:30
pgadmin Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
regression Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
.editorconfig
.eslintignore Added support for Two-factor authentication for improving security. Fixes #6543 2021-12-02 16:47:18 +05:30
.eslintrc.js Add .ts and .tsx files under linter and fix linter issues. #5830 2023-03-16 17:22:26 +05:30
.yarnrc.yml Add .yarnrc.yml file with node linker as node_modules to make docker builds work 2023-04-26 11:51:23 +05:30
babel.cfg Update message catalog. 2022-04-01 17:22:16 +05:30
config.py Update version for release v7.4 2023-06-26 17:09:47 +05:30
karma.conf.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
package.json Add imagemin to packages as it is required now by image-minimizer-webpack-plugin 2023-06-10 16:37:12 +05:30
pgAdmin4.py Ignore Python 3.8 minor versions while fixing eventlet issues for Python 3.9. 2023-06-09 16:05:01 +05:30
pgAdmin4.wsgi Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
pgadmin.themes.json 1) Port schema diff to React. Fixes #6133 2022-09-07 19:20:03 +05:30
setup.py Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
webpack.config.js Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
webpack.shim.js Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
webpack.test.config.js Fixed an issue where preview images for themes were not loading in preferences. #6363 2023-06-12 14:59:43 +05:30
yarn.lock Fix failing JS test cases due to yarn.lock update 2023-06-26 14:59:24 +05:30