pgAdmin 4 commit: pgAgent - add modules for jobs, steps and schedules. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: pgAgent - add modules for jobs, steps and schedules.
Date
Msg-id E1boThl-0000GG-Mp@gothos.postgresql.org
Whole thread Raw
List pgadmin-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=237bfd48821ecd2a71e54b6044a8b340c854991a
Author: Ashesh Vashi <ashesh.vashi@enterprisedb.com>

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(+)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix SQL box sizing.
Next
From: Dave Page
Date:
Subject: Re: PATCH: To fix the issue in Debugger module (pgAdmin4)