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

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.

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

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

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

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 examinin

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 &

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,

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

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

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

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