pgAdmin 4 commit: Fixed following code smells reported by SonarQube:

2022-01-17 Thread Akshay Joshi
Fixed following code smells reported by SonarQube: 1) Boolean checks should not be inverted. 2) Review this redundant assignment. 3) Extract this nested ternary operation into an independent statement. 4) Unexpected empty function. 5) Immediately return this expression instead of assigning it

[pgAdmin]: Fix test cases for maintenance dialog.

2022-01-17 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch to fix the feature test case falling for the Maintenance dialog. -- *Thanks & Regards,* *Nikhil Mohite* *Senior Software Engineer.* *EDB Postgres* *Mob.No: +91-7798364578.* Feature_test_fix.patch Description: Binary da

Re: [pgAdmin][RM-6916]: Allow disabling GPU hardware acceleration

2022-01-17 Thread Akshay Joshi
Hi Dave/Nikhil On Thu, Jan 13, 2022 at 1:31 PM Dave Page wrote: > > > On Thu, 13 Jan 2022 at 07:38, Akshay Joshi > wrote: > >> Thanks, the patch applied. >> > > Should we really hard code this? I’m not sure the GPU would actually be > used much, but I really don’t know for sure. It might be, fo