pgAdmin 4 commit: Added support different maintenance operations

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support different maintenance operations
Date: 2016-05-15 18:48:55
Message-ID: E1b215z-0000GR-5O@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support different maintenance operations
i.e. vacuum, analyze, reindex, cluster.

Tweaked by Ashesh for:
* Integrate it with the background process executor, and observer.
* Changed the UI for operation selection from select2 to custom radio
group.
* Made it consistent with other tools like backup, restore, etc.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c34e62207a21b4f3e5a586e8e7d863f059bb9662
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/maintenance/__init__.py | 231 ++++++++++++++++
.../tools/maintenance/static/css/maintenance.css | 4 +
.../templates/maintenance/js/maintenance.js | 302 +++++++++++++++++++++
.../templates/maintenance/sql/command.sql | 12 +
4 files changed, 549 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-15 18:49:58 Re: [pgAdmin4]: Maintenance tool for vaccum operation
Previous Message Ashesh Vashi 2016-05-15 17:03:00 Re: PATCH: Initiale for "Restore Utility" [pgAdmin4]