Re: Feature Test Fix - React porting

2021-11-18 Thread Yogesh Mahajan
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 
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*
>


Feature_Test_Fix_React_Porting_v3.patch
Description: Binary data


pgAdmin 4 v6.2 Released

2021-11-18 Thread Akshay Joshi
The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.2.



This release of pgAdmin 4 includes 22 bug fixes and new features. For more
details please see the release notes at:



https://www.pgadmin.org/docs/pgadmin4/6.2/release_notes_6_2.html.



pgAdmin is the leading Open Source graphical management tool for
PostgreSQL. For more information, please see:



https://www.pgadmin.org/



Notable changes in this release include:

Features:

   -

   Added support for Aggregate and Operator nodes in view-only mode.
   -

   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.



Bugs/Housekeeping:

   -

   Fixed pgAdmin freezing issue by providing the error message for the
   operation that can't perform due to a lock on the particular table.
   -

   Fixed an issue where pgAdmin is not opening properly.
   -

   Ensure that internal authentication, when combined with other
   authentication providers, the order of internal sources should not matter
   while picking up the provider.
   -

   Ensure that the user should be able to navigate browser tree objects
   using arrow keys from the keyboard.
   -

   Fixed an issue where database nodes are not getting loaded behind a
   reverse proxy with SSL.
   -

   Fixed an issue where JSON editor preview colours had inappropriate
   contrast in dark mode.
   -

   Fixed JSON Editor scrolling issue in code mode.
   -

   Ensure that changing themes should work on Windows when system high
   contrast mode is enabled.
   -

   Ensure that the Binary path for PG14 should be visible in the
   preferences.
   -

   Fixed an issue where textarea should be allowed to resize and have more
   than 255 chars.

Note: We regret that once again we have been unable to publish an updated
Python package to PyPi. This is due to the need for a quota increase for
pgAdmin on PyPi that is currently awaiting action from the PyPi team.

Builds for Windows and macOS are available now, along with a Python Wheel,

Docker Container, RPM, DEB Package, and source code tarball from:

https://www.pgadmin.org/download/

--

Akshay Joshi

pgAdmin Project


pgAdmin 4 commit: Tag REL-6_2 has been created.

2021-11-18 Thread Akshay Joshi
Tag REL-6_2 has been created.
View: https://git.postgresql.org/gitweb?p=pgadmin4.git;a=tag;h=refs/tags/REL-6_2

Log Message
---
Tag v6.2

pgAdmin 4 commit: Fixed feature test cases.

2021-11-18 Thread Akshay Joshi
Fixed feature test cases.

Branch
--
master

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

Modified Files
--
.../pg_utilities_backup_restore_test.py| 31 +-
.../feature_tests/pg_utilities_maintenance_test.py | 31 +-
.../feature_tests/xss_checks_roles_control_test.py |  2 +-
web/regression/feature_utils/pgadmin_page.py   | 14 +-
web/regression/python_test_utils/test_utils.py |  4 ++-
web/regression/runtests.py |  3 ++-
6 files changed, 50 insertions(+), 35 deletions(-)



Re: Feature Test Fix - React porting

2021-11-18 Thread Akshay Joshi
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*