linkding/bookmarks/tests
Sascha Ißbrücker d87dde6bae
Create snapshots on web.archive.org for bookmarks (#150)
* Implement initial background tasks concept

* fix property reference

* update requirements.txt

* simplify bookmark null check

* improve web archive url display

* add background tasks test

* add basic supervisor setup

* schedule missing snapshot creation on login

* remove task locks and clear task history before starting background task processor

* batch create snapshots after import

* fix script reference in supervisord.conf

* add option to disable background tasks

* restructure feature overview
2021-09-04 22:31:04 +02:00
..
resources Add support for micro-, nanosecond timestamps in importer (#151) 2021-08-26 12:33:54 +02:00
__init__.py Make tag search and assignment case insensitive (#56) 2021-01-02 11:30:20 +01:00
helpers.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
test_bookmark_archive_view.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_bookmark_archived_view.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_bookmark_bulk_edit_view.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_bookmark_edit_view.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_bookmark_index_view.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_bookmark_new_view.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_bookmark_remove_view.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_bookmark_unarchive_view.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_bookmark_validation.py Fix importer not validating bookmark models (#149) 2021-08-25 09:20:01 +02:00
test_bookmarks_api.py Implement bookmark API tests 2021-02-20 09:01:38 +01:00
test_bookmarks_list_tag.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
test_bookmarks_model.py Show URL as fallback if no title is available (#64) 2021-01-16 00:57:57 +01:00
test_bookmarks_service.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
test_bookmarks_tasks.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
test_importer.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
test_pagination_tag.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_queries.py improve tag query performance (#142) 2021-08-15 09:28:40 +02:00
test_settings_api_view.py Add settings view tests 2021-05-14 23:34:53 +02:00
test_settings_export_view.py Add settings view tests 2021-05-14 23:34:53 +02:00
test_settings_general_view.py Add settings view tests 2021-05-14 23:34:53 +02:00
test_settings_import_view.py Fix importer not validating bookmark models (#149) 2021-08-25 09:20:01 +02:00
test_settings_integrations_view.py Add settings view tests 2021-05-14 23:34:53 +02:00
test_signals.py Create snapshots on web.archive.org for bookmarks (#150) 2021-09-04 22:31:04 +02:00
test_tags_model.py Make tag search and assignment case insensitive (#56) 2021-01-02 11:30:20 +01:00
test_tags_service.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_user_profile_model.py Add bookmark view tests 2021-05-14 02:32:19 +02:00
test_utils.py Add support for micro-, nanosecond timestamps in importer (#151) 2021-08-26 12:33:54 +02:00