pgAdmin 4 commit: 1) Added partition module in webpack config.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added partition module in webpack config.
Date: 2017-07-31 13:00:26
Message-ID: E1dcAJ8-0004Od-80@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added partition module in webpack config.
2) Fixed missing logic of partition from primary_key.js and unique_constraint.js as this two files are newly created for webpack.
3) Changed the node name from 'check_constraint' to 'check_constraints'. Also changed the same in test case url.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7f58e2b929a3c4143f74a3afb0c16aaa198da1e

Modified Files
--------------
.../constraints/check_constraint/__init__.py | 2 +-
.../tests/test_check_constraint_add.py | 2 +-
.../tests/test_check_constraint_delete.py | 2 +-
.../tests/test_check_constraint_get.py | 2 +-
.../tests/test_check_constraint_put.py | 2 +-
.../index_constraint/static/js/primary_key.js | 22 ++++++++++++--
.../static/js/unique_constraint.js | 20 ++++++++++---
.../tables/partitions/static/js/partition.js | 34 +++++++++++-----------
web/webpack.config.js | 3 +-
9 files changed, 59 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-07-31 13:29:55 pgAdmin 4 commit: Improved alertify notification logic. Remove Alertify
Previous Message Robert Eckhardt 2017-07-31 12:54:08 Re: pgAdmin 4 commit: Fix test assertion.