pgadmin4/web/pgadmin/dashboard
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
..
static Fix the following SonarQube code smells: 2024-06-11 18:07:22 +05:30
templates/dashboard/sql/default Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
tests Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
__init__.py Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
pgd_replication.py Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30
precondition.py Added support for viewing PGD Clusters. #7215 2024-05-20 16:54:49 +05:30