GSoC Proposal - pgAdmin4 Query Tool Automatic Mode Detection

2019-04-08 Thread Yosry Muhammad
Dear pgAdmin hackers, I am a student applying to GSoC for the Query Tool Automatic Mode Detection project. Here is the proposal I submitted: https://docs.google.com/document/d/1cQssYfPWLSCKAmFwnN-jEPjlldGQtr5fbPaU788UrwM/edit?usp=sharing Could you please take a look at it and give me your

pgAdmin4 v4.5 candidate builds

2019-04-08 Thread Akshay Joshi
Hi All, We have released pgAdmin4 v4.4 on last Thursday, but with the release of psycopg2 v2.8 we have found issue running pgAdmin4 with latest psycopg2. We have fixed that issue and will plan to release pgAdmin4 v4.5 on coming Wednesday. pgAdmin4 v4.5 candidate builds and source can be found at

pgAdmin 4 commit: Update version for release

2019-04-08 Thread Akshay Joshi
Update version for release Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ceb0e39e14ecdbdc1805ffe44986bc0bfa2273a3 Modified Files -- runtime/Info.plist | 4 ++-- runtime/pgAdmin4.pro | 2 +- web/config.py| 4 ++-- 3 files

pgAdmin 4 commit: Update message catalogs.

2019-04-08 Thread Akshay Joshi
Update message catalogs. Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3bed332439b7763a3bcb7a3bb6346c53fd9c74f9 Modified Files -- web/pgadmin/messages.pot | 7750 +++-

pgAdmin 4 commit: Updated release notes

2019-04-08 Thread Akshay Joshi
Updated release notes Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=490999f528c5bb63d9956de4d0e43482aed4b1e5 Modified Files -- docs/en_US/release_notes_4_5.rst | 5 - 1 file changed, 5 deletions(-)

Re: [pgAdmin4][Patch]: Psycopg2 v2.8 fixes

2019-04-08 Thread Akshay Joshi
Thanks patch applied. On Mon, Apr 8, 2019 at 5:07 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > I just get to know that, psycopg2 v2.8.1 released because of the below > issue which we also encountered. > https://github.com/psycopg/psycopg2/issues/887 > > To fix the

pgAdmin 4 commit: Ensure that pgAdmin4 should work properly with psycop

2019-04-08 Thread Akshay Joshi
Ensure that pgAdmin4 should work properly with psycopg2 v2.8. Fixes #4143 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c21ea3c3423142410b7b8f43e0e6a6515516d865 Author: Khushboo Vashi Modified Files --

Re: [pgAdmin4][Patch]: Psycopg2 v2.8 fixes

2019-04-08 Thread Khushboo Vashi
Hi, I just get to know that, psycopg2 v2.8.1 released because of the below issue which we also encountered. https://github.com/psycopg/psycopg2/issues/887 To fix the above-mentioned issue, I have made some changes which are not required now. So, please find the attached updated patch. Hope this

Re: [pgAdmin4][Patch]: Psycopg2 v2.8 fixes

2019-04-08 Thread Khushboo Vashi
Hi, Please find the attached updated patch. I have disabled the Connection status, so before I didn't receive this issue. Thanks, Khushboo On Mon, Apr 8, 2019 at 11:36 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to make pgAdmin

Re: GSoC Student - Help needed

2019-04-08 Thread Dave Page
On Fri, Apr 5, 2019 at 8:22 PM Yosry Muhammad wrote: > Dear pgadmin developers, > > I am a student applying to GSoC this year, specifically the query tool > automatic mode switching project. > > I just finished my exams so I am short in time. I would very much > appreciate it if anyone is

Re: [pgAdmin4][Patch] - RM 3605 & 2392 - View data fixes

2019-04-08 Thread Khushboo Vashi
Hi, Please find the attached updated patch. Thanks, Khushboo On Fri, Apr 5, 2019 at 11:32 AM Akshay Joshi wrote: > Hi Khushboo > > #3605 is fixed and found below issue in #2392 > >- As per steps given in RM, I have perform the same. But when I delete >the row, delete button is still

Re: Async queries pretending to be synchronous

2019-04-08 Thread Dave Page
Done. On Mon, Apr 8, 2019 at 9:27 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Tue, Mar 5, 2019 at 10:13 PM Dave Page wrote: > >> >> >> On Tue, Mar 5, 2019 at 6:36 AM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> >>> >>> On Mon, Mar 4, 2019 at 4:05

Re: Async queries pretending to be synchronous

2019-04-08 Thread Khushboo Vashi
On Tue, Mar 5, 2019 at 10:13 PM Dave Page wrote: > > > On Tue, Mar 5, 2019 at 6:36 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, Mar 4, 2019 at 4:05 PM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> >>> >>> On Mon, Mar 4, 2019 at 4:00 PM

[pgAdmin4][Patch]: Psycopg2 v2.8 fixes

2019-04-08 Thread Khushboo Vashi
Hi, Please find the attached patch to make pgAdmin compatible with psycopg2 v 2.8. I have also made sure, pgAdmin will work with the older version of psycopg2. Thanks, Khushboo psycopg2_2.8_fixes.patch Description: Binary data