Commit Graph

36 Commits

Author SHA1 Message Date
6639a39375 Set version to 0.14.0-SNAPSHOT 2020-10-19 15:07:01 +02:00
7a9daa9f4b Set version to 0.13.0 2020-10-19 14:16:16 +02:00
db9753046a Set version to 0.13.0-SNAPSHOT 2020-09-28 01:12:10 +02:00
f40eb15e86 Set version to 0.12.0 2020-09-28 00:52:09 +02:00
5809f94d6f Set version to 0.12.0-SNAPSHOT 2020-09-09 22:32:54 +02:00
43f331841f Set version to 0.11.1 2020-09-09 21:45:16 +02:00
6358b4eb75 Set version to 0.12.0-SNAPSHOT 2020-09-08 00:33:35 +02:00
cc0416804b Set version to 0.11.0 2020-09-07 23:59:05 +02:00
30d5abddd8 Set version to 0.11.0-SNAPSHOT 2020-08-15 00:41:58 +02:00
f2fbf20f00 Set version to 0.10.0 2020-08-14 23:42:01 +02:00
deacd8e9f6 Set version to 0.10.0-SNAPSHOT 2020-08-01 19:03:32 +02:00
2664b3ddb2 Set version to 0.9.0 2020-08-01 16:09:24 +02:00
94089fd0b6 Fix decoding joex responses in JoexClient 2020-07-15 20:45:07 +02:00
fadd21944f Set version to 0.9.0-SNAPSHOT 2020-06-29 21:04:15 +02:00
8998706598 Set version to 0.8.0 2020-06-29 20:37:52 +02:00
347a029af8 Scalafix organize-imports 2020-06-28 21:20:47 +02:00
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
2a98c2ca42 Fix openapi spec for joex 2020-06-25 08:43:02 +02:00
492f4d304f Set version to 0.8.0-SNAPSHOT 2020-06-17 22:28:45 +02:00
33bef52229 Set version to 0.7.0 2020-06-17 21:59:13 +02:00
f33c2a2293 Set version to 0.7.0-SNAPSHOT 2020-05-25 17:58:05 +02:00
9caa074657 Set version to 0.6.0 2020-05-25 17:29:57 +02:00
9ec75cf85e Set next version to 0.6.0-SNAPSHOT 2020-04-30 22:39:02 +02:00
e1117bcc92 Set version to 0.5.0 2020-04-30 22:04:29 +02:00
efc73c1060 Set version to 0.5.0-SNAPSHOT 2020-03-28 23:52:15 +01:00
c77ead3921 Set version to 0.4.0 2020-03-28 21:44:14 +01:00
854a596da3 Integrate periodic tasks
The first use case for periodic task is the cleanup of expired
invitation keys. This is part of a house-keeping periodic task.
2020-03-08 22:49:49 +01:00
9b28858d06 Create a simple client for joex in its api module
This client can be used within the backend app and later in other
modules. The `OJoex` object is replaced with a better implementation
where the http client is initialized once on app start.
2020-03-03 23:07:49 +01:00
b7f2c051f4 Set next version to 0.4.0-SNAPSHOT 2020-02-28 21:19:01 +01:00
aa3b9258c4 Set version to 0.3.0 2020-02-28 20:52:39 +01:00
1c13537f47 Set version to 0.3.0-SNAPSHOT 2020-01-12 15:36:09 +01:00
ab045b0ce6 Set version to 0.2.0 2020-01-12 13:58:04 +01:00
a07626533d Set version to 0.2.0-SNAPSHOT 2019-09-21 22:36:22 +02:00
7b5edb5a89 Set version to 0.1.0 2019-09-21 22:16:31 +02:00
831cd8b655 Initial version.
Features:

- Upload PDF files let them analyze

- Manage meta data and items

- See processing in webapp
2019-09-21 22:02:36 +02:00
6154e6a387 Initial application stub 2019-09-21 14:54:03 +02:00