Re: Patch for SonarQube UI fixes.

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Cc: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>, Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Patch for SonarQube UI fixes.
Date: 2020-06-16 03:15:53
Message-ID: CAM9w-_nbhURCohKroBrJh6OD7P4H03iq=83E5OKLWU+qKx7eGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Jun 16, 2020 at 8:22 AM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> As per my earlier comment, the dashboard.js fix is still failing.
>
But assigning the return value is not a solution. Replace map with forEach
so that it doesn't expect a return value at all (as there is none).

>
> On Mon, Jun 15, 2020 at 5:16 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Thanks, patch applied.
>>
>> On Mon, Jun 15, 2020 at 4:49 PM Aditya Toshniwal <
>> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>>
>>> Hi,
>>>
>>> On Mon, Jun 15, 2020 at 4:45 PM Khushboo Vashi <
>>> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>>>
>>>>
>>>> On Mon, Jun 15, 2020 at 4:42 PM Aditya Toshniwal <
>>>> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> The patch looks good to me.
>>>>>
>>>> I think the dashboard.js fix is not accurate as when you return
>>>> something you have to assign that value to any variable.
>>>>
>>> It's the map function which requires the return. Not necessary to assign
>>> the return value.
>>>
>>>>
>>>>> On Mon, Jun 15, 2020 at 4:22 PM Nikhil Mohite <
>>>>> nikhil(dot)mohite(at)enterprisedb(dot)com> wrote:
>>>>>
>>>>>> Hi Team,
>>>>>>
>>>>>> I have fixed some UI related issues of SonarQube scan.
>>>>>> Mainly fixes are related to removing duplicate properties in css
>>>>>> class and few js standard syntax fixes.
>>>>>> PFA patch.
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thanks and Regards,
>>>>> Aditya Toshniwal
>>>>> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
>>>>> "Don't Complain about Heat, Plant a TREE"
>>>>>
>>>>
>>>
>>> --
>>> Thanks and Regards,
>>> Aditya Toshniwal
>>> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>

--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2020-06-16 03:27:35 Re: Patch for SonarQube UI fixes.
Previous Message Khushboo Vashi 2020-06-16 02:52:22 Re: Patch for SonarQube UI fixes.