pgAdmin 4 commit: Moving the data model and collection to separate modu

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Moving the data model and collection to separate modu
Date: 2016-01-19 04:47:59
Message-ID: E1aLOD1-00038V-It@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Moving the data model and collection to separate module for better code
handling.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2acba32c86c374381f77f422a474559e4b849a48

Modified Files
--------------
web/pgadmin/browser/__init__.py | 20 +-
web/pgadmin/browser/static/js/datamodel.js | 865 ++++++++++++++++++++++
web/pgadmin/browser/templates/browser/js/node.js | 866 +----------------------
3 files changed, 887 insertions(+), 864 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-01-19 05:01:02 Re: PATCH: added "Collation" & "Catalog Objects" nodes in pgAdmin4
Previous Message Harshal Dhumal 2016-01-18 19:12:30 Re: New mechanism in backgrid to render different types of cells in same column [pgAdmin4]