Commit Graph

4889 Commits

Author SHA1 Message Date
c4a595d788 Merge pull request #2380 from eikek/custom-processing-data
Custom processing data
2023-11-15 19:28:03 +00:00
4454d9ec63 Merge pull request #2389 from eikek/update/binny-core-0.11.0
Update binny-core, binny-fs, binny-jdbc, ... to 0.11.0
2023-11-15 19:12:53 +00:00
e5dedc0c1b Merge pull request #2390 from eikek/update/flyway-core-10.0.1
Update flyway-core, ... to 10.0.1
2023-11-15 19:12:32 +00:00
f741aa7e79 Update http4s-circe, http4s-dsl, ... to 0.23.24 2023-11-15 19:04:32 +00:00
cebf80c10a Update flyway-core, ... to 10.0.1 2023-11-15 19:04:26 +00:00
581a07a84d Update binny-core, binny-fs, binny-jdbc, ... to 0.11.0 2023-11-15 19:04:19 +00:00
b7ca074d5c Merge pull request #2387 from madduck/ignore-yarn-lock
Git-ignore the yarn.lock file
2023-11-15 15:14:32 +01:00
62ca2df94d Update postgres Docker tag to v16.1 2023-11-15 13:27:43 +00:00
06ece63117 Git-ignore the yarn.lock file
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-15 14:13:33 +01:00
1cd517bf4e Merge pull request #2379 from madduck/addon-due-dates
Add logic to set due date from addons, based on #2362
2023-11-15 11:41:37 +01:00
750be99aaf Add logic to set due date from addons, based on #2362
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-15 10:35:03 +01:00
f6cb97119b Merge pull request #2384 from eikek/update-website-build
Update website build
2023-11-13 16:44:51 +00:00
5a79942aa2 Update website build
yarn + zola
2023-11-13 17:36:02 +01:00
175ae02996 Fix external link in docs 2023-11-13 17:06:39 +01:00
11aa8e5392 Adopt website examples 2023-11-13 16:51:39 +01:00
212c10e20a Allow custom json
Refs: #2334
2023-11-13 16:45:30 +01:00
83ad2c5044 First sketch for custom data threaded through item processing
Refs: #2334
2023-11-13 16:45:30 +01:00
fe72fbee8a Merge pull request #2369 from madduck/2345-docs
Add documentation for #2362
2023-11-12 13:23:16 +01:00
f6bd97a86b Merge pull request #2377 from madduck/fix-website-anchor-links
Website: fix internal links
2023-11-12 13:23:03 +01:00
b181c57424 Merge pull request #2378 from eikek/2376-processing-bin-files
Fix potential infinite loop
2023-11-12 12:18:43 +00:00
dd763e7796 Fix potential infinite loop
The code removed here was copied from another project some years back.
Now there is an improved version in fs2 that can be used.

Fixes: #2376
2023-11-12 13:04:03 +01:00
c0ce1fa8bc Merge pull request #2368 from madduck/fix-ph-fts-update
Replace `sql""` with `fr""` to ensure trailing spaces
2023-11-12 12:53:39 +01:00
d26f1d29c7 Pass a Timestamp to set-date, not a Long
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-12 12:06:43 +01:00
ffce5868a6 Make timestamp a 64bit integer
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-12 12:06:43 +01:00
c1910ae000 Add documentation for #2362
Document the new `set-date` addon action introduced by #2362.

Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-12 12:06:43 +01:00
658f41595f Website: fix internal links
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-12 11:41:37 +01:00
8d560b71ac Reformat source with sbt-fix
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-11 20:41:01 +01:00
1ad17150ce Update dependency @tailwindcss/forms to v0.5.7 2023-11-11 01:46:50 +00:00
f1986fc518 Replace sql"" with fr"" to ensure trailing spaces
Thanks to @eikek for the suggestion. This PR replaces all occurrences of
`sql""` with `fr""` (cf.
[interpolators](https://tpolecat.github.io/doobie/docs/08-Fragments.html#whitespace-handling).

Fixes: #2367
Signed-off-by: martin f. krafft <madduck@madduck.net>
2023-11-10 16:40:26 +01:00
fe56ee0d5c Merge pull request #2366 from eikek/update/mariadb-java-client-3.3.0
Update mariadb-java-client to 3.3.0
2023-11-09 06:40:31 +00:00
0a6a749fcf Update mariadb-java-client to 3.3.0 2023-11-09 06:27:58 +00:00
d07399dbe8 Merge pull request #2365 from eikek/update/imageio-jpeg-3.10.1
Update imageio-jpeg, imageio-tiff to 3.10.1
2023-11-08 06:34:46 +00:00
51f8726084 Update imageio-jpeg, imageio-tiff to 3.10.1 2023-11-08 06:26:54 +00:00
69602527b6 Merge pull request #2362 from v6ak/feature/2345-setting-item-date-from-addons
Setting item date from addons (#2345)
2023-11-07 17:52:18 +01:00
f499770145 Merge pull request #2363 from v6ak/feature/fix-addon-execution-result-monoid-identity
Fix AddonExecutionResult monoid identity
2023-11-07 17:51:22 +01:00
b4a77c6a95 Fix AddonExecutionResult monoid identity 2023-11-07 14:27:37 +01:00
6dd30035f3 Setting item date from addons (#2345) 2023-11-07 09:06:16 +01:00
a8b2081acd Merge pull request #2360 from eikek/update/fs2-core-3.9.3
Update fs2-core, fs2-io to 3.9.3
2023-11-07 06:35:30 +00:00
fbcbbd2fb9 Update fs2-core, fs2-io to 3.9.3 2023-11-07 06:26:54 +00:00
a7f7743639 Merge pull request #2359 from eikek/2358-fix-server-startup
Fix http server startup
2023-11-06 22:57:24 +00:00
a9b0c0e086 Fix http server startup
Closes: #2358
2023-11-06 23:43:31 +01:00
2ce6536d0b Merge pull request #2357 from eikek/fix-docker-build
Remove pip3 install
2023-11-06 15:40:17 +00:00
bb181f1819 Remove pip3 install
And hope the ocrmypdf installed via apk is working now.
2023-11-06 16:23:42 +01:00
e3f2fcb3f7 Merge pull request #2355 from eikek/update-doobie
Update doobie to 1.0.0-RC4
2023-11-06 10:56:07 +00:00
4874739e18 Update doobie to 1.0.0-RC4 2023-11-06 11:43:02 +01:00
3cb0172312 Fix java version for release workflows 2023-11-06 10:51:09 +01:00
667cd3b920 Merge pull request #2354 from eikek/build-updates
Build updates
2023-11-05 23:19:05 +00:00
fe4a300b0e Update pdfbox to 3.0.0 2023-11-06 00:06:49 +01:00
84612bc7e7 Update scribe 2023-11-06 00:06:49 +01:00
9ecd11ed7f Update jwt-circe 2023-11-05 23:43:17 +01:00