Re: [PgAdmin][RM6845]: Inherit table icons not visible in tree view

2021-11-10 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Nov 11, 2021 at 12:34 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for #6845 Inherit table icons not visible > in tree view. > > -- > Thanks & Regards, > Pradip Parkale > Software Engineer | Enterpr

Re: [pgAdmin][RM-6925]: [SQL] Syntax Error display if select "Custom auto-vacuum" option and not set Autovaccuum option as Yes or No

2021-11-10 Thread Akshay Joshi
Thanks, the patch applied. On Thu, Nov 11, 2021 at 9:51 AM Nikhil Mohite < nikhil.moh...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached patch for RM-6925: > [SQL] Syntax Error display > if select "Custom auto-vacuum" option and no

Re: [patch][pgAdmin4] RM6832 oauth2 + internal authentication failure when order is changed in config file

2021-11-10 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Nov 10, 2021 at 5:41 PM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > Hi Hackers, > > Ensure that internal authentication when combined with > other authentication providers, the order of internal source should not > matter while picking up the provid

Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases

2021-11-10 Thread Ayad Mohamed
Hi again now it tells yarn run bundle yarn run v1.22.15 error Couldn't find a package.json file in "/usr/pgadmin4/web" info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. Med venlig hilsen Ayad Mohamed Seniorkonsulent [https://www.uvm.dk/-/media/

pgAdmin 4 commit: Ensure that internal authentication when combined wit

2021-11-10 Thread Akshay Joshi
Ensure that internal authentication when combined with other authentication providers, the order of internal source should not matter while picking up the provider. Fixes #6832 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=572b5a126a0ee07c1

pgAdmin 4 commit: Fixed SQL syntax error if select "Custom auto-vacuum"

2021-11-10 Thread Akshay Joshi
Fixed SQL syntax error if select "Custom auto-vacuum" option and not set Autovacuum option to Yes or No. Fixes #6925 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7468ca36ae1ddad16b81ffc29c535bb82450a50e Author: Nikhil Mohite Modified File

pgAdmin 4 commit: Ensure that inherit table icon should be visible prop

2021-11-10 Thread Akshay Joshi
Ensure that inherit table icon should be visible properly in the tree view. Fixes #6845 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4bf7164f91149bc2673059a5d788d735a202ebf Author: Pradip Parkale Modified Files -- docs/en_US/

Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases

2021-11-10 Thread Aditya Toshniwal
Hi Khushboo/Ayad, Maybe you can try on the nightly build - https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2021-11-11/ Please make sure to replace the repo URL back to the stable release URL. On Thu, Nov 11, 2021 at 12:48 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > >

Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases

2021-11-10 Thread Khushboo Vashi
On Thu, Nov 11, 2021 at 12:15 PM Ayad Mohamed wrote: > Hi Khushboo > > > Many thanks for your mail. > > > I am in /usr/pgadmin4/web the step yarn install says > > > yarn install > 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install' > > > Probably your yarn is not installed prop

[PgAdmin][RM6845]: Inherit table icons not visible in tree view

2021-11-10 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for #6845 Inherit table icons not visible in tree view. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM6845.patch Description: Binary data

Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases

2021-11-10 Thread Ayad Mohamed
Hi Khushboo Many thanks for your mail. I am in /usr/pgadmin4/web the step yarn install says yarn install 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install' ?? Med venlig hilsen Ayad Mohamed Seniorkonsulent [https://www.uvm.dk/-/media/Billeder/Mailsignatur/

Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases

2021-11-10 Thread Khushboo Vashi
Hi Ayad, On Wed, Nov 10, 2021 at 6:18 PM Ayad Mohamed wrote: > Hi Khushboo > > > I have pgadmin4 on ubuntu server and installed via the official postgresql > repos . > > and so I patched the file tree_nodes.ts with your patch file. > > > Kindely tell me if I should do more. > > > To test this pa

[pgAdmin][RM-6925]: [SQL] Syntax Error display if select "Custom auto-vacuum" option and not set Autovaccuum option as Yes or No

2021-11-10 Thread Nikhil Mohite
Hi Hackers, Please find the attached patch for RM-6925: [SQL] Syntax Error display if select "Custom auto-vacuum" option and not set Autovaccuum option as Yes or No. -- *Thanks & Regards,* *Nikhil Mohite* *Senior Software Engineer.* *EDB Postgres* <

Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases

2021-11-10 Thread Ayad Mohamed
Hi Khushboo I have pgadmin4 on ubuntu server and installed via the official postgresql repos . and so I patched the file tree_nodes.ts with your patch file. Kindely tell me if I should do more. Med venlig hilsen Ayad Mohamed Seniorkonsulent [https://www.uvm.dk/-/media/Billeder/Ma

[patch][pgAdmin4] RM6832 oauth2 + internal authentication failure when order is changed in config file

2021-11-10 Thread Rahul Shirsat
Hi Hackers, Ensure that internal authentication when combined with other authentication providers, the order of internal source should not matter while picking up the provider. -- *Rahul Shirsat* Senior Software Engineer | EnterpriseDB Corporation. RM6832.patch Description: Binary data

Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases

2021-11-10 Thread Khushboo Vashi
Hi, The change is in the typescript file, so yarn bundle will be required. Have you done that? Thanks, Khushboo On Wed, Nov 10, 2021 at 5:00 PM Ayad Mohamed wrote: > > Hi Khushboo > > > I patched our pgadmin4 6.1 with your patch but we still have the problem. > > > regards > > Ayad Mohamed > >

Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases

2021-11-10 Thread Ayad Mohamed
Hi Khushboo I patched our pgadmin4 6.1 with your patch but we still have the problem. regards Ayad Mohamed Videresendt brev Fra: Khushboo Vashi mailto:khushboo%20vashi%20%3ckhushboo.va...@enterprisedb.com%3e>> Til: pgadmin-hac

pgAdmin 4 commit: Correct the release notes.

2021-11-10 Thread Akshay Joshi
Correct the release notes. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=36e5708464687b30b370604bf279cd2e1eb63145 Modified Files -- docs/en_US/release_notes_6_2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [pgAdmin4][Patch] - RM #6953 - Webserver Authentication enhancement

2021-11-10 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Nov 10, 2021 at 2:31 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for the RM # 6953 - Webserver > Authentication: Include headers coming from servers. > > In the RM, 2 users have provided the solution, I ha

pgAdmin 4 commit: Ensure that users should be able to modify the REMOTE

2021-11-10 Thread Akshay Joshi
Ensure that users should be able to modify the REMOTE_USER environment variable as per their environment by introducing the new config parameter WEBSERVER_REMOTE_USER. Fixes #6953 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d4697e8f1c33b1d

Re: Issue tracking

2021-11-10 Thread Philippe Cloutier
Hi Dave Le 2021-11-03 à 05:23, Dave Page a écrit : Hi Sorry, I missed that update. No problem, glad to see you are still here and thank you for the reply. The tracker is part of the PostgreSQL project infrastructure, and thus the pgAdmin project has no control over the requirement to lo

Re: Issue tracking

2021-11-10 Thread Dave Page
Hi On Tue, Nov 9, 2021 at 11:23 PM Philippe Cloutier wrote: > > We are considering a move to Github issues, but that's a huge and > complex task. > > > I would recommend against moving to GitHub's ITS engine, which is most > basic. > Basic is good :-). We don't actually make much use of the vast

[pgAdmin4][Patch] - RM #6953 - Webserver Authentication enhancement

2021-11-10 Thread Khushboo Vashi
Hi, Please find the attached patch for the RM # 6953 - Webserver Authentication: Include headers coming from servers. In the RM, 2 users have provided the solution, I have merged them. As per the current behaviour, pgAdmin only considers the REMOTE_USER environment variable (set by the webserver