Commit Graph

19 Commits

Author SHA1 Message Date
2fe49fa2b1 Merge pull request #2664 from eikek/update-munit
Update munit to 1.0.0, munit-cats-effect to 2.0.0
2024-05-28 19:22:48 +00:00
b7f53c78d8 Merge pull request #2663 from eikek/fix/2629-collect-output-default
Honor default value `true` for `collectOutput`
2024-05-28 19:15:27 +00:00
9c910d262e Update munit to 1.0.0, munit-cats-effect to 2.0.0 2024-05-28 21:13:44 +02:00
fd2b897f2f Honor default value true for collectOutput
Fixes #2629
2024-05-28 20:56:18 +02:00
2ca492d6cb Unwrap single directory after unzip is complete 2024-05-27 20:39:49 +02:00
62bd9844dd Fix test for non-empty sub directory
Fixes: #2650
2024-05-27 20:39:26 +02:00
924aaf720e Fix compile warnings after scala update 2024-03-03 18:43:54 +01:00
83ad2c5044 First sketch for custom data threaded through item processing
Refs: #2334
2023-11-13 16:45:30 +01:00
b4a77c6a95 Fix AddonExecutionResult monoid identity 2023-11-07 14:27:37 +01:00
46faa7aa40 Update circe to 0.15.x 2023-11-05 20:30:28 +01:00
2a39b2f6a6 Updated following dependencies as they need changes to the code to work properly:
- Scala
- fs2
- http4s
2023-10-31 14:24:00 -04:00
b51b782c73 Apply formatting fixes 2022-08-07 16:31:09 +02:00
53d92c4a26 Adopt backend to collective-id 2022-08-07 16:26:04 +02:00
6cef9d4f07 Improve performance of zip/unzip
Adds tests and includes some cleanup
2022-06-18 16:39:57 +02:00
ae265ed19a Fix tests for mariadb 2022-06-04 10:16:03 +02:00
4ce64d2841 Fix detecting addons from zip file
Also set the default to `collectOutput` where it would parse the
output of an addon.
2022-05-27 22:44:05 +02:00
6c57077d68 Fixes related to addons
- Fix applying new-items from addon results
- Notify joex when a scheduled addon is updated
2022-05-23 23:28:54 +02:00
47bd6cd0ba Fail fast when multiple addons are run 2022-05-21 00:40:26 +02:00
7fdd78ad06 Experiment with addons
Addons allow to execute external programs in some context inside
docspell. Currently it is possible to run them after processing files.
Addons are provided by URLs to zip files.
2022-05-15 23:46:43 +02:00