Re: [pgAdmin] [patch] RM5319 [Code Coverage] Improve API test cases for Server module

2021-03-29 Thread Akshay Joshi
Thanks, patch applied. On Wed, Mar 24, 2021 at 3:13 PM Rahul Shirsat < rahul.shir...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the updated patch which covers 75% of code coverage for Server > mode & 68% for Desktop mode. > > On Wed, Mar 17, 2021 at 12:56 PM Akshay Joshi < > akshay.jo.

pgAdmin 4 commit: Fixed an issue where the procedure creation is failed

2021-03-29 Thread Akshay Joshi
Fixed an issue where the procedure creation is failed when providing the Volatility option. Fixes #6293 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a29890368c055ee524327107d323001719bcaab2 Modified Files -- docs/en_US/release_

pgAdmin 4 commit: Improve code coverage and API test cases for Server m

2021-03-29 Thread Akshay Joshi
Improve code coverage and API test cases for Server module. Fixes #5319 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f0c86741a4efacc300bdb7d5c85a07e7ad0933a3 Author: Rahul Shirsat Modified Files -- docs/en_US/release_notes_5_2.

Re: OAuth error when logging in

2021-03-29 Thread Khushboo Vashi
Hi Florian, As Dave mentioned, we use the user's password as an encryption key for saving Postgres passwords, and we do so by maintaining KeyManager. As for OAuth implementation, you do not have a password, you need to bypass this step ( and that is the reason you are being redirected to the login

pgAdmin 4 commit: Mark the Apache HTTPD config file as such in the web

2021-03-29 Thread Dave Page
Mark the Apache HTTPD config file as such in the web DEB and RPM packages. Fixes #6356 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c69c1a2778dafaa3e145bddecd91d8e4da767b2 Modified Files -- docs/en_US/release_notes.rst |

Re: OAuth error when logging in

2021-03-29 Thread Dave Page
Hi On Mon, Mar 29, 2021 at 9:21 AM Florian Sabonchi wrote: > Hello I would like to integrate OAuth in PG-Admin. Unfortunately I have > the error that I am redirected back to the home page. Unfortunately I > could not find this error, what surprises me is that > current_user.is_authenticated is s

OAuth error when logging in

2021-03-29 Thread Florian Sabonchi
Hello I would like to integrate OAuth in PG-Admin. Unfortunately I have the error that I am redirected back to the home page. Unfortunately I could not find this error, what surprises me is that current_user.is_authenticated is set to True. For this reason I just wanted to ask maybe someone kno