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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add missing new files from the previous commit.Ooops
Дата
Msg-id E1dXTHD-00020x-7l@gothos.postgresql.org
обсуждение исходный текст
Список 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.kumar@enterprisedb.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(+)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Webpack all the things! Fixes #2135
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4]: Webpacking of static JS/CSS