pgAdmin 4 commit: - Add VaccumSettings schema. - Allow collection to ha - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: - Add VaccumSettings schema. - Allow collection to ha
Date
Msg-id E1mOExC-0003x2-8l@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
- Add VaccumSettings schema. - Allow collection to have fixed rows. - Changes in data change comparison and add state
utilscontext. - Fixed jasmine test cases. 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=377fe8004670166d15db9f3365c986dcca18f407
Author: Aditya Toshniwal <aditya.toshniwal14@gmail.com>

Modified Files
--------------
.../server_groups/servers/static/js/vacuum.ui.js   | 179 ++++++++++++++++++++
web/pgadmin/browser/static/js/node_ajax.js         |  17 +-
web/pgadmin/static/js/SchemaView/DataGridView.jsx  |  32 +++-
web/pgadmin/static/js/SchemaView/FormView.jsx      |   5 +
web/pgadmin/static/js/SchemaView/MappedControl.jsx |   6 +-
web/pgadmin/static/js/SchemaView/index.jsx         | 181 ++++++++++++++-------
.../javascript/SchemaView/SchemaView.spec.js       |   2 -
.../javascript/schema_ui_files/language.ui.spec.js |   1 +
8 files changed, 343 insertions(+), 80 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed minor issue with merging
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Integer and Numeric inputs fixes.