Commit Graph

2230 Commits

Author SHA1 Message Date
tcely
624406eb27
Add /etc/apt/apt.conf.d/docker-disable-pkgcache 2025-04-17 14:41:21 -04:00
meeb
2296dd30a4
Merge pull request #944 from tcely/patch-3
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
Special case `sqlite` for database locking
2025-04-18 02:54:22 +10:00
tcely
a1495d27f0
Update local_settings.py.container 2025-04-17 12:45:49 -04:00
tcely
142e93500f
Use the db import for reset_queries 2025-04-17 03:31:10 -04:00
tcely
134231fda7
Use the new setting 2025-04-17 03:27:17 -04:00
tcely
035eeea54c
Add SQLITE_DELAY_FLOAT setting 2025-04-17 03:24:05 -04:00
tcely
b1e7f0eed2
Be explicit about not using durable with atomic 2025-04-17 03:11:14 -04:00
tcely
3b5c776634
Do not interfere with the exception handling 2025-04-17 03:06:17 -04:00
tcely
4bf975bf92
Move the SQLite case to the end of the function 2025-04-17 03:03:00 -04:00
tcely
09969afa6e
Import and set the variable 2025-04-17 02:53:46 -04:00
tcely
d60a159af7
Add delay for SQLite to allow for more interleaving 2025-04-17 02:48:46 -04:00
tcely
5e4dfa158a
Merge branch 'main' into patch-3 2025-04-17 02:37:27 -04:00
tcely
2ef653a29a
Update 0031_metadata_metadataformat.py 2025-04-16 15:56:44 -04:00
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