pgAdmin 4 commit: Fixed code smell 'Remove duplicates string literals'.

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 'Remove duplicates string literals'.
Date: 2020-09-07 13:16:33
Message-ID: E1kFH0b-0002zk-Cp@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed code smell 'Remove duplicates string literals'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4da4a05611dc18b1a3f45256c799e70738a36ee1
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
.../server_groups/servers/roles/__init__.py | 44 ++++++----------------
.../server_groups/servers/static/js/server.js | 1 -
web/pgadmin/utils/constants.py | 4 ++
web/regression/python_test_utils/test_utils.py | 3 +-
4 files changed, 17 insertions(+), 35 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-07 13:18:24 Re: [pgAdmin][SonarQube] : Remove duplicates string literals.
Previous Message Pradip Parkale 2020-09-07 12:25:39 [pgAdmin][RM5764] : RLS SQL Incorrectly generated