public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: pgAgent - add modules for jobs, steps and schedules.
Date: Mon, 26 Sep 2016 11:04:13 +0000
Message-ID: <[email protected]> (raw)
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-hackers>
pgAgent - add modules for jobs, steps and schedules. Fixes #1341
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=237bfd48821ecd2a71e54b6044a8b340c8549...
Author: Ashesh Vashi <[email protected]>
Modified Files
--------------
.../server_groups/servers/pgagent/__init__.py | 527 ++++++++++++++++++++
.../servers/pgagent/schedules/__init__.py | 441 +++++++++++++++++
.../schedules/static/img/coll-pga_schedule.png | Bin 0 -> 650 bytes
.../pgagent/schedules/static/img/pga_schedule.png | Bin 0 -> 683 bytes
.../templates/pga_schedule/css/pga_schedule.css | 7 +
.../templates/pga_schedule/js/pga_schedule.js | 475 ++++++++++++++++++
.../servers/pgagent/static/img/coll-pga_job.png | Bin 0 -> 521 bytes
.../pgagent/static/img/pga_job-disabled.png | Bin 0 -> 601 bytes
.../servers/pgagent/static/img/pga_job.png | Bin 0 -> 678 bytes
.../servers/pgagent/steps/__init__.py | 536 +++++++++++++++++++++
.../pgagent/steps/static/img/coll-pga_jobstep.png | Bin 0 -> 505 bytes
.../pgagent/steps/static/img/pga_jobstep.png | Bin 0 -> 430 bytes
.../steps/templates/pga_jobstep/css/pga_step.css | 7 +
.../steps/templates/pga_jobstep/js/pga_jobstep.js | 275 +++++++++++
.../pgagent/templates/macros/pga_exception.macros | 24 +
.../pgagent/templates/macros/pga_jobstep.macros | 51 ++
.../pgagent/templates/macros/pga_schedule.macros | 107 ++++
.../pgagent/templates/pga_job/css/pga_job.css | 28 ++
.../pgagent/templates/pga_job/js/pga_job.js | 161 +++++++
.../templates/pga_job/sql/pre3.4/create.sql | 31 ++
.../templates/pga_job/sql/pre3.4/delete.sql | 1 +
.../templates/pga_job/sql/pre3.4/job_classes.sql | 1 +
.../pgagent/templates/pga_job/sql/pre3.4/nodes.sql | 8 +
.../templates/pga_job/sql/pre3.4/properties.sql | 21 +
.../templates/pga_job/sql/pre3.4/run_now.sql | 3 +
.../templates/pga_job/sql/pre3.4/schedules.sql | 2 +
.../pgagent/templates/pga_job/sql/pre3.4/stats.sql | 11 +
.../pgagent/templates/pga_job/sql/pre3.4/steps.sql | 2 +
.../templates/pga_job/sql/pre3.4/update.sql | 20 +
.../templates/pga_jobstep/sql/pre3.4/create.sql | 2 +
.../templates/pga_jobstep/sql/pre3.4/delete.sql | 2 +
.../templates/pga_jobstep/sql/pre3.4/nodes.sql | 10 +
.../pga_jobstep/sql/pre3.4/properties.sql | 2 +
.../templates/pga_jobstep/sql/pre3.4/stats.sql | 13 +
.../templates/pga_jobstep/sql/pre3.4/update.sql | 2 +
.../templates/pga_schedule/sql/pre3.4/create.sql | 10 +
.../templates/pga_schedule/sql/pre3.4/delete.sql | 2 +
.../templates/pga_schedule/sql/pre3.4/nodes.sql | 11 +
.../pga_schedule/sql/pre3.4/properties.sql | 2 +
.../templates/pga_schedule/sql/pre3.4/update.sql | 2 +
40 files changed, 2797 insertions(+)
--
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: pgAdmin 4 commit: pgAgent - add modules for jobs, steps and schedules.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox