Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f1v1u-0000dT-Tz for pgadmin-hackers@arkaria.postgresql.org; Fri, 30 Mar 2018 14:29:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f1v1t-0001ks-B8 for pgadmin-hackers@arkaria.postgresql.org; Fri, 30 Mar 2018 14:29:21 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f1v1s-0001ki-VG for pgadmin-hackers@lists.postgresql.org; Fri, 30 Mar 2018 14:29:21 +0000 Received: from mail-io0-x236.google.com ([2607:f8b0:4001:c06::236]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1f1v1o-0006Ez-Jw for pgadmin-hackers@postgresql.org; Fri, 30 Mar 2018 14:29:18 +0000 Received: by mail-io0-x236.google.com with SMTP id y128so11236014iod.4 for ; Fri, 30 Mar 2018 07:29:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pivotal-io.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Lt70VteseAkkM5AcFOtXTdwpmyIkrWGs9W+OlFz9KNY=; b=GwhHdwwYalHKHW/Sg5lQLvW1dL+HDCkNEAZyI3slr13uPSic3pcIdcQgKjynAkqXNs BVHkwVmRqLG2kxTrcBMkhWkD/51RIzmPxi+9f0TJ9xd9bL/6hgBJwu0C5x5+gZjj2XbM 9OKQKLj4Cp8fl3Slif+85kgoNY1Ifj5ZIBBgtnenMz0/He5sB7L7oDELiWYhLJWHPtw7 4mQ9O9oK5hWbv0+RmceKOJaXO72qGwcAUR57aMNzHIQXtcSUGHvOd4vESOKzINTrYgWX pJWD0turSZauQQxMY/9gT83iB4CEZ0y/PKdyG6aeUSDSGTpTrpfBJdn6MVuOZC9ot+mp aDZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Lt70VteseAkkM5AcFOtXTdwpmyIkrWGs9W+OlFz9KNY=; b=QCtrfNHQ/LqIHzzkkTwPNUpMRplwNQJ2SpC0SZHVHTsgbcHuK1947mL8lWigrx6ZOV fO4XDcfI/A2cT12LdqlkaNDw4PO7RCvORE0vbGjuZ9JV9Va4+695LHt2onfkddNjx+bC xUMDZYdk3q1T15ivLKiE7IEgL2ewys2mI+uvfX2q+80z54OcJ8+vrAmPKMaYorwMOdsJ DHX7j3jPJn1zTm8XQKraZ4ISnQUNgPQY2P3D9jCzjKAA1JQYNabaCt6ZdnhLiVaTtLhc /P00a3A8lfVIKwVEdVkrs9SPT+xcOfZN3fNn+lMVLL1xdOVELoeo9vtTN1V1p6Szdkmu 3WHw== X-Gm-Message-State: AElRT7F0OeTxkh5iuFa3YuGeq8xzs/deQZZS+DYrXgAg2gBLiGO83k90 3HON6zK7FthJHVPO8SdVtAx95mFz2poVH/FaaDmlog== X-Google-Smtp-Source: AIpwx4+HeJP8iMgg430S/Uua678/rSpGAcRv7PENjpDKQCwKnbqt9KOcqzqe0h/etTvl0TRwMomYH5+aeytMQ8Y9m+Q= X-Received: by 10.107.197.130 with SMTP id v124mr31220224iof.55.1522420155451; Fri, 30 Mar 2018 07:29:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.141.58 with HTTP; Fri, 30 Mar 2018 07:29:15 -0700 (PDT) In-Reply-To: References: From: Victoria Henry Date: Fri, 30 Mar 2018 10:29:15 -0400 Message-ID: Subject: Re: [pgAdmin4][RM#3154] Update modules to latest version To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="94eb2c18a44490a53b0568a21001" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --94eb2c18a44490a53b0568a21001 Content-Type: text/plain; charset="UTF-8" Hi Murtuza, I ran this patch through the pipelines and all tests passed. Everything looks good. Sinerely, Victoria On Fri, Mar 30, 2018 at 3:01 AM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > PFA patch to update the modules to latest version. > > We are not able to update some of the modules to latest version due to > dependancy on other modules, For example > - Python: Flask-Security has dependancy on flask-babelex which causes > conflict with flask_babel > - JS: Can't update to Bootstrap4 because Bootstrap Switch & Bootstrap Datetime > picker has dependancy on Bootstrap3. > > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > --94eb2c18a44490a53b0568a21001 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Murtuza,

I ran this patch through th= e pipelines and all tests passed.
Everything looks good.

Sinerely,

Victoria

On Fri, Mar 30, 2018= at 3:01 AM, Murtuza Zabuawala <murtuza.zabuawala@enterpr= isedb.com> wrote:
Hi,

PFA patch to update = the modules to latest version.

We are not = able to update some of the modules to latest version due to dependancy on o= ther modules, For example
- Python: Flask-Security has depend= ancy on flask-babelex which causes conflict with flask_babel
= - JS: Can't update to Bootstrap4 because Bootstrap Switch & Bootstrap=C2=A0Datetime picker has dependancy o= n Bootstrap3.


=
--
Regards,
Murtuza Zabuawala
EnterpriseDB:=C2=A0h= ttp://www.enterprisedb.com
The Enterprise PostgreSQL Company


--94eb2c18a44490a53b0568a21001--