pgAdmin 4 commit: Fixed DLL load failed while importing bcrypt. Fixes #

2020-12-08 Thread Akshay Joshi
Fixed DLL load failed while importing bcrypt. Fixes #6072

Branch
--
master

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

Modified Files
--
docs/en_US/release_notes_4_29.rst | 1 +
requirements.txt  | 7 ---
2 files changed, 5 insertions(+), 3 deletions(-)



pgAdmin 4 commit: One more attempt to fix Windows build by lower down t

2020-12-08 Thread Akshay Joshi
One more attempt to fix Windows build by lower down the version of Cryptography.

Branch
--
master

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

Modified Files
--
requirements.txt | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)



pgAdmin 4 commit: No success by lowering down the Cryptography version,

2020-12-08 Thread Akshay Joshi
No success by lowering down the Cryptography version, so reverting back to the 
last changes.

Branch
--
master

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

Modified Files
--
requirements.txt | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)



pgAdmin 4 commit: Fixed Windows issue with the combination of Python 3.

2020-12-08 Thread Akshay Joshi
Fixed Windows issue with the combination of Python 3.8, bcrypt 3.1.7, and 
Cryptography 3.0

Branch
--
master

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

Modified Files
--
requirements.txt | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)



Re: [pgAdmin][RM-5343]: [Code Coverage] Improve API test cases for Debugger

2020-12-08 Thread Nikhil Mohite
Hi Akshay/Team,

Please find the small patch for debugger test cases.
Added random function name generation for the debugger.


Regards,
Nikhil Mohite.


On Mon, Dec 7, 2020 at 3:32 PM Nikhil Mohite 
wrote:

> Hi Akshay/Team,
>
> Please find the updated patch for debugger test cases.
> 1. Resolved the issues related to the database connection.
> 2. Updated the create "pldbgapi" extension for the debugger.
>
>
> Regards,
> Nikhil Mohite.
>
> On Thu, Dec 3, 2020 at 10:47 AM Akshay Joshi <
> akshay.jo...@enterprisedb.com> wrote:
>
>> Thanks, patch applied.
>>
>> On Wed, Dec 2, 2020 at 11:25 AM Nikhil Mohite <
>> nikhil.moh...@enterprisedb.com> wrote:
>>
>>> Hi Akshay,
>>>
>>> please find the updated patch, sorry for the inconvenience.
>>>
>>>
>>> Regards,
>>> Nikhil Mohite.
>>>
>>> On Wed, Dec 2, 2020 at 11:03 AM Akshay Joshi <
>>> akshay.jo...@enterprisedb.com> wrote:
>>>
 Hi Nikhil

 The patch is not applied, please rebase and send the patch again.

 On Tue, Dec 1, 2020 at 2:48 PM Nikhil Mohite <
 nikhil.moh...@enterprisedb.com> wrote:

> Hi Team,
>
> Please find the attached patch for RM-5343
> : [Code Coverage] Improve
> API test cases for Debugger.
> also updated implementation to remove dead code and unhandled
> exceptions.
>
>
> --
> *Thanks & Regards,*
> *Nikhil Mohite*
> *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*
>>
>


RM_5343_v4.patch
Description: Binary data