Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hiLdt-0005Ta-ED for pgadmin-hackers@arkaria.postgresql.org; Tue, 02 Jul 2019 16:28:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hiLcs-00060U-G8 for pgadmin-hackers@arkaria.postgresql.org; Tue, 02 Jul 2019 16:27:26 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hiLcs-0005ta-0u for pgadmin-hackers@lists.postgresql.org; Tue, 02 Jul 2019 16:27:26 +0000 Received: from mail-qt1-x843.google.com ([2607:f8b0:4864:20::843]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hiLci-0002jB-2w for pgadmin-hackers@postgresql.org; Tue, 02 Jul 2019 16:27:25 +0000 Received: by mail-qt1-x843.google.com with SMTP id y57so19153433qtk.4 for ; Tue, 02 Jul 2019 09:27:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=5U1nsUW9PBuQQWF4BKFDOgnzmAIxJHQg6L40+I9IMbM=; b=1WX2Ar+lmI3nClSA17WrI6iRMm8mHVVxgOTtFWCvTmVVivqiQrO2exrzGgdG+abx+N MaWUFbm1LqF75Q0nOUaBaE+JxQvff2aevTM4m9cLU3U5Jdkc/cT/wt5+oFK+k8mmu7Vu GpmfgXxrSGZVgqbUsc8bcCJedImX1flYDRxZONijfOoquFCeyZ7VW/43Ah1AlZYNZf5O q8KbhF2mTFXfopiMPz9nf7R1troAN3ZeCEWrvqr38l+fl17MGUAU5tn0cwPjV/7Xy0dF bZQG5+fYSpJCO8tFP8aZ7s48//3WooViu0V5nAQOXJTDVYq3FyOkJY2NBtqM+kIeH81O wiNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=5U1nsUW9PBuQQWF4BKFDOgnzmAIxJHQg6L40+I9IMbM=; b=FjlhYxRXhW2GhNJZ9etqmnq9rQdg5olTyg26s6VhqRhxL6IMAqtHDCK98wiCw3ZtnH +wqPUBg2K/Lwb4U0MFdj7CIW+RHG8Jk3ZqfB30AtvAIcIcXjftjxwAUhYrm665feb7ae JM+oaqcqDMaaLc+A2BxHcXe48b+4nj7W4j9jsevPxcvbx4mPhkeIo8QM2uP5nrns4rTo k0QYbo/yMujohBuCeYr5V7mx6BMAXvAsgAi3igsHyfYu15Wm1X1402OyaxT+OZFuup6R FH25QcCWzsQVmolR9CJ2wSxKW2lkQEJ7t/oY+lY784ObabZd0/jdmxr/H0fOtSI4/nSP emqg== X-Gm-Message-State: APjAAAXSrc9QqYziGtJBM+EYQn5vZNqACbe9Xrc5sZA9baadTw5FRUJF sPaO3wB6i3qdfgcdY03NHp281ye8IrRHJuVZBTofZA== X-Google-Smtp-Source: APXvYqyFun8diL6BjPALBQ0sZshEdlEHlCmLkD1qAuUMXG5L1Pxj/+RGy7jo5kv1fxW7UmdnoavTYc7ZgIuQTiezjTM= X-Received: by 2002:ac8:2ed6:: with SMTP id i22mr24804254qta.321.1562084833578; Tue, 02 Jul 2019 09:27:13 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Tue, 2 Jul 2019 21:57:01 +0530 Message-ID: Subject: Re: pgAdmin4 v4.10 candidate builds To: Fahar Abbas , pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000009d7603058cb53784" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000009d7603058cb53784 Content-Type: text/plain; charset="UTF-8" Hi Fahar, Candidate builds and source can be found at https://developer.pgadmin.org/builds/2019-07-02-3/ Please verify the upgrade scenario and rest of the testing for the release on Thursday 4th July. On Tue, Jul 2, 2019 at 8:13 PM Akshay Joshi wrote: > Thanks patch applied. > > On Tue, Jul 2, 2019 at 5:31 PM Aditya Toshniwal < > aditya.toshniwal@enterprisedb.com> wrote: > >> Hi, >> >> The issue still persists. I have checked the code and found that >> CompareVersions(Version, '{#MyAppFullVersion}') = -1, this should be 1 >> and not -1. >> Attached is the patch. >> >> Sorry for trouble to build again. :/ >> >> >> On Tue, Jul 2, 2019 at 4:39 PM Akshay Joshi < >> akshay.joshi@enterprisedb.com> wrote: >> >>> Hi Fahar >>> >>> We have fixed RM #4421. Candidate builds and source can be found at >>> https://developer.pgadmin.org/builds/2019-07-02-1/ . >>> There is some problem with the wheel packages, will check that. >>> Meanwhile can you please test the builds for upgrade issue. >>> >>> On Tue, Jul 2, 2019 at 10:55 AM Fahar Abbas < >>> fahar.abbas@enterprisedb.com> wrote: >>> >>>> Hi, >>>> >>>> Here is the showstopper issue for pgadmin4 4.10: >>>> >>>> https://redmine.postgresql.org/issues/4421 >>>> >>>> Kind Regards, >>>> >>>> On Fri, Jun 28, 2019 at 8:21 PM Akshay Joshi < >>>> akshay.joshi@enterprisedb.com> wrote: >>>> >>>>> Hi All, >>>>> >>>>> Due to an showstopper issue found in pgAdmin v4.9, we will have to >>>>> release pgAdmin4 v4.10 early. Candidate builds and source can be >>>>> found at https://developer.pgadmin.org/builds/2019-06-28-1/ >>>>> >>>>> Fahar, can you please verify it for release on Tuesday (2nd July). >>>>> -- >>>>> *Thanks & Regards* >>>>> *Akshay Joshi* >>>>> >>>>> *Sr. Software Architect* >>>>> *EnterpriseDB Software India Private Limited* >>>>> *Mobile: +91 976-788-8246* >>>>> >>>> >>>> >>>> -- >>>> Fahar Abbas >>>> QMG >>>> EnterpriseDB Corporation >>>> Phone Office: +92-51-835-8874 >>>> Phone Direct: +92-51-8466803 >>>> Mobile: +92-333-5409707 >>>> Skype ID: *live:fahar.abbas* >>>> Website: www.enterprisedb.com >>>> >>> >>> >>> -- >>> *Thanks & Regards* >>> *Akshay Joshi* >>> >>> *Sr. Software Architect* >>> *EnterpriseDB Software India Private Limited* >>> *Mobile: +91 976-788-8246* >>> >> >> >> -- >> Thanks and Regards, >> Aditya Toshniwal >> Software Engineer | EnterpriseDB India | Pune >> "Don't Complain about Heat, Plant a TREE" >> > > > -- > *Thanks & Regards* > *Akshay Joshi* > > *Sr. Software Architect* > *EnterpriseDB Software India Private Limited* > *Mobile: +91 976-788-8246* > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* --0000000000009d7603058cb53784 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Fahar,

Candidate=C2=A0builds=C2=A0and source can be found at=C2=A0https://developer.pgadm= in.org/builds/2019-07-02-3/
Please verify the upgrade sce= nario and rest of the testing for the release on Thursday 4th July.

On= Tue, Jul 2, 2019 at 8:13 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
<= blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-l= eft:1px solid rgb(204,204,204);padding-left:1ex">
Thanks pa= tch applied.

On Tue, Jul 2, 2019 at 5:31 PM Aditya Toshniwal <aditya.toshniwa= l@enterprisedb.com> wrote:
Hi,

The issue still persists. I have checked the code and found that Comp= areVersions(Version, '{#MyAppFullVersion}') =3D -1, this should be 1 and not -1.
Attached is the patch.

Sorry for trouble t= o build again. :/


On Tue, Jul 2, 2019 at 4:39 PM Akshay Joshi= <aks= hay.joshi@enterprisedb.com> wrote:
Hi Fahar

We h= ave fixed RM #4421. Candidate=C2=A0builds=C2=A0and source can be found at=C2=A0h= ttps://developer.pgadmin.org/builds/2019-07-02-1/=C2=A0.
Ther= e is some problem with the wheel packages, will check that. Meanwhile can y= ou please test the builds for upgrade issue.

On Tue, Jul 2, 2019 at 10= :55 AM Fahar Abbas <fahar.abbas@enterprisedb.com> wrote:
Hi,

Here is the showstopper issue for pgadmin4 4.10:


Kind Regards,

On Fri, Jun 28, 2019 at 8:21 PM Aksh= ay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi All,

Due to an showstopper issue found in pgAdmin v4.9, we will have to = release pgAdmin4 v4.10 early. Candidate=C2=A0= builds=C2=A0and source can be found at=C2=A0https:/= /developer.pgadmin.org/builds/2019-06-28-1/

Fahar, can you please verify it for release on Tuesday (2n= d July).
--
<= div>
Thanks & R= egards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Lim= ited
Mobile: +91 976-788-8246
<= /div>


--
Fahar Abbas<= br>
QMG
Enterp= riseDB Corporation
Phone Office: +92-51-835-8874
Phone Direct: = +92-51-8466803
Mobile: +92-333-5409707
Skype ID: live:fahar.abbas<= /b>
Website: w= ww.enterprisedb.com


--
Thanks & Regards=
Akshay Jos= hi
Sr. Software Architect
EnterpriseDB Software India Private Limited
=
Mob= ile: +91 976-788-8246


--
Thanks and Regards,=
Aditya Toshniwal<= /span>
Software Engi= neer |=C2=A0EnterpriseDB India |=C2=A0Pune
"Don't Complain about Heat, Plant a TR= EE"


--
<= div>Thanks & Rega= rds
Akshay Joshi
Sr. Software Architect
=
EnterpriseDB Software India Private Limited<= /b>
Mobile: +91 976-788-8246
=


--
Thanks & Regards
=
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
=
Mobile: += 91 976-788-8246
--0000000000009d7603058cb53784--