pgadmin4/web/pgadmin/tools/erd
Akshay Joshi dea5335ce5 Fixed the following SonarQube code smells:
1) Do not use the Array index in keys.
2) Import from the same module should be merged.
3) Mutable variables should not be exported.
4) Variables should not be initialized to undefined.
5) startswith or endswith method should be used.
6) Unwrap this unnecessarily grouped subpattern.

Additionally, addressed many other SonarQube rules.
2024-06-12 18:09:06 +05:30
..
static/js Fixed the following SonarQube code smells: 2024-06-12 18:09:06 +05:30
templates/erd Upgrade CodeMirror from version 5 to 6. #7097 2024-02-21 11:15:25 +05:30
tests Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
__init__.py Changes in Query Tool, Debugger, and ERD Tool shortcuts to remove the use of Accesskey which will allow them to be customized. #7192 2024-05-06 11:15:44 +05:30
utils.py Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30