Re: [pgAdmin][SonarQube] Critical issue fixes - servers

2020-07-09 Thread Akshay Joshi
Thanks, patch applied. On Thu, Jul 9, 2020 at 7:15 PM Rahul Shirsat wrote: > Hi Hackers, > > Please find the updated patch below which fixes the issue in > sslcompression changes. > > On Thu, Jul 9, 2020 at 4:46 PM Rahul Shirsat < > rahul.shir...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> P

Re: [pgAdmin][SonarQube] Critical issue fixes - servers

2020-07-09 Thread Rahul Shirsat
Hi Hackers, Please find the updated patch below which fixes the issue in sslcompression changes. On Thu, Jul 9, 2020 at 4:46 PM Rahul Shirsat wrote: > Hi Hackers, > > Please find the attached patch which includes sonarqube fixes : > > 1. Refactor this function to reduce its Cognitive Complexity

[pgAdmin][SonarQube] Critical issue fixes - servers

2020-07-09 Thread Rahul Shirsat
Hi Hackers, Please find the attached patch which includes sonarqube fixes : 1. Refactor this function to reduce its Cognitive Complexity from 18 to the 15 allowed for *check_ssl_fields* in servers/__init__.py 2. Refactor this function to reduce its Cognitive Complexity from 25 to the 15 allow