pgadmin4/web/pgadmin/browser
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
..
server_groups Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30
static Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
templates/browser Show object breadcrumbs path along with its comment on object hover. #2078 2023-04-26 11:18:16 +05:30
tests Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
__init__.py Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS. #6295 2023-06-30 16:08:33 +05:30
collection.py Add an option to hide/show empty object collection nodes. #5048 2023-05-22 14:55:01 +05:30
register_browser_preferences.py Added support to drop databases using the 'WITH (FORCE)' option. #6367 2023-06-19 15:04:40 +05:30
utils.py Add an option to hide/show empty object collection nodes. #5048 2023-05-22 14:55:01 +05:30