pgAdmin 4 commit: Add missing new files from the previous commit. Ooops

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add missing new files from the previous commit. Ooops
Date: 2017-07-18 14:15:03
Message-ID: E1dXTHD-00020x-7l@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add missing new files from the previous commit. Ooops.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6396b8ce1801ebb9b00013b5115ea7851ca094a7
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../index_constraint/static/js/primary_key.js | 539 +++++++++++++++++++++
.../static/js/unique_constraint.js | 529 ++++++++++++++++++++
web/pgadmin/browser/templates/browser/js/utils.js | 88 ++++
web/pgadmin/static/bundle/app.js | 23 +
web/pgadmin/static/bundle/browser.js | 5 +
web/pgadmin/static/bundle/codemirror.js | 18 +
web/pgadmin/static/css/lib.css | 37 ++
web/webpack.shim.js | 282 +++++++++++
8 files changed, 1521 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-18 14:16:44 Re: [pgAdmin4]: Webpacking of static JS/CSS
Previous Message Dave Page 2017-07-18 14:13:21 pgAdmin 4 commit: Webpack all the things! Fixes #2135