Commit Graph

674 Commits

Author SHA1 Message Date
Scala Steward
0076b3782d Update flyway-core to 6.3.1 2020-03-13 18:25:20 +01:00
Scala Steward
56014e5ee2 Update sbt-mdoc to 2.1.3 2020-03-13 10:20:09 +01:00
Scala Steward
80a6b920d9 Update postgresql to 42.2.11 2020-03-11 00:19:53 +01:00
Scala Steward
bce64048a4 Update sbt-microsites to 1.1.3 2020-03-10 12:27:57 +01:00
Scala Steward
e39a983c96 Update bitpeace-core to 0.4.4 2020-03-10 02:25:12 +01:00
eikek
a07a6ff376 Merge pull request #45 from eikek/feature/background-tasks
Feature/background tasks
2020-03-09 20:59:46 +01:00
Eike Kettner
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
Eike Kettner
1e598bd902 Sketch a scheduler for running periodic tasks
Periodic tasks are special in that they are usually kept around and
started based on a schedule. A new component checks periodic tasks and
submits them in the queue once they are due.

In order to avoid duplicate periodic jobs, the tracker of a job is
used to store the periodic job id. Each time a periodic task is due,
it is first checked if there is a job running (or queued) for this
task.
2020-03-08 12:55:03 +01:00
Scala Steward
f656b69fad Update sbt-scalafmt to 2.3.2 2020-03-05 20:34:38 +01:00
Scala Steward
b692b31c9f Update flyway-core to 6.3.0 2020-03-05 12:18:50 +01:00
Scala Steward
f7483e8476 Update pureconfig to 0.12.3 2020-02-29 16:51:38 +01:00
Scala Steward
43f90cdf32 Update poi, poi-ooxml, poi-scratchpad to 4.1.2 2020-02-27 22:12:23 +01:00
Scala Steward
1ca7deb7bd Update pdfbox to 2.0.19 2020-02-25 00:10:43 +01:00
Eike Kettner
98f8b1a4b8 Merge remote-tracking branch 'origin/master' into feature/file-types 2020-02-24 23:07:24 +01:00
Scala Steward
3893fb449e Update sbt-microsites to 1.1.2 2020-02-21 16:35:43 +01:00
Scala Steward
f03c893148 Update flyway-core to 6.2.4 2020-02-20 16:16:42 +01:00
Eike Kettner
9b1349734e Convert some files to pdf 2020-02-19 02:03:10 +01:00
Eike Kettner
756f8bcb4c Merge remote-tracking branch 'origin/master' into feature/file-types 2020-02-16 21:53:28 +01:00
Eike Kettner
8143a4edcc Adding extraction primitives 2020-02-16 21:37:26 +01:00
Eike Kettner
851ee7ef0f Reorganize processing code
Use separate modules for

- text extraction
- conversion to pdf
- text analysis
2020-02-15 21:25:25 +01:00
Scala Steward
492ab23973 Update http4s-blaze-client, ... to 0.21.1 2020-02-14 06:22:44 +01:00
Scala Steward
dcf9edc50d Update flyway-core to 6.2.3 2020-02-13 14:23:03 +01:00
Eike Kettner
569aae3038 Add example files into its own project
The text and convert module can use them in their tests.
2020-02-11 22:46:23 +01:00
Eike Kettner
ce22b727b1 Add new convert module and sketch its integration 2020-02-11 00:33:52 +01:00
Scala Steward
e08ef5997b Update swagger-ui to 3.25.0 2020-02-10 10:18:20 +01:00
Scala Steward
b653f0c57c Update http4s-blaze-client, ... to 0.21.0 2020-02-09 22:19:17 +01:00
Scala Steward
6b391cfde9 Update http4s-blaze-client, ... to 0.21.0-RC5 2020-02-09 00:19:54 +01:00
Eike Kettner
8908ad2561 Add attachment preview url based on ViewerJS
The viewerJS library can display PDF files easily using pdfjs. Another
attachment route redirects to the viewerjs application to display the
current attachment.

The attachment responses have been improved in that now the response
headers are added to all responses. Additional a HEAD route has been
added to support the viewerJS application.
2020-02-08 18:02:31 +01:00
eikek
070b4f8452 Merge pull request #24 from scala-steward/update/http4s-blaze-client-0.21.0-RC4
Update http4s-blaze-client, ... to 0.21.0-RC4
2020-02-08 10:09:08 +01:00
Scala Steward
76992c56ef Update circe-generic, circe-parser to 0.13.0 2020-02-08 02:16:39 +01:00
Scala Steward
9317b4c33d Update postgresql to 42.2.10 2020-02-06 22:20:49 +01:00
Scala Steward
29d05c7049 Update flyway-core to 6.2.2 2020-02-06 20:11:45 +01:00
Scala Steward
e30ff58b84 Update http4s-blaze-client, ... to 0.21.0-RC4 2020-02-05 16:13:24 +01:00
Eike Kettner
f8aa5c28ac Update http4s to 0.21.0-RC3, fs2 to 2.2.2 2020-02-04 22:14:18 +01:00
Scala Steward
a9ada2d623 Update sbt to 1.3.8 2020-02-04 02:56:54 +01:00
eikek
99b2b4c587 Merge pull request #20 from scala-steward/update/flyway-core-6.2.1
Update flyway-core to 6.2.1
2020-01-30 21:48:25 +01:00
eikek
abd64eafdc Merge pull request #19 from scala-steward/update/sbt-native-packager-1.6.1
Update sbt-native-packager to 1.6.1
2020-01-30 21:48:13 +01:00
Scala Steward
116ce1369f Update flyway-core to 6.2.1 2020-01-30 16:17:25 +01:00
Scala Steward
f18c06f6a8 Update sbt-native-packager to 1.6.1 2020-01-30 14:15:45 +01:00
Scala Steward
2c258060fe Update sbt-scalafmt to 2.3.1 2020-01-30 00:28:01 +01:00
eikek
bfd5bdb0c2 Merge pull request #12 from scala-steward/update/bitpeace-core-0.4.3
Update bitpeace-core to 0.4.3
2020-01-28 23:00:58 +01:00
eikek
1d4ab089fb Merge pull request #14 from scala-steward/update/flyway-core-6.2.0
Update flyway-core to 6.2.0
2020-01-28 22:59:51 +01:00
eikek
916e1ce5c0 Merge pull request #15 from scala-steward/update/mariadb-java-client-2.5.4
Update mariadb-java-client to 2.5.4
2020-01-28 22:59:40 +01:00
eikek
a0b60b5155 Merge pull request #16 from scala-steward/update/http4s-blaze-client-0.21.0-RC2
Update http4s-blaze-client, ... to 0.21.0-RC2
2020-01-28 22:59:22 +01:00
Scala Steward
628b802631 Update http4s-blaze-client, ... to 0.21.0-RC2 2020-01-28 00:16:32 +01:00
Scala Steward
30458c43e9 Update mariadb-java-client to 2.5.4 2020-01-27 18:24:48 +01:00
Scala Steward
a709cb208f Update flyway-core to 6.2.0 2020-01-23 18:12:13 +01:00
Scala Steward
d7baa6dd59 Update bitpeace-core to 0.4.3 2020-01-21 22:04:22 +01:00
Scala Steward
8d8a24d818 Update sbt-native-packager to 1.6.0 2020-01-21 18:20:06 +01:00
eikek
ec29e44d3d Merge pull request #6 from scala-steward/update/sbt-microsites-1.1.0
Update sbt-microsites to 1.1.0
2020-01-21 18:05:03 +01:00