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-08-06 07:12:42
Message-ID: E1k3a4w-0002BR-67@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' reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=48737e6a02f171e7554d9171253b1f7d82886b63
Author: Yogesh Mahajan  <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
.../feature_tests/pg_datatype_validation_test.py | 7 +--
.../pg_utilities_backup_restore_test.py | 9 ++--
.../query_tool_auto_complete_tests.py | 19 ++++----
.../feature_tests/query_tool_journey_test.py | 50 ++++++++++++----------
web/pgadmin/feature_tests/query_tool_tests.py | 27 ++++++------
web/pgadmin/feature_tests/view_data_dml_queries.py | 5 ++-
.../xss_checks_panels_and_query_tool_test.py | 16 ++++---
7 files changed, 73 insertions(+), 60 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-06 07:13:05 Re: Bug #4387 - User can not insert any value on view data if table and column name contains *SELECT '<<SCRIPT>alert("XSS ");//<</SCRIPT>';*
Previous Message Pramod Ahire 2020-08-06 06:42:01 Re: Code coverage report generation for JS files