pgAdmin 4 commit: Extract the generate_url(..) function from node.js,a

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Extract the generate_url(..) function from node.js,a
Дата
Msg-id E1diNQA-0004uA-HO@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Extract the generate_url(..) function from node.js, and collection.js

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d527769bf8251595bf3adfcbd9c2a58e0ab1cc92
Author: Violet Cheng <vcheng@pivotal.io>

Modified Files
--------------
web/pgadmin/browser/static/js/collection.js        | 51 ++++--------
web/pgadmin/browser/static/js/node.js              | 49 +++--------
web/pgadmin/static/js/browser/generate_url.js      | 23 ++++++
.../javascript/browser/generate_url_spec.js        | 95 ++++++++++++++++++++++
4 files changed, 147 insertions(+), 71 deletions(-)


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

Предыдущее
От: Wenlin Zhang
Дата:
Сообщение: Re: [pgAdmin4][patch] update the alert style in the sub-navigation
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgAdmin4][patch] extract generate_url function from node.js and collection.js