pgAdmin 4 commit: Fixed issue related to extra semicolons and function - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed issue related to extra semicolons and function
Date
Msg-id E1jo2vB-0006Gv-Ap@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed issue related to extra semicolons and function naming convention reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a1fd9ea3ce1508d395cb1b5741dc5e1a4e3d36a9
Author: Satish V <satish.v@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/gpdb.py            | 2 +-
web/pgadmin/browser/server_groups/servers/ppas.py            | 2 +-
web/pgadmin/browser/server_groups/servers/types.py           | 2 +-
web/pgadmin/misc/file_manager/__init__.py                    | 6 +++---
web/pgadmin/misc/file_manager/static/scss/_file_manager.scss | 4 ++--
web/pgadmin/static/scss/_codemirror.overrides.scss           | 2 +-
web/pgadmin/static/scss/_pgadmin.style.scss                  | 2 +-
web/pgadmin/static/scss/resources/_default.variables.scss    | 2 +-
web/pgadmin/utils/driver/psycopg2/connection.py              | 2 +-
web/pgadmin/utils/driver/psycopg2/server_manager.py          | 2 +-
10 files changed, 13 insertions(+), 13 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Patch for SonarQube code scan.
Next
From: Akshay Joshi
Date:
Subject: Re: Patch for SonarQube code scan.