pgAdmin 4 commit: Fixed issue related to extra semicolons and function

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed issue related to extra semicolons and function
Date: 2020-06-24 10:46:25
Message-ID: E1jo2vB-0006Gv-Ap@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)v(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-24 10:47:09 Re: Patch for SonarQube code scan.
Previous Message Nikhil Mohite 2020-06-24 08:57:22 Patch for SonarQube code scan.