pgadmin4/web/pgadmin/browser
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
..
server_groups Fixed the following SonarQube code smells: 2024-06-12 18:09:06 +05:30
static Fix SonarQube code smells: 2024-06-10 18:04:32 +05:30
templates/browser Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
tests Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
__init__.py Revert the changes done for removing support for Python 3.7 2024-06-12 16:23:27 +05:30
collection.py Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
register_browser_preferences.py Update the documentation for preferences dialog and keyboard shortcuts. #7349, #7458 2024-05-15 15:21:23 +05:30
utils.py Fixed an issue where dependencies and dependents were not showing if a composite type is used as an attribute in another composite type. #7027 2024-02-21 11:18:44 +05:30