pgAdmin 4 commit: Auto upgrade changes to use existing pgadmin.org vers

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Auto upgrade changes to use existing pgadmin.org vers
Date: 2019-09-10 04:57:49
Message-ID: E1i7YDt-0007TB-3o@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Auto upgrade changes to use existing pgadmin.org versions.json.
It will then download from existing download location if required.

TODO: Update README.

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=677c14e596d88d21e085d7eaa1209f5d9ba38b1e

Modified Files
--------------
electron/.eslintignore | 1 +
electron/.gitignore | 1 +
electron/package.json | 14 ++++----
electron/src/constants.js | 44 ++++++++++++++++++++++--
electron/src/index.js | 85 +++++++++++++++++++++++++++++++++--------------
electron/src/updater.js | 3 +-
6 files changed, 111 insertions(+), 37 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-09-10 11:51:50 [pgAdmin][RM4408] Show validation errors for slickgrid cells
Previous Message Dave Page 2019-09-09 17:35:57 pgAdmin 4 commit: Remove copy of file that's now created on the fly.