pgAdmin 4 commit: Downgrade NWjs to 0.62.2. The latest version does not

2022-06-21 Thread Akshay Joshi
Downgrade NWjs to 0.62.2. The latest version does not work on Ubuntu 20.04. refs #7442 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e8f0454b390e914ca6faf1324f4b8f57f7f61926 Modified Files -- Make.bat | 14 ++

[pgAdmin][RM-7440]: With pgAdmin v6.10 are passwords entered in the "Connect To Server" dialog being truncated?

2022-06-21 Thread Nikhil Mohite
Hi Hackers, Please find attached the patch for RM-7440: With pgAdmin v6.10 are passwords entered in the "Connect To Server" dialog being truncated? -- *Thanks & Re

Re: [pgAdmin][RM-7440]: With pgAdmin v6.10 are passwords entered in the "Connect To Server" dialog being truncated?

2022-06-21 Thread Aditya Toshniwal
Hi Nikhil, I think maxlength should be moved to controlProps instead of direct prop as it is more specific to the text type control. On Tue, Jun 21, 2022 at 5:06 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find attached the patch for >

Re: [pgAdmin][RM-6132]: [React] Port debugger to React

2022-06-21 Thread Nikhil Mohite
Hi Akshay, PFA to fix the following issues: 1. Fixed issue in set debugger arguments, Debugger is not getting started if arguments loaded from SQLite database On Tue, Jun 21, 2022 at 10:50 AM Akshay Joshi wrote: > Thanks, the patch applied > > On Tue, Jun 21, 2022 at 9:31 AM Nikhil Mohite < > n

[pgAdmin][RM7492] Remove pgAdmin app dynamic module loading

2022-06-21 Thread Aditya Toshniwal
Hi Hackers, Attached patch removes dynamic module loading and replaces it with fixed/static module loading. This can potentially reduce the app startup time. Patch also removes all the occurrences and usage of get_own_javascripts since it is not used anymore. Please review. -- Thanks, Aditya To

pgAdmin 4 commit: Fixed an issue where Debugger is not getting started

2022-06-21 Thread Akshay Joshi
Fixed an issue where Debugger is not getting started if arguments loaded from SQLite database. Fixes #6132 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=41ceda01d04fb43513e548a402b65bb480c4af36 Author: Nikhil Mohite Modified Files

Re: [pgAdmin][RM-6132]: [React] Port debugger to React

2022-06-21 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Jun 21, 2022 at 6:09 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay, > > PFA to fix the following issues: > 1. Fixed issue in set debugger arguments, Debugger is not getting started > if arguments loaded from SQLite database > > On Tue, Ju