| .. |
|
data
|
Changes from a hash based system to a time based system to prevent extra retrains
|
2023-02-28 08:13:10 -08:00 |
|
examples
|
more test
|
2020-11-25 21:38:19 +01:00 |
|
samples
|
Updates handling of barcodes to encapsulate logic, moving it out of tasks and into barcodes
|
2023-05-22 06:52:31 -07:00 |
|
__init__.py
|
Added pytest and broke up the consumer into file and mail
|
2016-02-05 00:23:36 +00:00 |
|
factories.py
|
Configures ruff as the one stop linter and resolves warnings it raised
|
2023-04-01 17:03:52 -07:00 |
|
test_admin.py
|
Fixes ruff not running isort against the codebase
|
2023-04-26 09:35:27 -07:00 |
|
test_api.py
|
Return user first & last name from backend
|
2023-06-12 08:15:59 -07:00 |
|
test_barcodes.py
|
Small improvements to coverage
|
2023-06-06 13:18:13 -07:00 |
|
test_checks.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_classifier.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_consumer.py
|
Improves the logging mixin and allows it to be typed better
|
2023-05-23 17:16:39 -07:00 |
|
test_date_parsing.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_delayedquery.py
|
Feature: Allow to filter documents by original filename and checksum (#3485)
|
2023-06-04 10:34:27 -07:00 |
|
test_document_model.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_file_handling.py
|
Replace usages of os.rename with shutil.move to properly handle cases where the source and dest arent't on the same filesystem
|
2023-05-01 07:28:52 -07:00 |
|
test_importer.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_index.py
|
Respect permissions for autocomplete suggestions
|
2023-05-11 14:43:25 -07:00 |
|
test_management.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_management_consumer.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_management_exporter.py
|
Exclude consumer & AnonymousUser users from export manifest
|
2023-05-30 20:51:25 -07:00 |
|
test_management_retagger.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_management_superuser.py
|
Fixes ruff not running isort against the codebase
|
2023-04-26 09:35:27 -07:00 |
|
test_management_thumbnails.py
|
Add test for not moving default thumbnail
|
2023-06-20 20:54:15 +02:00 |
|
test_matchables.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_migration_archive_files.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_migration_mime_type.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_migration_remove_null_characters.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_migration_tag_colors.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_migration_webp_conversion.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_models.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_parsers.py
|
Fixes ruff not running isort against the codebase
|
2023-04-26 09:35:27 -07:00 |
|
test_sanity_check.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
test_task_signals.py
|
Fixes ruff not running isort against the codebase
|
2023-04-26 09:35:27 -07:00 |
|
test_tasks.py
|
Fixes ruff not running isort against the codebase
|
2023-04-26 09:35:27 -07:00 |
|
test_views.py
|
Upgrades black to v23, upgrades ruff
|
2023-04-26 09:35:27 -07:00 |
|
utils.py
|
Rewrites the email parsing to be more clear and concise.
|
2023-06-06 09:05:26 -07:00 |