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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed issue related to extra semicolons and function
Дата
Msg-id E1jo2vB-0006Gv-Ap@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: Patch for SonarQube code scan.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Patch for SonarQube code scan.