pgAdmin 4 commit: Fixed following SonarQube code smells:

2022-01-12 Thread Akshay Joshi
Fixed following SonarQube code smells: 1) Remove this useless assignment to a variable. 2) Remove the unused local variable. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e38c38cd581ceaa8c45b622b9bf37204caca9d59 Modified Files -

pgAdmin 4 commit: Ensure that Partitioned tables should be visible corr

2022-01-12 Thread Akshay Joshi
Ensure that Partitioned tables should be visible correctly when creating multiple partition levels. Fixes #7085 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d2457f2a1d2cdb5ca253c5989405472c3b75f2ca Author: Nikhil Mohite Modified Files ---

Re: [pgAdmin][RM-7085]: Partioned tables not showing correctly after creating multiple partition level

2022-01-12 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Jan 12, 2022 at 12:51 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for RM-7085: > Partitioned tables not > showing correctly after creating multiple partit

pgAdmin 4 commit: Fixed code smell 'Unexpected empty arrow function' re

2022-01-12 Thread Akshay Joshi
Fixed code smell 'Unexpected empty arrow function' reported by SonarQube. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c98fb887cc586c91f18317809648a89c29741a9d Modified Files -- .../schemas/tables/indexes/static/js/index.ui.js

pgAdmin 4 commit: Fixed code smell 'Default parameters should be last'

2022-01-12 Thread Akshay Joshi
Fixed code smell 'Default parameters should be last' reported by SonarQube. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4e414f57e67537b2418758a05191adca616890e7 Modified Files -- .../server_groups/servers/databases/casts/static

pgAdmin 4 commit: Fixed code smell 'Unexpected empty arrow function' re

2022-01-12 Thread Akshay Joshi
Fixed code smell 'Unexpected empty arrow function' reported by SonarQube. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3f7e921cce63ba52eba8477f419eab87fb7bb889 Modified Files -- .../schemas/tables/partitions/static/js/partition.

Re: [pgAdmin][RM-7085]: Partioned tables not showing correctly after creating multiple partition level

2022-01-12 Thread Nikhil Mohite
Hi Akshay, Please find the attached patch for CSS changes in the browser tree. On Wed, Jan 12, 2022 at 4:34 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Wed, Jan 12, 2022 at 12:51 PM Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the a

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

2022-01-12 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch for RM-6916: Allow disabling GPU hardware acceleration -- *Thanks & Regards,* *Nikhil Mohite* *Senior Software Engineer.* *EDB Postgres* *Mob.No: +91-7798364578.* RM-6916.p

pgAdmin 4 commit: Added flag in runtime to disable GPU hardware acceler

2022-01-12 Thread Akshay Joshi
Added flag in runtime to disable GPU hardware acceleration. Fixes #6916 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=40fa1aff6b6cff0ec21c4274cb9420f8f02828ff Author: Nikhil Mohite Modified Files -- docs/en_US/release_notes_6_5.

pgAdmin 4 commit: CSS changes in the browser tree.

2022-01-12 Thread Akshay Joshi
CSS changes in the browser tree. refs #7085 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4787de69682674d432347246ba9e1b8a58b526fb Author: Nikhil Mohite Modified Files -- .../static/scss/_pgadmin4-tree.overrides.scss | 33

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

2022-01-12 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jan 13, 2022 at 11:53 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for RM-6916: > Allow disabling GPU > hardware acceleration > > > -- > *Thanks & Regards

Re: [pgAdmin][RM-7085]: Partioned tables not showing correctly after creating multiple partition level

2022-01-12 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Jan 13, 2022 at 11:07 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch for CSS changes in the browser tree. > > > On Wed, Jan 12, 2022 at 4:34 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >>