4d38bf7e69
Merge pull request #177 from scala-steward/update/imageio-jpeg-3.6
...
Update imageio-jpeg, imageio-tiff to 3.6
2020-07-10 22:56:17 +00:00
7cfc015688
Update imageio-jpeg, imageio-tiff to 3.6
2020-07-11 00:46:43 +02:00
580cef59e6
Merge pull request #176 from scala-steward/update/scalafmt-core-2.6.3
...
Update scalafmt-core to 2.6.3
2020-07-10 20:43:51 +00:00
8eb67b6a5f
Update scalafmt-core to 2.6.3
2020-07-10 22:34:54 +02:00
96c5645a66
Merge pull request #174 from scala-steward/update/sbt-native-packager-1.7.4
...
Update sbt-native-packager to 1.7.4
2020-07-08 14:44:30 +00:00
39b44b4744
Update sbt-native-packager to 1.7.4
2020-07-08 16:26:54 +02:00
c9c485a3a6
Merge pull request #172 from scala-steward/update/sbt-sonatype-3.9.4
...
Update sbt-sonatype to 3.9.4
2020-07-03 18:38:23 +00:00
7bab27f336
Update sbt-sonatype to 3.9.4
2020-07-03 20:29:55 +02:00
93d83862df
Merge pull request #171 from scala-steward/update/sbt-scalafix-0.9.18
...
Update sbt-scalafix to 0.9.18
2020-07-03 16:31:22 +00:00
d3f4e66b4d
Update sbt-scalafix to 0.9.18
2020-07-03 18:22:09 +02:00
bcf90be859
Merge pull request #169 from scala-steward/update/swagger-ui-3.28.0
...
Update swagger-ui to 3.28.0
2020-07-01 00:34:45 +00:00
2fa24bcff5
Update swagger-ui to 3.28.0
2020-07-01 02:26:20 +02:00
fadd21944f
Set version to 0.9.0-SNAPSHOT
2020-06-29 21:04:15 +02:00
ec7b34ee6f
Update nix/nixos and docker setups
2020-06-29 21:01:07 +02:00
8998706598
Set version to 0.8.0
2020-06-29 20:37:52 +02:00
7b922fec94
Update documentation and fix changelog wording
2020-06-29 20:37:52 +02:00
0b7fc66ab3
Merge pull request #168 from eikek/scalafix
...
Scalafix
2020-06-28 19:49:25 +00:00
347a029af8
Scalafix organize-imports
2020-06-28 21:20:47 +02:00
672ed445b1
Add scalafix and organize-imports rule
2020-06-28 21:20:47 +02:00
5bad157b9e
Change link on home page
2020-06-28 19:34:28 +02:00
82104ff148
Update documentation and changelog
2020-06-28 14:45:04 +02:00
f883648839
Add missing entrypoint script for docker
2020-06-28 13:50:14 +02:00
7193279053
Prepare nixos setup for full-text-search and new consumedir settings
2020-06-28 13:49:47 +02:00
d3b3c6289b
Prepare docker setup for fulltext search
2020-06-28 13:37:39 +02:00
df73bc6285
Fixes for consumedir.sh
...
- The `-e` option on realpath is not available in busybox
- Avoid creating sha checksum twice
2020-06-28 13:37:39 +02:00
f5fd4e9310
Merge pull request #167 from scala-steward/update/http4s-blaze-client-0.21.6
...
Update http4s-blaze-client, ... to 0.21.6
2020-06-28 08:57:05 +00:00
4605f4adad
Update http4s-blaze-client, ... to 0.21.6
2020-06-28 10:49:18 +02:00
d0ed9e750b
Merge pull request #166 from scala-steward/update/sbt-1.3.13
...
Update sbt to 1.3.13
2020-06-27 23:10:06 +00:00
2611627520
Update sbt to 1.3.13
2020-06-28 01:02:11 +02:00
e27f0ed403
Merge pull request #165 from eikek/consumedir-updates
...
Consumedir updates
2020-06-27 22:25:13 +00:00
8500d4d804
Extend consumedir.sh to work with integration endpoint
...
Now running one consumedir script can upload files to multiple
collectives separately.
2020-06-28 00:08:37 +02:00
cbe2f72d1a
Merge pull request #164 from scala-steward/update/pureconfig-0.13.0
...
Update pureconfig to 0.13.0
2020-06-27 20:24:01 +00:00
c5e940b032
Update pureconfig to 0.13.0
2020-06-27 22:16:05 +02:00
d13e0a4370
Add a recursive option to consumedir
2020-06-27 01:14:34 +02:00
9d1717f0e0
Merge pull request #163 from eikek/job-cancelling
...
Fix cancelling jobs
2020-06-26 21:27:11 +00: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
a081591c1b
Merge pull request #162 from scala-steward/update/flyway-core-6.5.0
...
Update flyway-core to 6.5.0
2020-06-26 16:32:26 +00:00
f1899c3bd9
Update flyway-core to 6.5.0
2020-06-26 18:23:49 +02:00
1a2893358e
Merge pull request #161 from eikek/date-columns
...
Date columns
2020-06-26 15:34:40 +00:00
23477e34f9
Change columns from timestamp to datetime
...
In MariaDB the timestamp has some properties that make it a not a good
fit.
2020-06-26 17:07:00 +02:00
d79ae6233a
Restrict proposals for due date
...
Avoid dates too far in the future.
2020-06-26 16:58:17 +02:00
91da3b149e
Reducing default retries to 2
...
Many errors cannot be recovered from by retrying. There is currently
no way to distinguish these states so it is now set to a lower value
to have not long wait times until an item arrives.
2020-06-25 23:57:01 +02:00
41286959b2
Updating nix modules with new config options
2020-06-25 23:56:44 +02:00
50b3554c9a
Merge pull request #160 from eikek/fts
...
Fts
2020-06-25 21:19:42 +00:00
dc8f1a0387
Fix global re-index task to re-create the schema
...
Otherwise new instances could not be re-indexed.
2020-06-25 23:02:06 +02:00
4a41168bbb
Allow a collective to re-index their data
...
If something goes wrong, this might be necessary.
2020-06-25 21:52:38 +02:00
a9c843d9e4
Merge pull request #159 from scala-steward/update/sbt-mdoc-2.2.3
...
Update sbt-mdoc to 2.2.3
2020-06-25 16:29:40 +00:00
83ba874219
Update sbt-mdoc to 2.2.3
2020-06-25 18:22:29 +02:00
90f5d15010
Merge pull request #156 from scala-steward/update/sbt-openapi-schema-0.6.1
...
Update sbt-openapi-schema to 0.6.1
2020-06-25 06:50:41 +00:00
2a98c2ca42
Fix openapi spec for joex
2020-06-25 08:43:02 +02:00