Re: [Patch] Bug #4256 - ALTER DEFAULT PRIVILEGES FOR ROLE some_role REVOKE EXECUTE ON FUNCTIONS FROM PUBLIC:

2022-03-29 Thread Yogesh Mahajan
Hello, Please find the attached patch which fixes resql test failures due to the above patch. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Mar 28, 2022 at 5:37 PM Akshay Joshi wrote: > Thanks, the patch applied > > On Mon, Mar 28, 2022 at 4:43 PM Yogesh Mahajan < &

[Patch] Bug #7231 - [RPM] Error message displayed if click on Authenticator App

2022-03-31 Thread Yogesh Mahajan
Hello Team, Please find the attached patch which fixes the issue of QR display while setting up 2FA for pgAdmin 4. Thanks, Yogesh Mahajan EnterpriseDB RM_7231_v1.patch Description: Binary data

Feature #7325 - Support for Azure AD OAUTH2 authentication

2022-04-20 Thread Yogesh Mahajan
Hi, Please find the attached patch which adds support for Azure AD authentication method. Thanks, Yogesh Mahajan EnterpriseDB RM_7325_v1.patch Description: Binary data

Re: Feature #7325 - Support for Azure AD OAUTH2 authentication

2022-04-20 Thread Yogesh Mahajan
Hi, Please ignore the previous patch. Here is the updated one. Thanks, Yogesh Mahajan EnterpriseDB On Thu, Apr 21, 2022 at 11:12 AM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch which adds support for Azure AD > aut

Feature #7178 - PostgreSQL deployment on Microsoft Azure

2022-05-31 Thread Yogesh Mahajan
Hi, Please find the attached patch which provides functionality to deploy a Postgres cloud instance on Azure Postgresql. Thanks, Yogesh Mahajan EnterpriseDB Feature_7178_v1.patch Description: Binary data

[Patch] - Housekeeping #7315 - Update pgAdmin4 doc for Traefikv2 containerization

2022-06-02 Thread Yogesh Mahajan
Hi, Please find the attached patch which updates documentation for Traefik v2 container deployment. Thanks, Yogesh Mahajan EnterpriseDB RM_7315_v1.patch Description: Binary data

[Patch] - Feature #7332 - pgadmin docker container doesn't work properly with secrets

2022-06-13 Thread Yogesh Mahajan
Hello Team, Please find the attached patch which enabled pgAdmin docker image to pass password using docker secret. Thanks, Yogesh Mahajan EnterpriseDB Feature_7332_v1.patch Description: Binary data

Re: [Patch] - Feature #7332 - pgadmin docker container doesn't work properly with secrets

2022-06-14 Thread Yogesh Mahajan
Hi, Please find the updated patch with documentation updates. Thanks, Yogesh Mahajan EnterpriseDB On Tue, Jun 14, 2022 at 1:09 PM Dave Page wrote: > > > On Tue, 14 Jun 2022 at 07:05, Yogesh Mahajan < > yogesh.maha...@enterprisedb.com> wrote: > >> Hello Team, >

[Patch] - Improve schema field validation order

2022-06-15 Thread Yogesh Mahajan
Hi, Please find the attached patch which corrects validation flow of the parent & nested schema fields. Thanks, Yogesh Mahajan EnterpriseDB ReactValidationImprovement_v1.patch Description: Binary data

[patch] - Feature test fix

2022-06-22 Thread Yogesh Mahajan
Hi, Please find the patch fixing feature tests. Thanks, Yogesh Mahajan EnterpriseDB Feature_Test_Fix_React_porting_Query_Tool_v1.patch Description: Binary data

Bug #7498 - [Azure PostgreSQL] Cloud deployment failed for Azure PostgreSQL on Windows

2022-06-22 Thread Yogesh Mahajan
Hi, Please find the attached patch for provider loading error. Thanks, Yogesh Mahajan EnterpriseDB RM_7498_v1.patch Description: Binary data

[patch] -Bug #7495 - [Azure PostgreSQL] Users are unable to authenticate azure on Rpm/Debian Linux

2022-06-23 Thread Yogesh Mahajan
Hi, Please find the attached path which fixes errors on linux platform for Azure postgresql deployment. Also added some feature test fixes. Thanks, Yogesh Mahajan EnterpriseDB RM_7495_v1.patch Description: Binary data

[Patch] - Bug #7506 - "Errno 13] Permission denied: '/home/pgadmin'" displayed if user authenticate PostgreSQL Azure on Docker and the server mode of Rpm and Debian

2022-06-27 Thread Yogesh Mahajan
Hi, Please find the attached patch which fixez the error for storing cache file created by Azure. Thanks, Yogesh Mahajan EnterpriseDB RM7506_v1.patch Description: Binary data

Re: [Patch] - Bug #7506 - "Errno 13] Permission denied: '/home/pgadmin'" displayed if user authenticate PostgreSQL Azure on Docker and the server mode of Rpm and Debian

2022-06-27 Thread Yogesh Mahajan
Hi Team, Please find the attached patch which fixes module import issue. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Jun 27, 2022 at 7:39 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Jun 27, 2022 at 7:15 PM Yogesh Mahajan < > yogesh.maha...@enterprisedb.com&

Re: [Patch] - Bug #7506 - "Errno 13] Permission denied: '/home/pgadmin'" displayed if user authenticate PostgreSQL Azure on Docker and the server mode of Rpm and Debian

2022-06-28 Thread Yogesh Mahajan
Hi, Please find the attached patch which disables Azure PostgreSQL cloud deployment feature in Server Mode. Thanks, Yogesh Mahajan EnterpriseDB On Tue, Jun 28, 2022 at 11:31 AM Akshay Joshi wrote: > Thanks, the patch applied. > > On Tue, Jun 28, 2022 at 10:36 AM Yoges

Bug #7522 - Support Azure PostgreSQL deployment in Server mode

2022-07-05 Thread Yogesh Mahajan
Hi Team, Please find the attached patch which fixes Azure PostgreSQl deployment in Server mode. Thanks, Yogesh Mahajan EnterpriseDB RM_7522_v1.patch Description: Binary data

[patch] - Feature test fix

2022-07-08 Thread Yogesh Mahajan
Hi, Please find the patch fixing feature tests. Thanks, Yogesh Mahajan EnterpriseDB Feature_Test_Fix_React_porting_Query_Tool_v2.patch Description: Binary data

Re: [patch] - Feature test fix

2022-07-11 Thread Yogesh Mahajan
Hi, Please find the attached patch which fixes feature tests & few sonarqube issues. Thanks, Yogesh Mahajan EnterpriseDB On Fri, Jul 8, 2022 at 6:26 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Fri, Jul 8, 2022 at 5:04 PM Yogesh Mahajan < > yogesh.maha.

[Patch] - Bug #7428 - Import Export Issues

2022-07-13 Thread Yogesh Mahajan
Hello Team, Please find the attached patch which enables pgadmin to preserve import/export settings used. Also includes retry logic for some feature tests. Thanks, Yogesh Mahajan EnterpriseDB RM_7428_v1.patch Description: Binary data

Re: [Patch] - Bug #7428 - Import Export Issues

2022-07-18 Thread Yogesh Mahajan
Hi, Please find the patch which fixes issue API test failures for import/export. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Jul 18, 2022 at 10:54 AM Akshay Joshi wrote: > Thanks, the patch applied. > > On Thu, Jul 14, 2022 at 3:19 PM Yogesh Mahajan < > yogesh.maha...@enterpri

Re: [Patch] - Bug #7428 - Import Export Issues

2022-07-20 Thread Yogesh Mahajan
Hi, Please find the attached patch which fixes import/export issue in Windows. Thanks, Yogesh Mahajan EnterpriseDB On Tue, Jul 19, 2022 at 11:57 AM Akshay Joshi wrote: > Thanks, the patch applied. > > On Mon, Jul 18, 2022 at 5:38 PM Yogesh Mahajan < > yogesh.maha...@enterpri

Re: [patch] - Feature test fix

2022-07-22 Thread Yogesh Mahajan
Hi, Please find the attached patch which fixes feature tests. Thanks, Yogesh Mahajan EnterpriseDB On Tue, Jul 12, 2022 at 11:11 AM Akshay Joshi wrote: > Thanks, the patch applied > > On Mon, Jul 11, 2022 at 8:04 PM Yogesh Mahajan < > yogesh.maha...@enterprisedb.com&

[patch] - Feature #7387 - Column missing from trigger definition in pgAdmin4

2022-07-26 Thread Yogesh Mahajan
Hi, Please find the attached patch which enables creating triggers from existing trigger functions. Thanks, Yogesh Mahajan EnterpriseDB RM_7387_v1.patch Description: Binary data

[patch] - Feature test fix (File Manager)

2022-08-03 Thread Yogesh Mahajan
Hi, Please find the attached patch which fixes feature tests for file manager after react porting. Thanks, Yogesh Mahajan EnterpriseDB Feature_Test_Fix_React_porting_File_Manager_v1.patch Description: Binary data

[patch] -Bug #7497 - [Azure PostgreSQL] Authentication message is chopped-off

2022-08-04 Thread Yogesh Mahajan
Hi, Please find the attached patch which fixes the partially hidden help message behind the error. Thanks, Yogesh Mahajan EnterpriseDB RM_7497_v1.patch Description: Binary data

[Patch] - Bug #7586 - [REGRESSION] "View all geometries in this column" button functionality lost

2022-08-08 Thread Yogesh Mahajan
Hi, Please find the attached patch which fixes the problem occurring while rendering geometry on selecting a complete column. Also contains fixes for 2 bugs reported. by Sonarqube. Thanks, Yogesh Mahajan EnterpriseDB RM_7586_v1.patch Description: Binary data

[Patch] - Bug #7617 - [Azure PostgreSQL] Cloud Deployment failed for Azure PostgreSQL

2022-08-18 Thread Yogesh Mahajan
Hi, Please find the patch to fix issue reported in RM 7617 & 7616 Thanks, Yogesh Mahajan EnterpriseDB RM_7617_v1.patch Description: Binary data

[Patch] - Bug #7632 - [Azure PostgreSQL] - Unable to authenticate using Azure CLI on Mac

2022-08-22 Thread Yogesh Mahajan
me know if there is any better way. Thanks, Yogesh Mahajan EnterpriseDB RM_7632_v1.patch Description: Binary data

[Patch] - Cursor is not visible in trigger code pane

2022-08-22 Thread Yogesh Mahajan
Hello, Please find the attached patch which fixes the problem of non-visibility of the cursor in the code tab of trigger functions. Thanks, Yogesh Mahajan EnterpriseDB CursorNotVisibleInTriggerCodePane_v1.patch Description: Binary data

Sonarqube fixes

2022-08-30 Thread Yogesh Mahajan
Hello Team, Please find the attached patch which fixes around 25 sonarqube issues. Thanks, Yogesh Mahajan EnterpriseDB Sonarqube_fixes_v1.patch Description: Binary data

[Patch] - Bug #7580 - uwsgi + nginx db backup does not work

2022-09-02 Thread Yogesh Mahajan
ger supported in subinterpreters.'. (Refer this link <https://docs.python.org/3/library/subprocess.html>) I have tested the attached patch with dev env on Mac & centos platform. Also tested with installed pgadmin version with pip by manipulating corresponding files. Thanks, Yogesh Mahajan EnterpriseDB RM_7580_v1.patch Description: Binary data

Bug #7648 - Change password fail on current 6.13 version (Test and User UI)

2022-09-05 Thread Yogesh Mahajan
Hi, Please find the attached patch to fix API change password test failures in the server mode. Thanks, Yogesh Mahajan EnterpriseDB RM_7648_v1.patch Description: Binary data

[Patch] - Bug #7649 - Import Data into Table fails if table when new columns added prior to import

2022-09-07 Thread Yogesh Mahajan
Hi Team, Please find the attached patch which clear cache of the children nodes of the collection nodes. This fixes the issue of non-visibility of columns added via psql/query tool to the table in import/export, index>Definition etc dialogues. Thanks, Yogesh Mahajan EnterpriseDB RM_7649

Bug #7656 - Query Tool JSON Results, dblclk popup - textarea does not resize with dialog

2022-09-07 Thread Yogesh Mahajan
Hello Team, Please find the patch which enables resizing of text area inside json-editor om resizing editor container. Thanks, Yogesh Mahajan EnterpriseDB RM_7656_v1.patch Description: Binary data

Re: Sonarqube fixes v2

2022-09-09 Thread Yogesh Mahajan
stead of the 'RegExp' constructor. 5.Use the opposite operator ("not in") instead. Thanks, Yogesh Mahajan EnterpriseDB On Tue, Aug 30, 2022 at 2:23 PM Akshay Joshi wrote: > Thanks, the patch applied > > On Tue, Aug 30, 2022 at 1:07 PM Yogesh Mahajan < > yogesh.maha...

[Patch] - Bug #7472 - The message "EDB Big Animal authentication process is in progress" is displayed on the Big Animal credentials screen if the user closes the URL with the crossbar without authenti

2022-09-15 Thread Yogesh Mahajan
mprove the error message shown on clicking the cloud server for which deployment is in progress. Thanks, Yogesh Mahajan EnterpriseDB RM_7452_v1.patch Description: Binary data

[pgadmin-org/pgadmin4] f052ec: Fixed intermittent error shown while OAuth2 login

2022-09-23 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: f052ecffc02fdc01413189a51fd50b8c31cdacb8 https://github.com/pgadmin-org/pgadmin4/commit/f052ecffc02fdc01413189a51fd50b8c31cdacb8 Author: Yogesh Mahajan Date: 2022-09-23 (Fri, 23 Sep 2022

[pgadmin-org/pgadmin4] 5fbb8b: Fixed error occurring while LDAP authentication fo...

2022-09-27 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 5fbb8b62041bebac9b8317463b56b674dee331f1 https://github.com/pgadmin-org/pgadmin4/commit/5fbb8b62041bebac9b8317463b56b674dee331f1 Author: Yogesh Mahajan Date: 2022-09-27 (Tue, 27 Sep 2022

[pgadmin-org/pgadmin4] 869b90: Ensure that the correct value should be returned i...

2022-09-30 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 869b90121c1c48899caa7bf807a03fcf8a21611b https://github.com/pgadmin-org/pgadmin4/commit/869b90121c1c48899caa7bf807a03fcf8a21611b Author: Yogesh Mahajan Date: 2022-09-30 (Fri, 30 Sep 2022

[pgadmin-org/pgadmin4] af97ed: Fixed an exception occur while taking backup and S...

2022-10-03 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: af97ed78effcd884d385faeeec7f3994bc3d48b1 https://github.com/pgadmin-org/pgadmin4/commit/af97ed78effcd884d385faeeec7f3994bc3d48b1 Author: Yogesh Mahajan Date: 2022-10-04 (Tue, 04 Oct 2022

[pgadmin-org/pgadmin4] 2d0f09: Ensure that the login form is hidden if the authen...

2022-10-06 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 2d0f09144de7050a7a5f2deca43405f55a952225 https://github.com/pgadmin-org/pgadmin4/commit/2d0f09144de7050a7a5f2deca43405f55a952225 Author: Yogesh Mahajan Date: 2022-10-06 (Thu, 06 Oct 2022

File permissions set when uploaded using file manager

2022-10-20 Thread Yogesh Mahajan
line. In server mode, if the user does not have command line access to the pgadmin server, the user is not able to modify permissions. Should pgadmin set permission to key files to 600 or less? OR should this be documented as 'Todo' for administrator. Thanks, Yogesh Mahajan EnterpriseDB

[pgadmin-org/pgadmin4] 5e98bf: Ensure that the appropriate permissions are set on...

2022-10-31 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 5e98bf96bc9f888463a6ba6367b27d12899f1cf8 https://github.com/pgadmin-org/pgadmin4/commit/5e98bf96bc9f888463a6ba6367b27d12899f1cf8 Author: Yogesh Mahajan Date: 2022-10-31 (Mon, 31 Oct 2022

[pgadmin-org/pgadmin4] 3a04f6: Fixed feature test for PostgreSQL 15.

2022-11-04 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 3a04f64545ef7ac98fb550f5c0b6d24ca5d856c6 https://github.com/pgadmin-org/pgadmin4/commit/3a04f64545ef7ac98fb550f5c0b6d24ca5d856c6 Author: Yogesh Mahajan Date: 2022-11-04 (Fri, 04 Nov 2022

[pgadmin-org/pgadmin4] bcf31d: Ensure the language dropdown is left aligned besid...

2022-11-08 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: bcf31d231779a9a61c7c41056192fda8079f22b7 https://github.com/pgadmin-org/pgadmin4/commit/bcf31d231779a9a61c7c41056192fda8079f22b7 Author: Yogesh Mahajan Date: 2022-11-08 (Tue, 08 Nov 2022

[pgadmin-org/pgadmin4] 49fe54: Fixed the feature test failures for Advanced Serve...

2022-11-09 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 49fe54bc167aebeb98a57f72a15f9c746ee56cd8 https://github.com/pgadmin-org/pgadmin4/commit/49fe54bc167aebeb98a57f72a15f9c746ee56cd8 Author: Yogesh Mahajan Date: 2022-11-09 (Wed, 09 Nov 2022

[pgadmin-org/pgadmin4] d3d666: Ensure that DATA_DIR dependent folders/files are a...

2022-11-27 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: d3d666d773f7ce455893117590949216a2b6dc00 https://github.com/pgadmin-org/pgadmin4/commit/d3d666d773f7ce455893117590949216a2b6dc00 Author: Yogesh Mahajan Date: 2022-11-28 (Mon, 28 Nov 2022

[pgadmin-org/pgadmin4] 7710d5: Ensure the query tool is launched successfully for...

2022-11-28 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 7710d5e21cdfc08ff003e03dbe49f148c1f0d752 https://github.com/pgadmin-org/pgadmin4/commit/7710d5e21cdfc08ff003e03dbe49f148c1f0d752 Author: Yogesh Mahajan Date: 2022-11-28 (Mon, 28 Nov 2022

[pgadmin-org/pgadmin4] 7b96bf: Fixed intermittent feature test failures.

2022-11-29 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 7b96bf857cb2794403215b433c3f8cbc67e3cc60 https://github.com/pgadmin-org/pgadmin4/commit/7b96bf857cb2794403215b433c3f8cbc67e3cc60 Author: Yogesh Mahajan Date: 2022-11-29 (Tue, 29 Nov 2022

[pgadmin-org/pgadmin4] 9e078c: Fixed issue of opening query tool from new query t...

2022-11-30 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 9e078c0fa8d9b259c27319c59307c8ee282fdcd1 https://github.com/pgadmin-org/pgadmin4/commit/9e078c0fa8d9b259c27319c59307c8ee282fdcd1 Author: Yogesh Mahajan Date: 2022-11-30 (Wed, 30 Nov 2022

[pgadmin-org/pgadmin4] 181ed6: Ensure the appbundle has correct permissions so th...

2022-12-18 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 181ed62ec20fe5b675a5f704983b78fce6c344b5 https://github.com/pgadmin-org/pgadmin4/commit/181ed62ec20fe5b675a5f704983b78fce6c344b5 Author: Yogesh Mahajan Date: 2022-12-19 (Mon, 19 Dec 2022

[pgadmin-org/pgadmin4] acc267: Fixed a missing "jwks_uri" in metadata error that ...

2022-12-22 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: acc26744e342212d681be43e5eedbec1f0c63ded https://github.com/pgadmin-org/pgadmin4/commit/acc26744e342212d681be43e5eedbec1f0c63ded Author: Yogesh Mahajan Date: 2022-12-22 (Thu, 22 Dec 2022

[pgadmin-org/pgadmin4] 6814ad: Update boto3 & botocore to the latest version. #5640

2023-01-04 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 6814ad9e95353faf5954f850f02a09430a4792f6 https://github.com/pgadmin-org/pgadmin4/commit/6814ad9e95353faf5954f850f02a09430a4792f6 Author: Yogesh Mahajan Date: 2023-01-04 (Wed, 04 Jan 2023

[pgadmin-org/pgadmin4] ff877d: Added logging for feature test failure on jenkins ...

2023-02-09 Thread Yogesh Mahajan
Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: ff877d6e91a8c947b803e0af7baba86e81f83c6f https://github.com/pgadmin-org/pgadmin4/commit/ff877d6e91a8c947b803e0af7baba86e81f83c6f Author: Yogesh Mahajan Date: 2023-02-10 (Fri, 10 Feb 2023

Re: pgAdmin4 v8.13 candidate builds

2024-10-20 Thread Yogesh Mahajan
Hi All We have found one issue on Ubuntu 20.04 with python 3.8 and MFA authentication registration failure. We have fixed it. The latest candidate builds and source code is available at https://developer.pgadmin.org/builds/2024-10-19-2/ Thanks, Yogesh Mahajan EnterpriseDB On Thu, Oct 17, 2024

Re: install error with pip

2024-10-17 Thread Yogesh Mahajan
Hi, Kindly downgrade the pip version to < 24.0. It should resolve the issues. Here <https://github.com/pgadmin-org/pgadmin4/issues/7836> is a github link for the same issue. Thanks, Yogesh Mahajan EnterpriseDB On Thu, Oct 17, 2024 at 8:53 PM Zoltan Kiss wrote: > Hi, > co

Re: pgAdmin4 v8.12 candidate builds

2024-09-23 Thread Yogesh Mahajan
Hi Akshay, One round of testing is completed. pgAdmin4 version 8.12 can be released. Thanks, Yogesh Mahajan EnterpriseDB On Fri, Sep 20, 2024 at 9:18 AM Akshay Joshi wrote: > Hi All, > > The latest pgAdmin4 v8.12 candidate builds and source code is available a

Re: pgAdmin4 v8.13 candidate builds

2024-11-13 Thread Yogesh Mahajan
Hi Akshay, One round of installer testing is completed. pgadmin version 8.13 can be released. Thanks, Yogesh Mahajan EnterpriseDB

Re: pgAdmin4 v8.14 candidate builds

2024-12-11 Thread Yogesh Mahajan
Hi Akshay, One round of installer testing is completed, pgadmin version 8.14 can be released. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Dec 9, 2024 at 6:49 PM Akshay Joshi wrote: > All, > > We have fixed 2 issues found during testing. > The latest candidate builds and so

Re: pgAdmin4 v9.3 candidate builds

2025-04-29 Thread Yogesh Mahajan
Hi Aditya, One round of installer testing is completed. Version 9.3 can be published. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Apr 28, 2025 at 6:23 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi All, > > pgAdmin4 v9.3 candidate builds and source code

Re: Regarding feature #3319

2025-02-19 Thread Yogesh Mahajan
wers for the questions below - 1.Should the query/workspace data persist in both desktop and server mode? Thanks, Yogesh Mahajan EnterpriseDB On Thu, Jan 16, 2025 at 12:07 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Anil/Dave, > > Why not use browser l

Re: Regarding feature #3319

2025-02-19 Thread Yogesh Mahajan
user > suitable warnings such as we do when we perform a reconnect. > If I understand correctly, Users are complaining about losing unsaved data in the query tool and not about data output or session state. Hence just reopening the query tool with only data should be suffice. Thanks, Yoges

Re: pgAdmin4 v9.1 candidate builds

2025-02-27 Thread Yogesh Mahajan
Hi Akshay, One round of installer testing is completed. pgAdmin version 9.1 can be released. Thanks, Yogesh Mahajan EnterpriseDB On Tue, Feb 25, 2025 at 6:49 PM Akshay Joshi wrote: > Hi All, > > pgAdmin4 v9.1 candidate builds and source code is available at > https://developer

Re: Regarding feature #3319

2025-03-11 Thread Yogesh Mahajan
be enough? Thanks, Yogesh Mahajan EnterpriseDB

Re: Regarding feature #3319

2025-03-13 Thread Yogesh Mahajan
Hi Dave, Yes, we can store connection info. We might need to tweak how we create the query tool connections. Thanks for the inputs. Thanks, Yogesh Mahajan EnterpriseDB On Thu, Mar 13, 2025 at 5:07 PM Dave Page wrote: > Hi > > On Thu, 13 Mar 2025 at 11:35, Yogesh Mahajan < &

Re: Regarding feature #3319

2025-03-13 Thread Yogesh Mahajan
Hi Dave, Couple of follow up questions - Thanks, Yogesh Mahajan EnterpriseDB On Thu, Mar 13, 2025 at 4:37 PM Dave Page wrote: > > > On Tue, 11 Mar 2025 at 08:31, Yogesh Mahajan < > yogesh.maha...@enterprisedb.com> wrote: > >> Hello Team, >> >> Couple of

Re: Regarding feature #3319

2025-03-13 Thread Yogesh Mahajan
Hi Dave, What about the query tools opened with an ad-hoc server, should we just open a query tool with data without connections? Thanks, Yogesh Mahajan EnterpriseDB On Thu, Mar 13, 2025 at 4:59 PM Dave Page wrote: > Hi > > On Thu, 13 Mar 2025 at 11:20, Yogesh Mahajan < &

Re: pgAdmin4 v9.2 candidate builds

2025-04-03 Thread Yogesh Mahajan
Hi Akshay, One round of installer testing is completed. pgadmin version 9.2 can be released. Thanks, Yogesh Mahajan EnterpriseDB On Wed, Apr 2, 2025 at 4:30 PM Akshay Joshi wrote: > Hi All, > > Yesterday one of the users logged an issue 8623 > <https://github.com/pgadmin-org/

Re: pgAdmin4 v9.4 candidate builds

2025-05-28 Thread Yogesh Mahajan
Hi Khushboo, One round of installer testing is completed. Version 9.4 can be published. Thanks, Yogesh Mahajan EnterpriseDB On Tue, May 27, 2025 at 2:53 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi All, > > Due to some issues, we re-spun the candidate buil

Re: pgAdmin4 v9.5 candidate builds

2025-06-30 Thread Yogesh Mahajan
Hi Akshay, One round of installer testing is completed. Version 9.5 can be released. Thanks, Yogesh Mahajan EnterpriseDB On Sun, Jun 29, 2025 at 11:58 AM Usman Khan wrote: > Hi Hackers, > > I reverified the following platforms performing basic sanity, > 1. Ubuntu 24.04 >

Re: pgAdmin4 v9.6 candidate builds

2025-07-24 Thread Yogesh Mahajan
Hi Aditya, One round of installer testing is completed. Version 9.6 can be released. Thanks, Yogesh Mahajan EnterpriseDB On Wed, Jul 23, 2025 at 6:44 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi All, > > Due to some blocker issues, we had to rebuild the

<    1   2   3