pgAdmin 4 commit: Fixed code smell 'String literals should not be dupli

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed code smell 'String literals should not be dupli
Date: 2020-09-03 13:25:31
Message-ID: E1kDpF5-0003z0-6u@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smell 'String literals should not be duplicated'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=31bbdd6a126c93815a960453d0644747e2f33099
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/utils.py | 30 +++++++++-------
web/pgadmin/misc/file_manager/__init__.py | 40 ++++++++++------------
web/pgadmin/tools/schema_diff/__init__.py | 17 ++++-----
web/pgadmin/tools/sqleditor/__init__.py | 37 +++++++++-----------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 +-
web/pgadmin/tools/sqleditor/utils/filter_dialog.py | 5 +--
.../tools/sqleditor/utils/start_running_query.py | 5 +--
web/pgadmin/utils/constants.py | 11 ++++++
8 files changed, 79 insertions(+), 68 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-03 13:26:32 Re: [pgAdmin4][Patch] - SonarQube Fixes
Previous Message Akshay Joshi 2020-09-03 12:54:21 Re: [pgAdmin][SonarQube] : Remove duplicates string literals.