docspell/modules
Eike Kettner 41c0f70d3b Fix cancelling jobs
A request to cancel a job was not processed correctly. The cancelling
routine of a task must run, regardless of the (non-final) state. Now
it works like this: if a job is currently running, it is interrupted
and its cancel routine is invoked. It then enters "cancelled" state.
If it is stuck, it is loaded and only its cancel routine is run. If it
is in a final state or waiting, it is removed from the queue.
2020-06-26 23:08:27 +02:00
..
analysis/src Update scalafmt-core to 2.6.0 2020-06-17 19:53:56 +02:00
backend/src/main/scala/docspell/backend Fix cancelling jobs 2020-06-26 23:08:27 +02:00
common/src Fix cancelling jobs 2020-06-26 23:08:27 +02:00
convert/src ScalafmtAll 2020-05-25 13:56:06 +02:00
extract/src Post process all extracted text 2020-05-25 13:56:06 +02:00
files/src Update scalafmt to 2.5.1 + scalafmtAll 2020-05-04 23:53:57 +02:00
fts-client/src/main/scala/docspell/ftsclient Remove items/attachments from index on delete 2020-06-25 00:00:10 +02:00
fts-solr/src/main/scala/docspell/ftssolr Fix global re-index task to re-create the schema 2020-06-25 23:02:06 +02:00
joex/src Fix cancelling jobs 2020-06-26 23:08:27 +02:00
joexapi/src/main Fix cancelling jobs 2020-06-26 23:08:27 +02:00
microsite Fix cancelling jobs 2020-06-26 23:08:27 +02:00
restapi/src/main/resources Add a route that only searches the full-text index 2020-06-24 00:03:17 +02:00
restserver/src/main Allow some solr query options in the config file 2020-06-24 23:37:20 +02:00
store/src/main Fix cancelling jobs 2020-06-26 23:08:27 +02:00
webapp/src/main Allow a collective to re-index their data 2020-06-25 21:52:38 +02:00