shamoon
|
880d2792b7
|
Change: change update content to handle archive disabled (#8315)
|
2024-11-20 20:01:13 +00:00 |
|
shamoon
|
e9ba6de03e
|
Feature: documents trash aka soft delete (#6944)
|
2024-06-17 08:07:08 -07:00 |
|
Trenton H
|
30655f1b73
|
Fixes ruff not running isort against the codebase
|
2023-04-26 09:35:27 -07:00 |
|
Trenton Holmes
|
acfa7d633d
|
Creates a mix-in for asserting file system states
|
2023-02-20 10:25:21 -08:00 |
|
Trenton Holmes
|
3c12f13df2
|
Missed one mock
|
2022-10-10 08:58:23 -07:00 |
|
Trenton Holmes
|
af204426af
|
Moves the barcode related functionality out of tasks and into its own location. Splits up the testing based on that
|
2022-07-02 16:19:22 +02:00 |
|
Trenton Holmes
|
971f716bea
|
Splits tests for the tasks into their own classes
|
2022-07-02 16:19:22 +02:00 |
|
Trenton Holmes
|
4807576dac
|
Refines the sanity check header, fixes other test issues
|
2022-05-30 18:21:24 -07:00 |
|
Florian Brandes
|
78cb3430e0
|
fixes #949: change to MIME detection for files
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-05-16 17:29:29 +02:00 |
|
Florian Brandes
|
fd7385c802
|
code review changes
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-04-20 00:55:45 +02:00 |
|
Florian Brandes
|
1f678c2210
|
add tests
fix indention
add more documentation
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-04-17 16:10:53 +02:00 |
|
Florian Brandes
|
40d1412e5e
|
add TIFF barcode support
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-04-16 21:59:03 +02:00 |
|
Florian Brandes
|
2f3ce6a6e3
|
fix conditional in separate_pages
add additional test for separate_pages
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-04-08 08:09:48 +02:00 |
|
Florian Brandes
|
b58d10a2d7
|
add more tests
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
Florian Brandes
|
d0e39edfbe
|
use imported List
fail test if non-existing dir exists
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
Florian Brandes
|
537bec2eeb
|
addes tests:
- barcode-39
- barcode-128
- qr barcodes
- test for consumption
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
Florian Brandes
|
3d51fbe641
|
decode bytecode in string
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
Florian Brandes
|
d630dd854d
|
make list checks consistent
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
florian on nixos (Florian Brandes)
|
e34bd748fc
|
add config options and documentation
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
florian on nixos (Florian Brandes)
|
7577ac0d10
|
renaming of documents to align with front end
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
florian on nixos (Florian Brandes)
|
866aa55b92
|
run black
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
florian on nixos (Florian Brandes)
|
11c34e496a
|
add trailing commas
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
florian on nixos (Florian Brandes)
|
0c1e8edeca
|
reorder imports
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
florian on nixos (Florian Brandes)
|
f0f4a103f0
|
skip test if dir exists
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
|
2022-04-06 21:16:41 +02:00 |
|
florian on nixos (Florian Brandes)
|
7736934e43
|
more work on barcode
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
|
2022-04-06 21:16:41 +02:00 |
|
florian on nixos (Florian Brandes)
|
b787971421
|
working split pages
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
|
2022-04-06 21:16:41 +02:00 |
|
florian on nixos (Florian Brandes)
|
aa46b06d95
|
add first tests for barcode reader
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
|
2022-04-06 21:16:41 +02:00 |
|
Trenton Holmes
|
6635fa5f0d
|
Runs the pre-commit hooks over all the Python files
|
2022-03-11 11:34:28 -08:00 |
|
kpj
|
c56cb25b5f
|
Format Python code with black
|
2022-02-27 15:26:41 +01:00 |
|
jonaswinkler
|
bec06bf249
|
better sanity checker that logs messages in the log files and does not fail on warnings.
|
2021-02-14 17:08:29 +01:00 |
|
jonaswinkler
|
c946263f31
|
revert a faulty change that caused memory usage to explode #537
|
2021-02-13 19:51:04 +01:00 |
|
jonaswinkler
|
a4c1252a3b
|
classifier caching
|
2021-02-06 20:54:58 +01:00 |
|
jonaswinkler
|
1f825dfcf2
|
fix typo
|
2021-01-30 15:44:23 +01:00 |
|
jonaswinkler
|
a37e41ef0c
|
centralized classifier loading, better error handling, no error messages when auto matching is not used
|
2021-01-30 14:22:23 +01:00 |
|
jonaswinkler
|
2e22516d0c
|
more tests
|
2020-12-29 21:01:18 +01:00 |
|
jonaswinkler
|
ea045443a2
|
more testing.
|
2020-12-01 15:26:15 +01:00 |
|
jonaswinkler
|
5af70f4dad
|
more testing.
|
2020-11-30 22:04:25 +01:00 |
|