pgAdmin 4 commit: Extract the generate_url(..) function from node.js,a - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Extract the generate_url(..) function from node.js,a
Date
Msg-id E1diNQA-0004uA-HO@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Wenlin Zhang
Date:
Subject: Re: [pgAdmin4][patch] update the alert style in the sub-navigation
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4][patch] extract generate_url function from node.js and collection.js