pgAdmin 4 commit: Fixed an issue where file dialog showing incorrect fi

2021-05-14 Thread Akshay Joshi
Fixed an issue where file dialog showing incorrect files for the selected file 
types. Fixes #6443

Branch
--
master

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

Modified Files
--
docs/en_US/release_notes_5_3.rst   | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)



pgAdmin 4 commit: 1) Fixed an issue where the user is not warned if Ker

2021-05-14 Thread Akshay Joshi
1) Fixed an issue where the user is not warned if Kerberos ticket expiration
   is less than 30 min while initiating a global backup. Fixes #6444

2) Ensure that proper identification should be there when the server is
   connected using Kerberos or without Kerberos. Fixes #6445

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7275ce906e508cde20c9e5f2de8dfabda9fb2c36
Author: Khushboo Vashi 

Modified Files
--
docs/en_US/release_notes_5_3.rst |  2 ++
.../browser/server_groups/servers/__init__.py| 12 ++--
.../server_groups/servers/static/js/server.js| 10 ++
.../tools/backup/static/js/backup_dialog_wrapper.js  |  3 ++-
web/pgadmin/utils/driver/psycopg2/connection.py  | 20 
web/pgadmin/utils/driver/psycopg2/server_manager.py  |  3 +++
6 files changed, 47 insertions(+), 3 deletions(-)



Re: [pgAdmin4][Patch] - RM #6444 and #6445

2021-05-14 Thread Akshay Joshi
Thanks, patch applied.

On Thu, May 13, 2021 at 3:03 PM Khushboo Vashi <
khushboo.va...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch to fix below RMs.
>
> #6444  - [Kerbores] - User is not warned if Kerberos ticket expiration is
> less than 30 min while initiating global backup.
>
> #6445 - [Kerbores] - Kerberos Auth flag is True in properties dialogue
> though server is connected with password.
> There is no way to identify if the server connection is GSS authenticated
> or not. To solve this problem, I have introduced *GSS authenticated?* and *GSS
> encrypted?* fields in the server properties.
>
> Thanks,
> Khushboo
>
>

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

*Mobile: +91 976-788-8246*


Re: [pgAdmin][RM6443]: File Dialog shows incorrect files for selected file type

2021-05-14 Thread Akshay Joshi
Thanks, patch applied.

On Thu, May 13, 2021 at 12:47 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached patch for #6443 File Dialog shows incorrect files
> for the selected file type.
>
> --
> 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: Update the correct redmine numbers, wrongly added in

2021-05-14 Thread Akshay Joshi
Update the correct redmine numbers, wrongly added in the last commit.

Branch
--
master

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

Modified Files
--
docs/en_US/release_notes_5_3.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgAdmin 4 commit: Fixed JS audit warnings

2021-05-14 Thread Akshay Joshi
Fixed JS audit warnings

Branch
--
master

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

Modified Files
--
web/package.json |   13 +-
web/yarn.lock| 3574 +-
2 files changed, 1635 insertions(+), 1952 deletions(-)



Re: [pgAdmin][patch] JS audit fixes

2021-05-14 Thread Akshay Joshi
Thanks, patch applied.

On Fri, May 14, 2021 at 1:18 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patch fixes the JS audit warnings.
>
> --
> 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][patch] No password supplied on auto detected servers

2021-05-14 Thread Aditya Toshniwal
Hi Hackers,

Attached patch fixed "No password supplied" error occurring on
auto-detected servers.
Please review.

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

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


noPassSupplied.patch
Description: Binary data


pgAdmin 4 commit: Fixed 'No password supplied' error occurring on auto-

2021-05-14 Thread Akshay Joshi
Fixed 'No password supplied' error occurring on auto-detected servers.

Branch
--
master

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

Modified Files
--
web/pgadmin/browser/server_groups/servers/__init__.py | 3 ++-
web/pgadmin/model/__init__.py | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)



Re: [pgAdmin][patch] No password supplied on auto detected servers

2021-05-14 Thread Akshay Joshi
Thanks, patch applied.

On Fri, May 14, 2021 at 2:46 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patch fixed "No password supplied" error occurring on
> auto-detected servers.
> 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: Update message catalog.

2021-05-14 Thread Akshay Joshi
Update message catalog.

Branch
--
master

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

Modified Files
--
web/pgadmin/messages.pot   | 2426 +
.../translations/cs/LC_MESSAGES/messages.mo|  Bin 219079 -> 205050 bytes
.../translations/cs/LC_MESSAGES/messages.po| 5685 ++--
.../translations/de/LC_MESSAGES/messages.mo|  Bin 82686 -> 82686 bytes
.../translations/de/LC_MESSAGES/messages.po| 2430 +
.../translations/es/LC_MESSAGES/messages.mo|  Bin 117883 -> 117883 bytes
.../translations/es/LC_MESSAGES/messages.po| 2430 +
.../translations/fr/LC_MESSAGES/messages.mo|  Bin 227948 -> 213966 bytes
.../translations/fr/LC_MESSAGES/messages.po| 4436 +++
.../translations/it/LC_MESSAGES/messages.mo|  Bin 225186 -> 211092 bytes
.../translations/it/LC_MESSAGES/messages.po| 4049 --
.../translations/ja/LC_MESSAGES/messages.mo|  Bin 227242 -> 227164 bytes
.../translations/ja/LC_MESSAGES/messages.po| 2437 +
.../translations/ko/LC_MESSAGES/messages.mo|  Bin 106130 -> 106130 bytes
.../translations/ko/LC_MESSAGES/messages.po| 2430 +
.../translations/pl/LC_MESSAGES/messages.mo|  Bin 105580 -> 105580 bytes
.../translations/pl/LC_MESSAGES/messages.po| 2430 +
.../translations/ru/LC_MESSAGES/messages.mo|  Bin 136979 -> 136979 bytes
.../translations/ru/LC_MESSAGES/messages.po| 2430 +
.../translations/zh/LC_MESSAGES/messages.mo|  Bin 165409 -> 165409 bytes
.../translations/zh/LC_MESSAGES/messages.po| 2432 +
21 files changed, 17736 insertions(+), 15879 deletions(-)



Translators: Release next week

2021-05-14 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*