]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Chore: Convert the consumer to a plugin (#6361)
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 18 Apr 2024 02:59:14 +0000 (19:59 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2024 02:59:14 +0000 (02:59 +0000)
commitb720aa3cd165a38a829de04b5344eff8ba11127f
tree3c3eda9311c0f9322211ae50f8e72d8766e0b47b
parente837f1e85b9b63879cf2d83aab3c4403cce4ca4f
Chore: Convert the consumer to a plugin (#6361)
15 files changed:
paperless-ngx.code-workspace [new file with mode: 0644]
src-ui/src/app/services/consumer-status.service.ts
src/documents/consumer.py
src/documents/loggers.py
src/documents/parsers.py
src/documents/plugins/base.py
src/documents/plugins/helpers.py
src/documents/tasks.py
src/documents/tests/test_barcodes.py
src/documents/tests/test_consumer.py
src/documents/tests/test_double_sided.py
src/documents/tests/test_workflows.py
src/documents/tests/utils.py
src/paperless/settings.py
src/paperless_mail/mail.py