Re: [pgAdmin][RM7404] Port process watcher to React

2022-08-10 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Aug 11, 2022 at 9:52 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the updated patch. This includes GUI test cases failure fixes. > > On Tue, Aug 9, 2022 at 6:00 PM Aditya Toshniwal < > aditya.toshni...@enterprised

Re: [pgAdmin][RM7587] pgAdmin 6.12 doesn't show contents of information_schema and pg_catalog

2022-08-10 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Aug 11, 2022 at 10:26 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch to fix the issue. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

pgAdmin 4 commit: Ensure that the children of information_schema and pg

2022-08-10 Thread Akshay Joshi
Ensure that the children of information_schema and pg_catalog node should be displayed. Fixes #7587 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e1fa1b039627919a05e0c79d54b54f539a588d0e Author: Aditya Toshniwal Modified Files

pgAdmin 4 commit: 1) Added support to show all background processes in

2022-08-10 Thread Akshay Joshi
1) Added support to show all background processes in separate panel. Fixes #3709 2) Port process watcher to React. Fixes #7404 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c2b23465cc864f86ea3d3f10a934f7ead80de334 Author: Aditya Toshniwal M

pgAdmin 4 commit: Port User Management dialog to React. Fixes #7345

2022-08-10 Thread Akshay Joshi
Port User Management dialog to React. Fixes #7345 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=271b6d91fcf2849bcd860dcf4072a7859ff063c6 Modified Files -- docs/en_US/change_ownership.rst| 27 + docs/en_US/gett

[pgAdmin][RM7587] pgAdmin 6.12 doesn't show contents of information_schema and pg_catalog

2022-08-10 Thread Aditya Toshniwal
Hi Hackers, Please review the attached patch to fix the issue. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM7587.patch Description: Binary data

Re: [pgAdmin][RM7568] Port change user password and 2FA dialog to React.

2022-08-10 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Aug 10, 2022 at 5:37 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please ignore the previous patch. Attached patch adds a few more changes. > > On Wed, Aug 10, 2022 at 3:46 PM Aditya Toshniwal < > aditya.toshni...@enterprised

pgAdmin 4 commit: Port change user password and 2FA dialog to React. Fi

2022-08-10 Thread Akshay Joshi
Port change user password and 2FA dialog to React. Fixes #7568 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8b7ce2c2761d94dab75adbb4544ebc16262691e8 Author: Aditya Toshniwal Modified Files -- docs/en_US/images/change_user_passw

Re: [pgAdmin][patch]: Sonarqube bug fixes

2022-08-10 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Aug 10, 2022 at 2:28 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the updated patch > > On Wed, Aug 10, 2022 at 1:40 PM Dave Page wrote: > >> Hi >> >> On Wed, 10 Aug 2022 at 07:47, Nikhil Mohite < >> nikhil.moh...@ente

pgAdmin 4 commit: Fixed SonarQube issues.

2022-08-10 Thread Akshay Joshi
Fixed SonarQube issues. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c418188eeaa63306c15865955455ab71e42ec6f Author: Nikhil Mohite Modified Files -- web/pgadmin/browser/static/js/browser.js | 3 - ...ssowrdContent.js

Re: [pgAdmin][patch]: Sonarqube bug fixes

2022-08-10 Thread Nikhil Mohite
Hi Hackers, Please find the updated patch On Wed, Aug 10, 2022 at 1:40 PM Dave Page wrote: > Hi > > On Wed, 10 Aug 2022 at 07:47, Nikhil Mohite < > nikhil.moh...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the attached patch to fix sonarqube issues. >> > > Can you fix the second

Re: [pgAdmin][patch]: Sonarqube bug fixes

2022-08-10 Thread Dave Page
Hi On Wed, 10 Aug 2022 at 07:47, Nikhil Mohite wrote: > Hi Hackers, > > Please find the attached patch to fix sonarqube issues. > Can you fix the second typo here as well please? -import MasterPasswordContent from './MasterPassowrdContent'; +import MasterPasswordContent from './MasterPasswordC