[pgAdmin][RM-6178]: Cannot change background color with servers Throws js Exceptions

2021-02-04 Thread Nikhil Mohite
Hi Team, Please find the attached patch for RM-6178 : Cannot change background color with servers Throws js Exceptions. Updated the parameters for color picker functions. -- *Thanks & Regards,* *Nikhil Mohite* *Software Engineer.* *EDB Postgres*

Re: Small thing...

2021-02-04 Thread Dave Page
Hi On Thu, Feb 4, 2021 at 2:38 PM Niels Kristian Schjødt wrote: > Hi, tanks for maintaining a great everyday tool :-) > > A small thing: On mac OS bigsur the icon is kind of off from the standard > in the os (all white): > > > > Maybe make it configurable or just change it to white lines on tran

Small thing...

2021-02-04 Thread Niels Kristian Schjødt
Hi, tanks for maintaining a great everyday tool :-) A small thing: On mac OS bigsur the icon is kind of off from the standard in the os (all white): Maybe make it configurable or just change it to white lines on transparent background :-) That’s all from me and the rest of the developers wi

[pgAdmin][RM-6157]: UI issue in delete records.

2021-02-04 Thread Nikhil Mohite
Hi Team, Please find the attached patch for RM-6157 : UI issue in delete records. 1. Resolved CSS issue in delete records from a data-output table. -- *Thanks & Regards,* *Nikhil Mohite* *Software Engineer.* *EDB Postgres*

Re: [pgAdmin][patch] Use unique DB name in ERD API test cases

2021-02-04 Thread Akshay Joshi
Thanks, patch applied. On Thu, Feb 4, 2021 at 3:02 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > Seems like the test cases are still failing on the build machines. > Attached is the patch to make the connection ids unique by using random. > Please review. > > On Wed, F

pgAdmin 4 commit: Fixed API test cases by making the connection id uniq

2021-02-04 Thread Akshay Joshi
Fixed API test cases by making the connection id unique for ERD. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=181bec62ceade7244587ca95bdd71ff465caaca2 Author: Aditya Toshniwal Modified Files -- web/pgadmin/tools/erd/__init__.py

Re: [pgAdmin][patch] Use unique DB name in ERD API test cases

2021-02-04 Thread Aditya Toshniwal
Hi, Seems like the test cases are still failing on the build machines. Attached is the patch to make the connection ids unique by using random. Please review. On Wed, Feb 3, 2021 at 4:49 PM Akshay Joshi wrote: > Thanks, patch applied. > > On Wed, Feb 3, 2021 at 4:01 PM Aditya Toshniwal < > adit

pgAdmin 4 commit: Fixed an issue where utility(Backup, Maintenance, ...

2021-02-04 Thread Akshay Joshi
Fixed an issue where utility(Backup, Maintenance, ...) jobs are failing when the log level is set to DEBUG. Fixes #6208 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c7691c891f534d62c350789f18f01ba9b0294c2 Modified Files -- doc