harvester-d4science/ckanext/harvest
amercader 0dde483992 Set job status to Finished when actually finishing it
Until now, harvest jobs were set to Finished just after sending all
objects to the fetch stage. Now every time the run command is run, jobs
are set to Running, and all previous Running jobs are checked to see if
all harvest objects have a state of Complete or Error. Only then the job
is flagged as Finished.
2012-12-13 18:19:22 +00:00
..
commands use correct queue for gather stage 2012-11-15 14:21:09 +00:00
controllers Do not remove XML declaration and add utf-8 charset to headers 2012-11-20 15:43:39 +00:00
harvesters [ckan harvester] Fix bug on force all check 2012-03-15 11:31:12 +00:00
logic Set job status to Finished when actually finishing it 2012-12-13 18:19:22 +00:00
model Add line field to object error table 2012-11-20 11:29:58 +00:00
public/ckanext/harvest Minor css tweaks on the forms 2012-08-15 18:26:36 +01:00
templates Status can have links in it now. 2012-07-23 16:15:11 +01:00
templates_new Minor template tidy 2012-08-16 08:56:25 +01:00
tests Set job status to Finished when actually finishing it 2012-12-13 18:19:22 +00:00
__init__.py Moving the extension points code to package as a .deb file 2011-03-28 15:52:43 +01:00
interfaces.py Add a new info method to the harvester interface so implementations can provide details. Use this to build the WUI form 2011-05-13 18:39:36 +01:00
plugin.py Move to new plugins model 2012-08-10 09:59:18 +01:00
queue.py Set job status to Finished when actually finishing it 2012-12-13 18:19:22 +00:00