a90d3412a3
Merge pull request #736 from scala-steward/update/sbt-scalajs-1.5.1
...
Update sbt-scalajs, scalajs-compiler, ... to 1.5.1
2021-03-31 16:49:30 +00:00
610a3e3afa
Update sbt-scalajs, scalajs-compiler, ... to 1.5.1
2021-03-31 18:34:42 +02:00
e8f61c67d0
Merge pull request #732 from scala-steward/update/sbt-scalafix-0.9.27
...
Update sbt-scalafix to 0.9.27
2021-03-30 00:06:40 +00:00
438ab8851a
Update sbt-scalafix to 0.9.27
2021-03-30 01:52:05 +02:00
9ffb79b03a
Merge pull request #731 from scala-steward/update/munit-0.7.23
...
Update munit, munit-scalacheck to 0.7.23
2021-03-29 18:53:55 +00:00
a328429f02
Merge pull request #730 from scala-steward/update/tika-core-1.26
...
Update tika-core to 1.26
2021-03-29 18:10:46 +00:00
480504df21
Update munit, munit-scalacheck to 0.7.23
2021-03-29 19:13:23 +02:00
7df994aa5c
Update tika-core to 1.26
2021-03-29 19:13:19 +02:00
121051f234
Merge pull request #727 from eikek/next-fixes
...
Next fixes
2021-03-27 21:30:30 +00:00
c36073b852
Allow to give human readable summary to user tasks
2021-03-27 22:13:13 +01:00
63331b6399
Remove unused code
2021-03-27 22:13:13 +01:00
ff0b70abfe
Fix scrollbar position
2021-03-27 22:13:13 +01:00
03459124ca
Don't return items still in processing
2021-03-27 22:13:13 +01:00
cc38b850a6
Remove deprecated search routes and some refactoring
2021-03-27 22:13:13 +01:00
89893d6931
Merge pull request #724 from scala-steward/update/flyway-core-7.7.1
...
Update flyway-core to 7.7.1
2021-03-24 15:37:50 +00:00
a7d5885a39
Update flyway-core to 7.7.1
2021-03-24 16:23:44 +01:00
25f15739aa
Merge pull request #723 from Skyr/current-docs-imap-folder
...
Documentation: imap folder separator may be a dot
2021-03-20 06:56:06 +01:00
926df617f1
Document path separator on imap
2021-03-19 21:15:36 +01:00
bd5dba9f8e
Merge pull request #721 from scala-steward/update/pdfbox-2.0.23
...
Update pdfbox to 2.0.23
2021-03-19 03:26:20 +00:00
0759af663b
Update pdfbox to 2.0.23
2021-03-19 04:11:31 +01:00
e2e366d411
Merge pull request #720 from scala-steward/update/sbt-native-packager-1.8.1
...
Update sbt-native-packager to 1.8.1
2021-03-15 17:44:06 +00:00
e517db0d10
Update sbt-native-packager to 1.8.1
2021-03-15 18:09:10 +01:00
2c844b8182
Add a script to download files
...
This script take a search query and downloads all the files. It is a
more efficient approach to "download as zip". The files are put flat
into the current directory.
2021-03-14 16:39:51 +01:00
7ebf63dd1b
Add upgrade instructions
2021-03-14 16:34:39 +01:00
7d513dce0b
Set version to 0.22.0-SNAPSHOT
2021-03-13 18:09:29 +01:00
7a8a50c3e9
Update nix setup
2021-03-13 18:07:46 +01:00
39d6f5789a
Set version to 0.21.0
2021-03-13 16:57:33 +01:00
3a506c2eb6
Merge remote-tracking branch 'origin/current-docs' into release-0.21
2021-03-13 16:57:18 +01:00
03aa6a9668
Update Changelog
2021-03-13 16:57:08 +01:00
8c6ad8fc4e
This test only doesn't work on my ci
2021-03-13 16:57:08 +01:00
8d539e138c
Update docs
2021-03-13 16:57:08 +01:00
177488817d
Fix h2 migration
...
Using java source code obviously requires `javac` during migration.
2021-03-13 16:38:48 +01:00
2e443bc9b9
Fix mariadb migration
2021-03-13 15:52:38 +01:00
aade4c173a
Merge pull request #713 from eikek/scrollbars
...
Add scrollbars
2021-03-13 13:43:13 +00:00
eb56c605cb
Add scrollbars
2021-03-13 14:11:37 +01:00
dfa25322b9
Merge pull request #711 from eikek/fix-1
...
Fix reading uri from a string
2021-03-12 21:45:51 +00:00
df6b6aba2c
Fix reading uri from a string
...
The read routine did not report all errors in the return type but some
raised exceptions.
2021-03-12 22:31:19 +01:00
856748b57a
Merge pull request #710 from scala-steward/update/sbt-sonatype-3.9.7
...
Update sbt-sonatype to 3.9.7
2021-03-12 19:55:42 +00:00
538ea8f95c
Update sbt-sonatype to 3.9.7
2021-03-12 20:31:23 +01:00
2ad1002359
Merge pull request #708 from scala-steward/update/calev-core-0.4.2
...
Update calev-circe, calev-core, calev-fs2 to 0.4.2
2021-03-12 13:31:24 +00:00
6ecbd66d8c
Update calev-circe, calev-core, calev-fs2 to 0.4.2
2021-03-12 14:16:45 +01:00
cacad17df6
Merge pull request #707 from eikek/reprocess
...
Reprocess
2021-03-12 00:05:30 +00:00
f8bd42e5bd
Redo pdf conversion and text extraction on reprocess
...
When processing a new file conversion and text extraction is skipped
if detected to be already done. This prevents running expensive tasks
again after restarting/retrying. When explicitely reprocessing a file,
these tasks should run again and replace the existing results.
2021-03-12 00:45:28 +01:00
a7ee0aa08b
Add a flag to processing task to distinguish re-/processing
2021-03-12 00:45:23 +01:00
76f5ab6c68
Allow to reprocess single and multiple items in the ui
2021-03-12 00:16:19 +01:00
058c31e1f6
Reprocessing now sets metadata to an item if not in state confirmed
...
When reprocessing an item, the metadat of all *files* are replaced.
This change now also sets some metadat to an item, but only if the
item is not in state "confirmed". Confirmed items are not touched, but
the metadata of the files is updated.
2021-03-12 00:16:19 +01:00
ebaa31898e
Add missing solr migration for new language field
2021-03-12 00:16:00 +01:00
483d5caf4e
Merge pull request #706 from scala-steward/update/swagger-ui-3.45.0
...
Update swagger-ui to 3.45.0
2021-03-11 21:37:49 +00:00
3f37e48d61
Update swagger-ui to 3.45.0
2021-03-11 22:20:39 +01:00
6964a52aa4
Merge pull request #704 from scala-steward/update/flyway-core-7.7.0
...
Update flyway-core to 7.7.0
2021-03-11 18:05:19 +00:00