pgAdmin 4 commit: Added alpha keyword.

2020-12-09 Thread Akshay Joshi
Added alpha keyword. Branch -- ERDTool Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d93d36eb6850c48acfb7fd20d80db218b79fbec1 Modified Files -- .../browser/server_groups/servers/databases/static/js/database.js | 2 +- web/pgadmin/tools/erd/s

pgAdmin 4 commit: Fixed small issue

2020-12-09 Thread Akshay Joshi
Fixed small issue Branch -- ERDTool Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=637163abaed115179e7e9120cf47d4ad9c9acf03 Author: Aditya Toshniwal Modified Files -- web/pgadmin/tools/erd/static/js/erd_tool/ui_components/BodyWidget.jsx | 1 + web

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

2020-12-09 Thread Akshay Joshi
Fixed DLL load failed while importing bcrypt. Fixes #6072 Branch -- ERDTool Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=caf06bfd1a727c65e0084c02b3f8931b14948608 Modified Files -- docs/en_US/release_notes_4_29.rst | 1 + requirements.txt

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

2020-12-09 Thread Akshay Joshi
One more attempt to fix Windows build by lower down the version of Cryptography. Branch -- ERDTool Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5f604eef5d77d155410088d7842e2d38f983b753 Modified Files -- requirements.txt | 6 ++ 1 file changed

pgAdmin 4 commit: Added random function name generation logic for the d

2020-12-09 Thread Akshay Joshi
Added random function name generation logic for the debugger test cases. Branch -- ERDTool Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9b368c0928ab3f4bfc99863391f55a714518a84d Author: Nikhil Mohite Modified Files -- web/pgadmin/tools/debugger/

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

2020-12-09 Thread Akshay Joshi
Fixed Windows issue with the combination of Python 3.8, bcrypt 3.1.7, and Cryptography 3.0 Branch -- ERDTool Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c1762e902b1b0a2659934a3cd80e96e5759ecd8f Modified Files -- requirements.txt | 6 ++ 1 f

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

2020-12-09 Thread Akshay Joshi
No success by lowering down the Cryptography version, so reverting back to the last changes. Branch -- ERDTool Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bbf8a5b5b313dfa138963042951081d1ff988fba Modified Files -- requirements.txt | 6 -- 1

Re: [pgAdmin4] RM5965 Couldn't download file of Marcos query results

2020-12-09 Thread Aditya Toshniwal
Hello Rahul, Found below issues: 1) The data grid is not fetching more than 1000 records now, gives a console error: sqleditor.js:1264 Uncaught TypeError: self.enable_disable_download_btn is not a function at child.fetch_next (sqleditor.js:1264) 2) The sqleditor test cases are failing. 3) Fix

[pgAdmin][RM-6058]: Renaming feature should be disabled for files opened in tab.

2020-12-09 Thread Nikhil Mohite
Hi Team, Please find the patch for RM-6058 : Renaming feature should be disabled for files opened in tab. Rename panel will be disabled when the user opens or save the file from the query tool. -- *Thanks & Regards,* *Nikhil Mohite* *Software Engineer.

Re: [pgAdmin4] RM5965 Couldn't download file of Marcos query results

2020-12-09 Thread Akshay Joshi
Hi Aditya Can you please review this patch? On Mon, Dec 7, 2020 at 3:10 PM Rahul Shirsat wrote: > Hi Hackers, > > Please find the updated patch below. > > On Mon, Dec 7, 2020 at 2:55 PM Rahul Shirsat < > rahul.shir...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the attached patc

Re: pgAdmin4 v4.29 candidate builds

2020-12-09 Thread Akshay Joshi
Hi Fahar New candidate builds are available at https://developer.pgadmin.org/builds/2020-12-09-1/ On Tue, Dec 8, 2020 at 11:09 AM Fahar Abbas wrote: > @Akshay Joshi > > Here is the showstopper issue found on Windows platform: > https://redmine.postgresql.org/issues/6072 > > Kind Regards, > > O

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

2020-12-09 Thread Akshay Joshi
Thanks, patch applied. On Wed, Dec 9, 2020 at 1:24 PM Nikhil Mohite wrote: > 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 < > n

pgAdmin 4 commit: Added random function name generation logic for the d

2020-12-09 Thread Akshay Joshi
Added random function name generation logic for the debugger test cases. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c7ae5024d578a2e8c039ea34069f206b1743f4d1 Author: Nikhil Mohite Modified Files -- web/pgadmin/tools/debugger/t