Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bPAjp-0004BO-D3 for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Jul 2016 15:45:45 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bPAjo-0000Of-1C for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Jul 2016 15:45:44 +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.84_2) (envelope-from ) id 1bP9bs-00058f-PL for pgadmin-hackers@postgresql.org; Mon, 18 Jul 2016 14:33:28 +0000 Received: from mail-it0-x22a.google.com ([2607:f8b0:4001:c0b::22a]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bP9bp-0005SY-Sj for pgadmin-hackers@postgresql.org; Mon, 18 Jul 2016 14:33:27 +0000 Received: by mail-it0-x22a.google.com with SMTP id f6so68963645ith.1 for ; Mon, 18 Jul 2016 07:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Eanno8X1d8VasPR0qxE+ACjsdBpEjLN2EiArDVik7PU=; b=hLNwCcEZqxvWNXzvjvHqeKHxKM8tClI6FPk8avAMk4j8lF+i0wkIpaSHE/mnMzGkqj j4h+dfPcdiiu9dZ0J2PdZi5VeXWcGZohsRs451gStOFmL5dx4OowQKRWUgiHpwXFUeTK 3ZTfrCh2H0UeDi4BZU/FKMHpUV7QvW7TV0aC8EBSBwJXiENPsl3nL3w1apBItlooiA/0 V/QFKkIPdnv6lKVQoKX4KrU8OETcPYtsuKKRDcsqN3B4DB6XusLeG6Qf/vr3K3k1c7nf 2GOU8K9Jr0Cg+w9NwRYQedK/F5FdBHN6muAD6scx7veTmMDtaHZjtyZZD2ecTeT5sI5P gMhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Eanno8X1d8VasPR0qxE+ACjsdBpEjLN2EiArDVik7PU=; b=jjTckcLUekcVd8/JHeqOV7xfWbYflUdDIEPLcEAyRpC1vg3h48OBga6rx51EcPgPRC mKEdpXMKnKvn8pHaJyJ+1g2HhIvlXaQT5ovMrH00kjKuVhZmzhh2bHRHufAeF0i1U33s pmx8fi0EkkvvauCMKJwXH8TWifexcXBBv8+l3Ohqlp8tr8MUPzs+lymwVNeNKSJ2rOrk ehX9W/gS89anp8xe+L+YrKi4IkqWlpUEPUAcFfD3iPlKV3XqTn1Fn4X6lg/7bqacXNP9 sOACd5SLgWVOipRGkC3gv4sQUsOQRNcAf0CBWHMeA9XKmWH6UdY7t60gQ0MgLievgPhV KxcQ== X-Gm-Message-State: ALyK8tJzOFFILq14J9W3gK4wxzMrdT3FQm3LFAbv3FxtQwV5sk7q8y2bwdTsw3PmknnW2HHRpP2b58uO2aiYlw== X-Received: by 10.36.22.195 with SMTP id a186mr37093844ita.37.1468852404666; Mon, 18 Jul 2016 07:33:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.208.97 with HTTP; Mon, 18 Jul 2016 07:33:23 -0700 (PDT) In-Reply-To: <31aa3c80-dd95-aa8e-d898-7dc04939729f@kingston.net> References: <31aa3c80-dd95-aa8e-d898-7dc04939729f@kingston.net> From: Dave Page Date: Mon, 18 Jul 2016 15:33:23 +0100 Message-ID: Subject: Re: Where is option to disable pgadmin4 version check? To: Colin Beckingham Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org On Mon, Jul 18, 2016 at 3:09 PM, Colin Beckingham wrote: > Tried to find the option to disable version check, but not clear on where to > find it. I checked preferences, nothing there. Perhaps it is contained in > some non-obvious option or I am dull today. Application config settings (as opposed to user settings) are in config.py. Don't edit that though - override what you need to in config_local.py. In this case: UPGRADE_CHECK_ENABLED = False > Not sure why version strings should be arbitrary. Doesn't it make them less > useful? No, because it allows us to have betas and rcs and dev builds - or, the current 'beta2.1' which was an interim update for the QA team to verify some fixes. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers