pgAdmin 4 commit: Fix an RPM build issue that could lead to a conflict

2021-11-23 Thread Dave Page
Fix an RPM build issue that could lead to a conflict with python3 at 
installation. Fixes #7013.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=849a1b1a89445e4d8c46e042e9308a5be62c7e56

Modified Files
--
docs/en_US/release_notes_6_3.rst | 1 +
pkg/linux/build-functions.sh | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)



pgAdmin 4 commit: Don't generate build-id links in RPMs. Fixes #7013

2021-11-23 Thread Dave Page
Don't generate build-id links in RPMs. Fixes #7013

We don't ship debuginfo RPMs so they're of no use, and can cause conflicts.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=43176a8c6f54d7d68bb208e5bae2c89e73300b5b

Modified Files
--
pkg/redhat/build.sh | 4 
1 file changed, 4 insertions(+)



Re: Feature Test Fix - React porting

2021-11-23 Thread Yogesh Mahajan
Hi,

Please find the attached patch to fix feature test failures due to react
porting for backup dialogue.

Thanks,
Yogesh Mahajan
EnterpriseDB


On Mon, Nov 22, 2021 at 6:09 PM Akshay Joshi 
wrote:

> Thanks, the patch applied.
>
> On Mon, Nov 22, 2021 at 12:58 PM Yogesh Mahajan <
> yogesh.maha...@enterprisedb.com> wrote:
>
>> Hi,
>>
>> Please find the attached patch which adds flexibility to wait for
>> launching pgAdmin.
>>
>> Thanks,
>> Yogesh Mahajan
>> EnterpriseDB
>>
>>
>> On Thu, Nov 18, 2021 at 5:15 PM Akshay Joshi <
>> akshay.jo...@enterprisedb.com> wrote:
>>
>>> Thanks, the patch applied.
>>>
>>> On Thu, Nov 18, 2021 at 3:23 PM Yogesh Mahajan <
>>> yogesh.maha...@enterprisedb.com> wrote:
>>>
 Hi,

 Please find the attached patch which fixes the problem related to
 feature tests.


 Thanks,
 Yogesh Mahajan
 EnterpriseDB


 On Fri, Nov 12, 2021 at 11:59 AM Akshay Joshi <
 akshay.jo...@enterprisedb.com> wrote:

> Thanks, the patch applied.
>
> On Thu, Nov 11, 2021 at 10:04 PM Yogesh Mahajan <
> yogesh.maha...@enterprisedb.com> wrote:
>
>> Hi,
>>
>> Please find the attached patch which uses selenium 4.0.0a6 which
>> works with python 3.6.8.
>> Selenium 4.0.0 requires python 3.7+
>>
>> Thanks,
>> Yogesh Mahajan
>> EnterpriseDB
>>
>>
>> On Wed, Nov 10, 2021 at 11:59 AM Akshay Joshi <
>> akshay.jo...@enterprisedb.com> wrote:
>>
>>> Thanks, the patch applied. but Jenkins is failing with the below
>>> error:
>>> ERROR: No matching distribution found for selenium==4.0.0
>>> ERROR: Failed to install Python requirements.
>>>
>>> On Tue, Nov 9, 2021 at 2:48 PM Yogesh Mahajan <
>>> yogesh.maha...@enterprisedb.com> wrote:
>>>
 Hi,

 Please find the attached patch which fixes feature tests broken due
 to react porting changes.

 Thanks,
 Yogesh Mahajan
 EnterpriseDB

>>>
>>>
>>> --
>>> *Thanks & Regards*
>>> *Akshay Joshi*
>>> *pgAdmin Hacker | Principal Software Architect*
>>> *EDB Postgres *
>>>
>>> *Mobile: +91 976-788-8246*
>>>
>>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Principal Software Architect*
> *EDB Postgres *
>
> *Mobile: +91 976-788-8246*
>

>>>
>>> --
>>> *Thanks & Regards*
>>> *Akshay Joshi*
>>> *pgAdmin Hacker | Principal Software Architect*
>>> *EDB Postgres *
>>>
>>> *Mobile: +91 976-788-8246*
>>>
>>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Principal Software Architect*
> *EDB Postgres *
>
> *Mobile: +91 976-788-8246*
>


Feature_Test_Fix_React_Porting_v5.patch
Description: Binary data


pgAdmin 4 commit: Fixed feature test failures due to React porting of b

2021-11-23 Thread Akshay Joshi
Fixed feature test failures due to React porting of backup dialog.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=19984d65636d190e669eca6317fb1cb3c28f747a
Author: Yogesh Mahajan 

Modified Files
--
.../feature_tests/pg_utilities_backup_restore_test.py   |  8 +---
web/regression/feature_utils/locators.py|  2 +-
web/regression/feature_utils/pgadmin_page.py| 17 +++--
3 files changed, 17 insertions(+), 10 deletions(-)



Re: Feature Test Fix - React porting

2021-11-23 Thread Akshay Joshi
Thanks, the patch applied.

On Tue, Nov 23, 2021 at 4:32 PM Yogesh Mahajan <
yogesh.maha...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch to fix feature test failures due to react
> porting for backup dialogue.
>
> Thanks,
> Yogesh Mahajan
> EnterpriseDB
>
>
> On Mon, Nov 22, 2021 at 6:09 PM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Thanks, the patch applied.
>>
>> On Mon, Nov 22, 2021 at 12:58 PM Yogesh Mahajan <
>> yogesh.maha...@enterprisedb.com> wrote:
>>
>>> Hi,
>>>
>>> Please find the attached patch which adds flexibility to wait for
>>> launching pgAdmin.
>>>
>>> Thanks,
>>> Yogesh Mahajan
>>> EnterpriseDB
>>>
>>>
>>> On Thu, Nov 18, 2021 at 5:15 PM Akshay Joshi <
>>> akshay.jo...@enterprisedb.com> wrote:
>>>
 Thanks, the patch applied.

 On Thu, Nov 18, 2021 at 3:23 PM Yogesh Mahajan <
 yogesh.maha...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch which fixes the problem related to
> feature tests.
>
>
> Thanks,
> Yogesh Mahajan
> EnterpriseDB
>
>
> On Fri, Nov 12, 2021 at 11:59 AM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Thanks, the patch applied.
>>
>> On Thu, Nov 11, 2021 at 10:04 PM Yogesh Mahajan <
>> yogesh.maha...@enterprisedb.com> wrote:
>>
>>> Hi,
>>>
>>> Please find the attached patch which uses selenium 4.0.0a6 which
>>> works with python 3.6.8.
>>> Selenium 4.0.0 requires python 3.7+
>>>
>>> Thanks,
>>> Yogesh Mahajan
>>> EnterpriseDB
>>>
>>>
>>> On Wed, Nov 10, 2021 at 11:59 AM Akshay Joshi <
>>> akshay.jo...@enterprisedb.com> wrote:
>>>
 Thanks, the patch applied. but Jenkins is failing with the below
 error:
 ERROR: No matching distribution found for selenium==4.0.0
 ERROR: Failed to install Python requirements.

 On Tue, Nov 9, 2021 at 2:48 PM Yogesh Mahajan <
 yogesh.maha...@enterprisedb.com> wrote:

> Hi,
>
> Please find the attached patch which fixes feature tests broken
> due to react porting changes.
>
> Thanks,
> Yogesh Mahajan
> EnterpriseDB
>


 --
 *Thanks & Regards*
 *Akshay Joshi*
 *pgAdmin Hacker | Principal Software Architect*
 *EDB Postgres *

 *Mobile: +91 976-788-8246*

>>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Principal Software Architect*
>> *EDB Postgres *
>>
>> *Mobile: +91 976-788-8246*
>>
>

 --
 *Thanks & Regards*
 *Akshay Joshi*
 *pgAdmin Hacker | Principal Software Architect*
 *EDB Postgres *

 *Mobile: +91 976-788-8246*

>>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Principal Software Architect*
>> *EDB Postgres *
>>
>> *Mobile: +91 976-788-8246*
>>
>

-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


Re: [pgAdmin][RM-6988]: Reset pgAdmin layout if the layout is in an inconsistent state.

2021-11-23 Thread Nikhil Mohite
Hi Akshay,

Please find the updated patch for RM-6988.
1. Updated notification message for the reset layout.
2. Added notification type in alertify which was missing.

On Mon, Nov 15, 2021 at 4:38 PM Akshay Joshi 
wrote:

> Thanks, the patch applied.
>
> On Mon, Nov 15, 2021 at 3:36 PM Nikhil Mohite <
> nikhil.moh...@enterprisedb.com> wrote:
>
>> Hi Akshay,
>>
>> Please find the updated patch for RM-6988.
>> Resolved the issue where reset layout message showing when open query
>> tool(or open query tool in new tab).
>>
>> Regards,
>> Nikhil Mohite
>>
>> On Fri, Nov 12, 2021 at 12:00 PM Akshay Joshi <
>> akshay.jo...@enterprisedb.com> wrote:
>>
>>> Thanks, the patch applied.
>>>
>>> On Thu, Nov 11, 2021 at 3:05 PM Nikhil Mohite <
>>> nikhil.moh...@enterprisedb.com> wrote:
>>>
 Hi Hackers,

 Please find the attached patch for RM-6988:
  Reset pgAdmin layout if
 the layout is in an inconsistent state.


 --
 *Thanks & Regards,*
 *Nikhil Mohite*
 *Senior Software Engineer.*
 *EDB Postgres* 
 *Mob.No: +91-7798364578.*

>>>
>>>
>>> --
>>> *Thanks & Regards*
>>> *Akshay Joshi*
>>> *pgAdmin Hacker | Principal Software Architect*
>>> *EDB Postgres *
>>>
>>> *Mobile: +91 976-788-8246*
>>>
>>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
> *pgAdmin Hacker | Principal Software Architect*
> *EDB Postgres *
>
> *Mobile: +91 976-788-8246*
>


-- 
*Thanks & Regards,*
*Nikhil Mohite*
*Senior Software Engineer.*
*EDB Postgres* 
*Mob.No: +91-7798364578.*


RM-6988_v3.patch
Description: Binary data


pgAdmin 4 commit: 1. Updated notification message for the reset layout.

2021-11-23 Thread Akshay Joshi
1. Updated notification message for the reset layout.
2. Added notification type in alertify which was missing.

refs #6988

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3a30f271533420ca9a18968b7b2ceb839fd1bdf8
Author: Nikhil Mohite 

Modified Files
--
web/pgadmin/browser/static/js/layout.js| 2 +-
web/pgadmin/static/js/alertify.pgadmin.defaults.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)



Re: [pgAdmin][RM-6988]: Reset pgAdmin layout if the layout is in an inconsistent state.

2021-11-23 Thread Akshay Joshi
Thanks, the patch applied.

On Tue, Nov 23, 2021 at 6:28 PM Nikhil Mohite <
nikhil.moh...@enterprisedb.com> wrote:

> Hi Akshay,
>
> Please find the updated patch for RM-6988.
> 1. Updated notification message for the reset layout.
> 2. Added notification type in alertify which was missing.
>
> On Mon, Nov 15, 2021 at 4:38 PM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Thanks, the patch applied.
>>
>> On Mon, Nov 15, 2021 at 3:36 PM Nikhil Mohite <
>> nikhil.moh...@enterprisedb.com> wrote:
>>
>>> Hi Akshay,
>>>
>>> Please find the updated patch for RM-6988.
>>> Resolved the issue where reset layout message showing when open query
>>> tool(or open query tool in new tab).
>>>
>>> Regards,
>>> Nikhil Mohite
>>>
>>> On Fri, Nov 12, 2021 at 12:00 PM Akshay Joshi <
>>> akshay.jo...@enterprisedb.com> wrote:
>>>
 Thanks, the patch applied.

 On Thu, Nov 11, 2021 at 3:05 PM Nikhil Mohite <
 nikhil.moh...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Please find the attached patch for RM-6988:
>  Reset pgAdmin layout if
> the layout is in an inconsistent state.
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Senior Software Engineer.*
> *EDB Postgres* 
> *Mob.No: +91-7798364578.*
>


 --
 *Thanks & Regards*
 *Akshay Joshi*
 *pgAdmin Hacker | Principal Software Architect*
 *EDB Postgres *

 *Mobile: +91 976-788-8246*

>>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Principal Software Architect*
>> *EDB Postgres *
>>
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *Senior Software Engineer.*
> *EDB Postgres* 
> *Mob.No: +91-7798364578.*
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*