pgAdmin 4 commit: Ensure that when the user presses the Enter key on th

2022-05-17 Thread Akshay Joshi
Ensure that when the user presses the Enter key on the connect to server dialog, it should work. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53bd2c2dc6826b6519bd59c994ab77c8beda666e Modified Files -- web/pgadmin/browser/static

pgAdmin 4 commit: Fixed Resource Group API test case.

2022-05-17 Thread Akshay Joshi
Fixed Resource Group API test case. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6820b85902812f1b988052a79da04614c533584a Modified Files -- web/pgadmin/browser/server_groups/servers/resource_groups/__init__.py | 3 ++- 1 file cha

[pgAdmin][RM7393] Do not change position of editor once opened

2022-05-17 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to fix the issue. Please review. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM7393.patch Description: Binary data

pgAdmin 4 commit: The following are the initial fixes for PG15:

2022-05-17 Thread Akshay Joshi
The following are the initial fixes for PG15: 1) From PG 15 onward, the datlastsysoid has been removed from the table pg_database. We have added the constant _DATABASE_LAST_SYSTEM_OID = 16383, all the objects below this value are considered to be system objects. Modified the pgAdmin log

Re: [pgAdmin][RM7388] Error message will fill the entire window if the query is long

2022-05-17 Thread Akshay Joshi
Thanks, the patch applied. On Tue, May 17, 2022 at 5:26 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached patch fixes the issue. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin][RM7376] "Unsaved changes" popup appears when selecting Open File on new blank query

2022-05-17 Thread Akshay Joshi
Thanks, the patch applied. On Tue, May 17, 2022 at 5:54 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to fix the issue. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin][RM7373] geometry window zoom mouse scroll not active

2022-05-17 Thread Akshay Joshi
Thanks, the patch applied. On Tue, May 17, 2022 at 6:13 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch for the issue. > Please review. > > -- > Thanks, > Aditya Toshniwal > pgAdmin Hacker | Software Architect | *edbpostgres.com* >

Re: [pgAdmin]: Feature test cases fixes

2022-05-17 Thread Akshay Joshi
Thanks, the patch applied. On Tue, May 17, 2022 at 12:19 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Hackers, > > Please find the attached for some feature test cases fixes. > > >1. pg_datatype_validation_test.py >2. pg_utilities_backup_restore_test.py >3. test_co

pgAdmin 4 commit: Fixed an issue where an error message fills the entir

2022-05-17 Thread Akshay Joshi
Fixed an issue where an error message fills the entire window if the query is long. Fixes #7388 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb05d2924f16f0ea2f3f16f8bda841a72afe773d Author: Aditya Toshniwal Modified Files -- d

pgAdmin 4 commit: Fixed an issue where a popup for unsaved changes appe

2022-05-17 Thread Akshay Joshi
Fixed an issue where a popup for unsaved changes appears when clicking on the open file button for a blank query editor. Fixes #7376 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fbe7b56054947fbe47ff48dd08f2827b5dd39420 Author: Aditya Toshniw

pgAdmin 4 commit: Fixed feature test case failed as a result of convert

2022-05-17 Thread Akshay Joshi
Fixed feature test case failed as a result of converting preferences and other dialogs to React. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6465dc951ca91baf0bc5edbcf86e7c055d9fa09e Author: Pradip Parkale Modified Files -- we

pgAdmin 4 commit: Fixed an issue with geometry window zoom mouse scroll

2022-05-17 Thread Akshay Joshi
Fixed an issue with geometry window zoom mouse scroll not working. Fixes #7373 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2d8aff6ca04d7366673bb2c01ca6df161b9dd52c Author: Aditya Toshniwal Modified Files -- docs/en_US/release_

[pgAdmin][RM7373] geometry window zoom mouse scroll not active

2022-05-17 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch for the issue. Please review. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM7373.patch Description: Binary data

[pgAdmin][RM7376] "Unsaved changes" popup appears when selecting Open File on new blank query

2022-05-17 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to fix the issue. Please review. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM7376.patch Description: Binary data

[pgAdmin][RM7388] Error message will fill the entire window if the query is long

2022-05-17 Thread Aditya Toshniwal
Hi Hackers, Attached patch fixes the issue. Please review. -- Thanks, Aditya Toshniwal pgAdmin Hacker | Software Architect | *edbpostgres.com* "Don't Complain about Heat, Plant a TREE" RM7388.patch Description: Binary data

Re: [pgAdmin][RM7351]: Templates not displayed

2022-05-17 Thread Dave Page
On Tue, 17 May 2022 at 08:08, Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Dave/Team, > > On Wed, May 11, 2022 at 4:37 PM Aditya Toshniwal < > aditya.toshni...@enterprisedb.com> wrote: > >> Hi, >> >> On Wed, May 11, 2022 at 4:03 PM Dave Page wrote: >> >>> Hi >>> >>> On Wed, 11 Ma

Re: [pgAdmin][RM7351]: Templates not displayed

2022-05-17 Thread Pradip Parkale
Hi Dave/Team, On Wed, May 11, 2022 at 4:37 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi, > > On Wed, May 11, 2022 at 4:03 PM Dave Page wrote: > >> Hi >> >> On Wed, 11 May 2022 at 09:40, Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Dave, >>> >>