pgadmin4/web/pgadmin/browser
Akshay Joshi df2f3460f0 Fix the following SonarQube code smells:
1) Use the "RegExp.exec()" method instead.
2) Remove parameter form or provide default value.
3) Extract this nested ternary operation into an independent statement.
4) Replace this character class by the character itself.
5) Unnecessary use of conditional expression for default assignment.
6) Prefer using an optional chain expression instead, as it's more concise and easier to read.
2024-06-11 18:07:22 +05:30
..
server_groups Fix the following SonarQube code smells: 2024-06-11 18:07:22 +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 - Update JS packages. 2024-06-07 14:17:22 +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