[pgAdmin4][RM-5793]: Unexpected behaviour with long-running operation.

2021-02-18 Thread Nikhil Mohite
Hi Team, Please find the attached patch for RM-5793: Unexpected behaviour with long-running operation. This patch only resolves the issue related to the query tool, (This is not a full fix for this issue.) Earlier we are not able to use the query tool when any other long-running operation is In-P

[pgAdmin][RM6201]:SSL Support in subscription.

2021-02-18 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for SSL support in the subscription. I have also fixed the issue raised during the testing of logical replication. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6201.patch Description: Binary data

Re: [pgAdmin]: CodeMirror black screen issue on macOS

2021-02-18 Thread Akshay Joshi
Thanks, patch applied. On Thu, Feb 18, 2021 at 6:22 PM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Akshay/ Team, > > Please find the updated patch for CodeMirror black screen issue. > > > Regards, > Nikhil Mohite. > > On Wed, Feb 17, 2021 at 9:38 AM Akshay Joshi < > akshay.jo...@e

pgAdmin 4 commit: Fixed codemirror black screen issue on OSX.

2021-02-18 Thread Akshay Joshi
Fixed codemirror black screen issue on OSX. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f65eb546b787af07bcc0dead10646025bab3a1ae Author: Nikhil Mohite Modified Files -- web/pgadmin/static/js/backform.pgadmin.js | 22 +

pgAdmin 4 commit: A little code tidying.

2021-02-18 Thread Dave Page
A little code tidying. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=aeb42b10598925cd047e18df0b3e775d9666da39 Modified Files -- pkg/mac/build-functions.sh | 195 +++-- 1 file changed, 117 in

pgAdmin 4 commit: Update supported platforms list.

2021-02-18 Thread Dave Page
Update supported platforms list. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0d3cd2d466c198ff81b1e5b6c61f001b00bc8247 Modified Files -- pkg/debian/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [pgAdmin]: CodeMirror black screen issue on macOS

2021-02-18 Thread Nikhil Mohite
Hi Akshay/ Team, Please find the updated patch for CodeMirror black screen issue. Regards, Nikhil Mohite. On Wed, Feb 17, 2021 at 9:38 AM Akshay Joshi wrote: > Hi Nikhil > > The issue is still reproducible for the function's SQL tab. Please fix and > send the patch. > > On Tue, Feb 16, 2021 a

Re: pgagent unicode support

2021-02-18 Thread Neel Patel
Hi Sergey, Thank you for the patch. It looks good to me except below. We have modified the patch as we fixed the memory leak ( review comment given by Ashesh ) and also fixed the compilation warnings. Can you please review and let us know ? Thanks, Neel Patel On Mon, Feb 15, 2021 at 6:15 PM Nee

[Patch] Utilities not working on Windows with WSGI

2021-02-18 Thread Akshay Joshi
Hi Hackers, When we use pgAdmin on Windows with WSGI 'sys.executable' returns the path of 'httpd.exe' instead of python interpreter. I have reverted the code only for Windows and for other OS we use 'sys.executable'. Attached is the patch, can someone please review it. -- *Thanks & Regards* *Ak

Re: RM-6145 patch - Logical Replication Documentation

2021-02-18 Thread Akshay Joshi
Thanks, patch applied. On Wed, Feb 17, 2021 at 5:48 PM Nidhi Bhammar < nidhi.bham...@enterprisedb.com> wrote: > Hi, > > PFA patch for Logical Replication documentation. > > Thanks, > > Best Regards, > Nidhi Bhammar > > > www.enterprisedb.com > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hack

pgAdmin 4 commit: Fixed ERDTables API test case.

2021-02-18 Thread Akshay Joshi
Fixed ERDTables API test case. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=76217ffa8f872b9eeac82bec52557945ee022e57 Modified Files -- web/pgadmin/tools/erd/__init__.py | 1 + 1 file changed, 1 insertion(+)

pgAdmin 4 commit: Documentation of Logical Replication. Fixes #6145

2021-02-18 Thread Akshay Joshi
Documentation of Logical Replication. Fixes #6145 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b27a884bda805e60ab0fe3a396659f5d8af9a7e8 Author: Nidhi Bhammar Modified Files -- docs/en_US/images/publication_definition.png | Bin