Re: Where is option to disable pgadmin4 version check?

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Colin Beckingham <colbec(at)kingston(dot)net>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Where is option to disable pgadmin4 version check?
Date: 2016-07-18 14:33:23
Message-ID: CA+OCxoxPfYp9=QtkCX6YPqCwS17J54XgKBZRtX7h_0_za2oOsg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Mon, Jul 18, 2016 at 3:09 PM, Colin Beckingham <colbec(at)kingston(dot)net> 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-18 15:34:03 pgAdmin 4 commit: Beta 3 version bump
Previous Message Dave Page 2016-07-18 14:30:10 Re: PATCH: Fix the issue for saving query output as CSV