pgAdmin 4 commit: Added support different maintenance operations - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Added support different maintenance operations
Date
Msg-id E1b215z-0000GR-5O@gothos.postgresql.org
Whole thread Raw
List 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.patel@enterprisedb.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(+)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH: Initiale for "Restore Utility" [pgAdmin4]
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4]: Maintenance tool for vaccum operation