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
2c22ed4fe0
Merge pull request #157 from scala-steward/update/http4s-blaze-client-0.21.5
...
Update http4s-blaze-client, ... to 0.21.5
2020-06-25 04:27:41 +00:00
1ebd4fee20
Update http4s-blaze-client, ... to 0.21.5
2020-06-25 06:20:09 +02:00
133e44736f
Update sbt-openapi-schema to 0.6.1
2020-06-25 02:16:29 +02:00
c81b92af6d
Documentation updates
2020-06-25 01:36:26 +02:00
0ba1736bc8
Remove items/attachments from index on delete
2020-06-25 00:00:10 +02:00
64c96942a9
Fix deleting items that have sent mails
2020-06-24 23:47:58 +02:00
14213c4c27
Allow some solr query options in the config file
2020-06-24 23:37:20 +02:00
793f33b640
Update finding documentation
2020-06-24 23:37:20 +02:00
532caed84c
Consistent logging of request/responses to solr
...
Using a middleware. Also add missing changesets for mariadb.
2020-06-24 21:25:46 +02:00
47697a8056
Set some logs to trace
2020-06-24 01:16:13 +02:00
7df77208fe
Fix duplicate search results
2020-06-24 01:15:53 +02:00
8e0282c25f
Indicate when the search-menu is not used
2020-06-24 01:15:41 +02:00
7d7460b1c9
Cleanup + hiding false errors from log
2020-06-24 00:23:22 +02:00
30937d4908
Set default max page size to 200
2020-06-24 00:04:10 +02:00
43b18db76a
Don't scroll when loading more items
2020-06-24 00:03:58 +02:00
b8558d6837
Don't trigger search when fields are cleared
2020-06-24 00:03:17 +02:00
6846f2f46e
Add new search-index route to web-ui
2020-06-24 00:03:17 +02:00