paperless-ngx/src/documents
Florian c656610c93
tests: fix management_consumer test (#66)
this test failed due to a strict polling delay,
which caused the test to be interrupted by an async call,
which stated "Incomplete File READ FAILED"

see also https://github.com/NixOS/nixpkgs/pull/158118

Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-02-17 23:30:16 +01:00
..
management Make ignores configurable 2021-08-18 22:23:18 +02:00
migrations fix migration 2021-04-05 00:16:50 +02:00
resources optimized default thumbnail 2021-03-14 14:45:29 +01:00
signals Add suggest 2021-05-30 14:50:29 +02:00
static Normalize whitespace in source files 2021-06-13 10:57:40 -04:00
templates Update login.html to not autocapitalize username 2021-11-26 16:15:08 -06:00
tests tests: fix management_consumer test (#66) 2022-02-17 23:30:16 +01:00
__init__.py default language check 2020-11-25 10:52:38 +01:00
admin.py correct file mode 2021-05-16 01:22:51 +02:00
apps.py fix some translation issues 2021-01-02 00:45:23 +01:00
bulk_download.py API support for downloading compressed archives of multiple documents 2021-02-20 16:09:29 +01:00
bulk_edit.py some search index optimizations 2021-02-15 13:26:36 +01:00
checks.py more tests 2020-12-22 13:04:08 +01:00
classifier.py write classifier model to temporary file before copying to final location 2021-06-13 12:03:20 +02:00
consumer.py codestyle 2021-05-19 20:26:12 +02:00
file_handling.py fix test case 2021-02-12 01:31:50 +01:00
filters.py correct file mode 2021-05-16 01:22:51 +02:00
index.py only show score when sorting by score 2021-05-15 17:25:49 +02:00
loggers.py pycodestyle 2021-02-06 17:21:32 +01:00
matching.py fixes #668 (see https://github.com/the-paperless-project/paperless/pull/571) 2021-03-17 22:44:18 +01:00
models.py remove dead code 2021-05-19 19:55:35 +02:00
parsers.py fixes #631 2021-03-14 14:42:48 +01:00
sanity_checker.py Add --no-progress-bar option to commands 2021-04-18 16:16:11 +02:00
serialisers.py fix up some messages 2021-03-07 21:34:55 +01:00
settings.py Adjusted the exporter and importer so that they take archived documents into account. 2020-11-28 11:24:59 +01:00
tasks.py Add --no-progress-bar option to commands 2021-04-18 16:16:11 +02:00
views.py Provide utf-8 encoded content-disposition field to address the issues in the firefox when downloading files 2022-02-16 19:50:13 +01:00