Commit Graph

2317 Commits

Author SHA1 Message Date
tcely
44b92643eb
Index on site & key 2025-04-16 15:40:45 -04:00
tcely
4777b85113
Indentation 2025-04-16 15:17:33 -04:00
tcely
47a3220c42
Invalidate the cached metadata 2025-04-16 07:57:38 -04:00
tcely
24db1f072d
Disable parent_link 2025-04-16 07:17:31 -04:00
tcely
baedb192f4
Update 0031_metadata_metadataformat.py 2025-04-16 07:16:17 -04:00
tcely
9d94729583
Handle assertion errors 2025-04-16 07:09:48 -04:00
tcely
fe47e48c43
Link to the Media and use a default site 2025-04-16 06:43:48 -04:00
tcely
029833dff6
Use the related_model manager 2025-04-16 05:49:13 -04:00
tcely
25ff4b64f0
Remove exception logging 2025-04-16 05:23:02 -04:00
tcely
f563619425
Remove unneeded white-space 2025-04-16 05:03:24 -04:00
tcely
51261b06fa
Use a cleaner exception 2025-04-16 05:00:18 -04:00
tcely
d26855eb9e
Update 0031_metadata_metadataformat.py 2025-04-16 04:47:14 -04:00
tcely
7c14fa3261
Hard-code the class name 2025-04-16 04:36:13 -04:00
tcely
6062725a79
Ignore the exception when new metadata is missing 2025-04-16 04:28:40 -04:00
tcely
3e0628e4f3
The field is accessed differently now 2025-04-16 03:48:30 -04:00
tcely
89fcfc1c68
Log the exception that is likely causing tests to fail 2025-04-16 03:31:05 -04:00
tcely
a0e920f75c
Get back to a working state for tests 2025-04-16 03:23:08 -04:00
meeb
7e946f654b
Merge pull request #969 from tcely/patch-2
Some checks failed
CI / info (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.8) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / containerise (push) Has been cancelled
Adjust the relative link in README.md
2025-04-16 16:48:55 +10:00
tcely
2a5bf30ab6
Adjust the relative link in README.md 2025-04-16 02:36:43 -04:00
meeb
124af77d22
Merge pull request #967 from tcely/patch-2
Update README.md
2025-04-16 15:27:57 +10:00
tcely
2ca1fb72e9
Start using the new metadata models 2025-04-16 01:25:17 -04:00
tcely
cf51901bee
Link to settings.py 2025-04-15 17:55:45 -04:00
tcely
7fd87fbb89
Mention settings.py setting 2025-04-15 17:51:53 -04:00
tcely
57b7502a7b
Update README.md
Link to the environment variable anchor.
2025-04-15 17:47:52 -04:00
meeb
1fc0462c11
Merge pull request #965 from tcely/patch-2
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.8) (push) Waiting to run
CI / test (3.9) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Fix `dumpdata` output
2025-04-16 00:49:40 +10:00
tcely
623a81acde
Be consistent and explicit with the len check 2025-04-14 20:04:10 -04:00
tcely
0317bc4318
Switch the log to debug level 2025-04-14 20:00:15 -04:00
tcely
44a940faee
fixup: empty lists should work too 2025-04-14 19:52:44 -04:00
tcely
1d153954bc
Try to use invalid values from dumpdata 2025-04-14 19:49:00 -04:00
tcely
cb22eb348d
Additions from the rest container 2025-04-14 18:12:33 -04:00
tcely
debac50ca3
Fix dumpdata output
I want a map of which functions are called,
when they are called,
and from which class they were defined.

These things are still not clear enough for me.
2025-04-14 17:48:37 -04:00
meeb
f4c12f89a2
Merge pull request #963 from tcely/patch-2
Some checks failed
CI / info (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.8) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / containerise (push) Has been cancelled
Support `use_chunked_fetch` with `django_queryset_generator`
2025-04-14 23:40:23 +10:00
tcely
873a0167ed
Support use_chunked_fetch 2025-04-14 09:10:15 -04:00
meeb
f3c33e8743
Merge pull request #959 from tcely/patch-2
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.8) (push) Waiting to run
CI / test (3.9) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Create the `django_queryset_generator` function
2025-04-14 17:32:28 +10:00
tcely
465abe23d0
Use qs_gen in tasks.py 2025-04-13 13:30:26 -04:00
tcely
7c293a0444
Avoid UnorderedObjectListWarning 2025-04-13 12:14:36 -04:00
tcely
cfceae2eb9
fixup: typo 2025-04-13 11:26:27 -04:00
tcely
950cdbd848
Use django_queryset_generator in cleanup_old_media 2025-04-13 11:24:15 -04:00
tcely
29e94427c9
Fill in the django_queryset_generator function 2025-04-13 11:13:32 -04:00
tcely
eb206f9f4d
Sketch for django_queryset_generator function 2025-04-13 10:17:09 -04:00
tcely
7d33cd8579
Merge branch 'main' into patch-3 2025-04-13 08:30:11 -04:00
meeb
15a9537b0e
Merge pull request #957 from tcely/patch-16
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.8) (push) Waiting to run
CI / test (3.9) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Do not call `resize_image_to_height` on smaller images
2025-04-13 22:29:07 +10:00
meeb
cef5766bcd
Merge pull request #935 from tcely/patch-6
Add file renaming warning to README.md
2025-04-13 22:23:01 +10:00
meeb
8c729d0808
Merge pull request #933 from tcely/patch-2
Adjust queue workers
2025-04-13 22:21:31 +10:00
tcely
22dd86bb06
Merge branch 'main' into patch-2 2025-04-13 08:19:34 -04:00
meeb
4193dd3194
Merge pull request #951 from tcely/patch-10
Create restart_services.sh
2025-04-13 22:09:43 +10:00
meeb
84e99676ca
Merge pull request #954 from tcely/new-tables
New models for metadata and formats
2025-04-13 22:07:30 +10:00
meeb
8868ff62ef
Merge pull request #958 from tcely/patch-17
Fix the `can_download` calculation code
2025-04-13 22:05:41 +10:00
meeb
d34084cca6
Merge pull request #956 from tcely/patch-15
Try `refresh_formats` for `NoFormatException`
2025-04-13 22:05:06 +10:00
meeb
777b763096
Merge pull request #953 from tcely/patch-12
Remove `BACKGROUND_TASK_ASYNC_THREADS` adjustment
2025-04-13 22:04:15 +10:00