tcely
|
934e4c9fcb
|
Adjust admin displays
|
2025-04-17 22:57:56 -04:00 |
|
tcely
|
c46d044c51
|
Add new models to admin.py
|
2025-04-17 22:02:37 -04:00 |
|
tcely
|
45dba712c5
|
Remove extra white-space
|
2025-04-17 21:23:33 -04:00 |
|
tcely
|
8ec35292b9
|
Don't modify the original metadata yet
I've lost some metadata during testing because of deleting the new `Metadata` instances without restoring the original metadata JSON.
|
2025-04-17 20:24:01 -04:00 |
|
tcely
|
b4d7f01975
|
Merge branch 'meeb:main' into patch-6
|
2025-04-17 18:34:53 -04:00 |
|
tcely
|
970e8c9a60
|
Adjustments for the perl-base upgrade
|
2025-04-17 15:43:36 -04:00 |
|
tcely
|
083e29a189
|
Save a step for test branches
|
2025-04-17 15:37:55 -04:00 |
|
tcely
|
8fe43170a4
|
Debian on arm is armhf
Not that we are likely to use this, but I figured this out, and it costs nothing to leave a case here.
|
2025-04-17 15:32:14 -04:00 |
|
tcely
|
a6fea90720
|
Remove a raw value
For now, `file_ext` has the same value as,
`CHECKSUM_ALGORITHM`,
but I used another variable to make changing it easier.
|
2025-04-17 15:28:20 -04:00 |
|
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
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
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
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 |
|