pgAdmin 4 commit: Fixed an issue where adding/updating records fails if

2021-03-12 Thread Akshay Joshi
Fixed an issue where adding/updating records fails if the table name contains 
percent sign.

refs #4438

Branch
--
master

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

Modified Files
--
.../tools/sqleditor/templates/sqleditor/sql/default/delete.sql| 2 +-
.../tools/sqleditor/templates/sqleditor/sql/default/insert.sql| 6 +++---
.../tools/sqleditor/templates/sqleditor/sql/default/select.sql| 4 ++--
.../tools/sqleditor/templates/sqleditor/sql/default/update.sql| 6 +++---
web/pgadmin/tools/sqleditor/utils/save_changed_data.py| 2 --
web/pgadmin/utils/driver/psycopg2/connection.py   | 8 ++--
6 files changed, 15 insertions(+), 13 deletions(-)



pgAdmin 4 commit: Fixed color issue on the statistics tab for collectio

2021-03-12 Thread Akshay Joshi
Fixed color issue on the statistics tab for collection node in the safari 
browser. Fixes #4020

Branch
--
master

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

Modified Files
--
docs/en_US/release_notes_5_1.rst  | 1 +
web/pgadmin/static/scss/_bootstrap.overrides.scss | 4 
2 files changed, 5 insertions(+)



pgAdmin 4 commit: Show the login roles that are members of a group role

2021-03-12 Thread Akshay Joshi
Show the login roles that are members of a group role be shown when examining a 
group role. Fixes #5404

Branch
--
master

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

Modified Files
--
docs/en_US/images/role_membership.png  | Bin 47494 -> 81484 bytes
docs/en_US/release_notes_5_1.rst   |   1 +
docs/en_US/role_dialog.rst |  10 +-
.../server_groups/servers/roles/__init__.py| 116 -
.../server_groups/servers/roles/static/js/role.js  |  46 ++--
.../templates/roles/sql/9.1_plus/properties.sql|   9 ++
.../roles/templates/roles/sql/9.1_plus/update.sql  |  12 +++
.../templates/roles/sql/9.4_plus/properties.sql|   9 ++
.../roles/templates/roles/sql/9.4_plus/update.sql  |  12 +++
web/pgadmin/static/scss/_select2.overrides.scss|   3 +-
.../static/scss/resources/_default.variables.scss  |   2 +
.../scss/resources/dark/_theme.variables.scss  |   2 +
.../resources/high_contrast/_theme.variables.scss  |   2 +
13 files changed, 209 insertions(+), 15 deletions(-)



pgAdmin 4 commit: Fixed alignment issue under preferences for the Germa

2021-03-12 Thread Akshay Joshi
Fixed alignment issue under preferences for the German language. Fixes #4014

Branch
--
master

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

Modified Files
--
docs/en_US/release_notes_5_1.rst| 1 +
web/pgadmin/static/js/backform.pgadmin.js   | 2 +-
web/pgadmin/static/scss/_pgadmin.style.scss | 3 +++
3 files changed, 5 insertions(+), 1 deletion(-)



Re: [pgAdmin][RM4020]: Color issue on statistics tab for pg-10/11 for Safari Browser

2021-03-12 Thread Akshay Joshi
Thanks, patch applied.

On Thu, Mar 11, 2021 at 2:00 PM Pradip Parkale <
pradip.park...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached patch for RM4020. The color issue on the
> collection node statistics tab. This is specific to the Safari browser.
>
> --
> Thanks & Regards,
> Pradip Parkale
> Software Engineer | EnterpriseDB Corporation
>


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

*Mobile: +91 976-788-8246*


Re: [pgAdmin][RM-4014]: Alignment issue on German Language under Preferences

2021-03-12 Thread Akshay Joshi
Thanks, patch applied.

On Fri, Mar 12, 2021 at 12:59 PM Nikhil Mohite <
nikhil.moh...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached patch for RM-4014
> : Alignment issue on German
> Language under Preferences.
>
>
> --
> *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*


Re: [pgAdmin][RM-5404]: Show the login roles that are members of a group role be shown when examining a group role.

2021-03-12 Thread Akshay Joshi
Thanks, patch applied.

On Wed, Mar 10, 2021 at 5:31 PM Nikhil Mohite <
nikhil.moh...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached patch for RM-5404
> : Show the login roles that
> are members of a group role be shown when examining a group role.
> Updated the existing "Role" label to "Member of" and added a new option
> "Members" to show all the roles that are members of the current Role/Group.
> Users can add or remove the roles from the list similar to the "Members of"
> option.
>
> Also added 2 UI fixes:
> 1. "Member of" (Roles in earlier implementation) and "Members" fields
> (Membership section) should be read-only in the properties panel.
> 2. If the select2 controller is set to read-only its background color is
> not getting set as per the theme color. (earlier it is set to '#eee' for
> all themes.)
>
> --
> *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*


Re: [pgAdmin][PM-4438]: Adding new entries fails when primary key is on any data type and name contains special characters.

2021-03-12 Thread Akshay Joshi
Thanks, patch applied.

On Thu, Mar 11, 2021 at 1:13 PM Nikhil Mohite <
nikhil.moh...@enterprisedb.com> wrote:

> Hi Akshay/ Team,
>
> Please find the updated patch for RM-4438.
>
> Regards,
> Nikhil Mohite.
>
> On Tue, Mar 9, 2021 at 2:07 PM Akshay Joshi 
> wrote:
>
>> Thanks, patch applied.
>>
>> On Mon, Mar 8, 2021 at 2:09 PM Nikhil Mohite <
>> nikhil.moh...@enterprisedb.com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Please find the attached patch for RM-4438
>>> : Adding new entries fails
>>> when primary key is on any data type and name contains special characters.
>>>
>>>
>>> --
>>> *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*
>>
>

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

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: String tidy-up.

2021-03-12 Thread Dave Page
String tidy-up.

Branch
--
master

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

Modified Files
--
runtime/src/js/configure.js |  4 ++--
runtime/src/js/misc.js  |  2 +-
runtime/src/js/pgadmin.js   | 10 +-
3 files changed, 8 insertions(+), 8 deletions(-)



pgAdmin 4 commit: Include the environment in the runtime log.

2021-03-12 Thread Dave Page
Include the environment in the runtime log.

Branch
--
master

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

Modified Files
--
runtime/src/js/pgadmin.js | 7 +++
1 file changed, 7 insertions(+)



pgAdmin 4 commit: Cleanup some code warnings.

2021-03-12 Thread Dave Page
Cleanup some code warnings.

Branch
--
master

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

Modified Files
--
runtime/src/js/configure.js| 22 +++
runtime/src/js/misc.js | 24 
runtime/src/js/pgadmin.js  | 62 --
runtime/src/js/server_error.js |  4 +--
runtime/src/js/view_log.js |  4 +--
5 files changed, 57 insertions(+), 59 deletions(-)



pgAdmin 4 commit: Make the container distribution a multi-arch build wi

2021-03-12 Thread Dave Page
Make the container distribution a multi-arch build with x86_64 and Arm64 
support. Fixes #6212

Branch
--
master

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

Modified Files
--
docs/en_US/release_notes_5_1.rst | 1 +
1 file changed, 1 insertion(+)



pgAdmin 4 commit: Cleanup naming/title consistency

2021-03-12 Thread Dave Page
Cleanup naming/title consistency

Branch
--
master

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

Modified Files
--
docs/en_US/getting_started.rst| 2 +-
docs/en_US/kerberos.rst   | 6 +++---
docs/en_US/{enabling_ldap_authentication.rst => ldap.rst} | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)