[pgAdmin][RM6239] Explain plan and geometry viewer is not working

2021-02-19 Thread Aditya Toshniwal
Hi Hackers,

Attached patch fixes explain plan and geometry viewer issues.
Please review.

-- 
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*

"Don't Complain about Heat, Plant a TREE"


RM6239.patch
Description: Binary data


pgAdmin 4 commit: Fixed an issue where the user can't change the connec

2021-02-19 Thread Akshay Joshi
Fixed an issue where the user can't change the connection timeout setting if 
the fixed port number is enabled. Fixes #6249

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2570f7d75c150a5473ed349d599822b70fb06a27

Modified Files
--
runtime/src/js/configure.js | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)



pgAdmin 4 commit: Fix explain plan and geometry viewer issue. It's a re

2021-02-19 Thread Akshay Joshi
Fix explain plan and geometry viewer issue. It's a regression of SonarQube 
fixes. Fixes #6239

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=32197a8405cdfb44a44be4d597b0e840d37a15fe
Author: Aditya Toshniwal 

Modified Files
--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 5 +++--
web/webpack.config.js  | 7 ++-
2 files changed, 5 insertions(+), 7 deletions(-)



Re: [pgAdmin][RM6239] Explain plan and geometry viewer is not working

2021-02-19 Thread Akshay Joshi
Thanks, patch applied.

On Fri, Feb 19, 2021 at 2:05 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patch fixes explain plan and geometry viewer issues.
> Please review.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
> 
> "Don't Complain about Heat, Plant a TREE"
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: 1) Added SSL support for creating a subscription. Fix

2021-02-19 Thread Akshay Joshi
1) Added SSL support for creating a subscription. Fixes #6201
2) Fixed an issue where the user is not able to create the subscription. Fixes 
#6230
3) Fixed a couple of issues raised during testing of logical replication.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=731ba32e816fa30e5cb6116108edecd504572d2c
Author: Pradip Parkale 

Modified Files
--
docs/en_US/release_notes_5_0.rst   |   2 +
.../browser/server_groups/servers/__init__.py  |   3 +
.../publications/static/js/publication.js  |  15 +++
.../publications/sql/11_plus/properties.sql|   2 +-
.../templates/publications/sql/13_plus/create.sql  |  23 
.../publications/sql/13_plus/properties.sql|   9 ++
.../templates/publications/sql/13_plus/update.sql  |  48 +++
.../publications/sql/default/get_all_tables.sql|   1 +
.../publications/sql/default/properties.sql|   2 +-
.../servers/databases/subscriptions/__init__.py|  23 +++-
.../subscriptions/static/js/subscription.js| 138 +++--
.../templates/subscriptions/sql/default/create.sql |   4 +-
.../subscriptions/sql/default/properties.sql   |  36 +++---
.../templates/subscriptions/sql/default/update.sql |   4 +-
.../server_groups/servers/model_validation.js  |   4 -
web/pgadmin/utils/versioned_template_loader.py |   3 +-
16 files changed, 277 insertions(+), 40 deletions(-)



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

2021-02-19 Thread Akshay Joshi
Thanks, patch applied.
Documentation for the SSL tab is missing, so please update the
documentation and send another patch.

On Fri, Feb 19, 2021 at 1:08 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:

> 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
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Ensure RPMs & DEBs depend on matching versions of eac

2021-02-19 Thread Dave Page
Ensure RPMs & DEBs depend on matching versions of each other. Fixes #6250

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=df7de2ef715ed85982a306f2f818a23aedd61645

Modified Files
--
docs/en_US/release_notes_5_0.rst | 1 +
pkg/debian/build.sh  | 6 +++---
pkg/redhat/build.sh  | 8 
3 files changed, 8 insertions(+), 7 deletions(-)



pgAdmin 4 commit: Fixed an issue where 'sys.executable' returns the pat

2021-02-19 Thread Akshay Joshi
Fixed an issue where 'sys.executable' returns the path of 'httpd.exe' instead 
of the python interpreter on Windows with WSGI.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=db95414cf10f12aabb3704e17370b134f7a2ca53

Modified Files
--
web/pgadmin/misc/bgprocess/processes.py | 80 -
1 file changed, 79 insertions(+), 1 deletion(-)



pgAdmin 4 commit: Fixed an issue where the user is not able to use the

2021-02-19 Thread Akshay Joshi
Fixed an issue where the user is not able to use the query tool when
any other long-running operation is in progress.

refs #5793

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d9847ed1f3bfe05d9b3e644a0fca45820faa5e3a
Author: Nikhil Mohite 

Modified Files
--
web/pgadmin/tools/sqleditor/__init__.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



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

2021-02-19 Thread Akshay Joshi
Thanks, patch applied.

On Fri, Feb 19, 2021 at 1:09 PM Nikhil Mohite <
nikhil.moh...@enterprisedb.com> wrote:

> 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-Progress.
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Software Engineer.*
> *EDB Postgres* 
> *Mob.No: +91-7798364578.*
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Update message catalogs.

2021-02-19 Thread Akshay Joshi
Update message catalogs.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8e467788a35b64a4953cf8e4fa97a55f03d93a9e

Modified Files
--
web/pgadmin/messages.pot   | 3764 +++--
.../translations/cs/LC_MESSAGES/messages.mo|  Bin 205559 -> 192138 bytes
.../translations/cs/LC_MESSAGES/messages.po| 4813 ++---
.../translations/de/LC_MESSAGES/messages.mo|  Bin 82768 -> 82768 bytes
.../translations/de/LC_MESSAGES/messages.po| 3796 +++--
.../translations/es/LC_MESSAGES/messages.mo|  Bin 118081 -> 118081 bytes
.../translations/es/LC_MESSAGES/messages.po| 3857 +++--
.../translations/fr/LC_MESSAGES/messages.mo|  Bin 215955 -> 202582 bytes
.../translations/fr/LC_MESSAGES/messages.po| 5678 +++-
.../translations/it/LC_MESSAGES/messages.mo|  Bin 211222 -> 197752 bytes
.../translations/it/LC_MESSAGES/messages.po| 5242 ++
.../translations/ja/LC_MESSAGES/messages.mo|  Bin 212361 -> 212361 bytes
.../translations/ja/LC_MESSAGES/messages.po| 3833 +++--
.../translations/ko/LC_MESSAGES/messages.mo|  Bin 106321 -> 106321 bytes
.../translations/ko/LC_MESSAGES/messages.po| 3823 +++--
.../translations/pl/LC_MESSAGES/messages.mo|  Bin 105777 -> 105777 bytes
.../translations/pl/LC_MESSAGES/messages.po| 3822 +++--
.../translations/ru/LC_MESSAGES/messages.mo|  Bin 137226 -> 137226 bytes
.../translations/ru/LC_MESSAGES/messages.po| 3822 +++--
.../translations/zh/LC_MESSAGES/messages.mo|  Bin 166084 -> 166084 bytes
.../translations/zh/LC_MESSAGES/messages.po| 3827 +++--
21 files changed, 26650 insertions(+), 19627 deletions(-)



pgAdmin 4 commit: Update Dependencies.

2021-02-19 Thread Akshay Joshi
Update Dependencies.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=71e40a72996ceeaaa71bc969d6dbf863b44ab7d9

Modified Files
--
DEPENDENCIES | 422 ++-
1 file changed, 96 insertions(+), 326 deletions(-)



Translators: Release next week

2021-02-19 Thread Akshay Joshi
Hi Translators,

We will have a release next week, so updates to translations before release
would be helpful. The template and catalogs have been updated in git.

*Note:* We will generally create the candidate build on Monday, so please
send the translation file by Monday 5.00 PM IST would be good.

-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*