pgAdmin 4 commit: Fixed an issue where some properties are not being up

2020-09-30 Thread Akshay Joshi
Fixed an issue where some properties are not being updated correctly for the 
shared server. Fixes #5867

Branch
--
master

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

Modified Files
--
docs/en_US/images/preferences_browser_display.png  | Bin 228387 -> 198042 bytes
docs/en_US/images/server_general.png   | Bin 65414 -> 60984 bytes
docs/en_US/preferences.rst |   2 +-
docs/en_US/release_notes_4_27.rst  |   3 +-
docs/en_US/server_dialog.rst   |   2 +-
.../browser/register_browser_preferences.py|   5 +-
.../browser/server_groups/servers/__init__.py  |  97 +++--
.../server_groups/servers/static/js/server.js  |  14 ++-
.../servers/tests/servers_test_data.json   |   2 +-
9 files changed, 70 insertions(+), 55 deletions(-)



Re: [pgAdmin][RM5867]:Some properties are not getting updated correctly if the server is shared server.

2020-09-30 Thread Akshay Joshi
Thanks, patch applied.

On Wed, Sep 30, 2020 at 11:00 AM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached patch for the below issues.
>
>1. Shared with all? changed to 'Shared?'.
>2. Hide shared server? changed to 'Hide shared servers?'.
>3. Some properties of the base server were getting updated if the user
>updated the shared server properties so I fixed this issue.
>4. Fixed an issue where 'Later' and 'Refresh' button labels were
>getting override on disconnect server confirmation dialogue.
>5. If the user shares an auto-detected server and other user log-in
>then the auto-detected server of the second user will not be visible, the
>second user will see a shared auto-detected server.
>
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>


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

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Use PostgreSQL 13 libs.

2020-09-30 Thread Dave Page
Use PostgreSQL 13 libs.

Branch
--
master

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

Modified Files
--
pkg/redhat/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



[pgAdmin4][Patch] - Fix for Sqlalchemy Operational error

2020-09-30 Thread Khushboo Vashi
Hi,

Sqlalchemy gives an operational error with the SQL query with boolean
true/false for Python versions < 3.7. Please find the attached patch to fix
it.

Thanks,
Khushboo


sqlite_boolean_fix.patch
Description: Binary data


Re: [pgAdmin][RM5867]:Some properties are not getting updated correctly if the server is shared server.

2020-09-30 Thread Pradip Parkale
Hi Akshay,
Please find the attached patch for the API failure issue.

On Wed, Sep 30, 2020 at 12:34 PM Akshay Joshi 
wrote:

> Thanks, patch applied.
>
> On Wed, Sep 30, 2020 at 11:00 AM Pradip Parkale <
> pradip.park...@enterprisedb.com> wrote:
>
>> Hi Hackers,
>>
>> Please find the attached patch for the below issues.
>>
>>1. Shared with all? changed to 'Shared?'.
>>2. Hide shared server? changed to 'Hide shared servers?'.
>>3. Some properties of the base server were getting updated if the
>>user updated the shared server properties so I fixed this issue.
>>4. Fixed an issue where 'Later' and 'Refresh' button labels were
>>getting override on disconnect server confirmation dialogue.
>>5. If the user shares an auto-detected server and other user log-in
>>then the auto-detected server of the second user will not be visible, the
>>second user will see a shared auto-detected server.
>>
>>
>> --
>> Thanks & Regards,
>> Pradip Parkale
>> Software Engineer | EnterpriseDB Corporation
>>
>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Sr. Software Architect*
> *EDB Postgres *
>
> *Mobile: +91 976-788-8246*
>


-- 
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation


jenkins_issue.patch
Description: Binary data