Commit Graph

2563 Commits

Author SHA1 Message Date
tcely
971cea5c0e
Use the less ambiguous list.extend function 2025-05-18 22:26:06 -04:00
tcely
0e720f9042
Use the list.append function, which is safe for strings 2025-05-18 21:45:24 -04:00
tcely
3effc2ad96
Merge branch 'main' into patch-14 2025-05-18 09:35:16 -04:00
tcely
e3d59b6cae
Bump version 2025-05-18 09:32:53 -04:00
meeb
dafa82d1d1
Merge pull request #1041 from tcely/patch-3
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.13) (push) Has been cancelled
CI / containerise (push) Has been cancelled
Add a step for `ruff check`
2025-05-18 22:07:06 +10:00
meeb
cf5580d79d
Merge pull request #1043 from tcely/patch-6
Do not upgrade to Django 5.3 automatically
2025-05-18 22:06:07 +10:00
meeb
6fa142bec3
Merge pull request #1005 from tcely/patch-12
Add Proof-of-Origin Token plugin framework
2025-05-18 22:05:55 +10:00
tcely
a9508fa280
Update tests.py 2025-05-18 07:21:13 -04:00
tcely
853c4878b5
Fixes for ruff check in 0011_auto_20220201_1654.py 2025-05-18 07:00:27 -04:00
tcely
a4c763d723
Fixes for ruff check in 0013_fix_elative_media_file.py 2025-05-18 06:55:12 -04:00
tcely
0f27ffe29e
Fixes for ruff check in settings.py 2025-05-18 06:50:13 -04:00
tcely
bb6d5c0a48
Fixes for ruff check in tests.py 2025-05-18 06:43:34 -04:00
tcely
226a8d6385
Fixes for ruff check in models/_private.py 2025-05-18 06:31:24 -04:00
tcely
aa8804bb7d
Fixes for ruff check in import-existing-media.py 2025-05-18 06:25:23 -04:00
tcely
cc0ed6fd47
Remove unused imports from utils.py 2025-05-18 06:18:41 -04:00
tcely
1ba4bca58b
Add json_serial to json.py 2025-05-18 06:16:06 -04:00
tcely
3abab98f64
Remove json_serial from utils.py 2025-05-18 06:11:16 -04:00
tcely
9a173dc477
Use JSONEncoder in media.py 2025-05-18 06:08:49 -04:00
tcely
87bcfb9094
Fixes for ruff check in youtube-dl-info.py 2025-05-18 05:51:31 -04:00
tcely
7a53e363b2
Fixes for ruff check in sync-missing-metadata.py 2025-05-18 05:24:36 -04:00
tcely
46f1d7fc89
DRY the ruff check options 2025-05-18 05:18:23 -04:00
tcely
d502dcd01a
The output was better quoted 2025-05-18 05:10:25 -04:00
tcely
8e888b4182
Only quote full output 2025-05-18 05:06:32 -04:00
tcely
4d036356e2
Add a blank line after the summary 2025-05-18 04:58:12 -04:00
tcely
9c342c9ccc
Tweak the markdown 2025-05-18 04:50:41 -04:00
tcely
f182a41a21
Loop over output formats 2025-05-18 04:46:14 -04:00
tcely
5dfe52452e
Use the step summary markdown file 2025-05-18 04:30:31 -04:00
tcely
da182070f8
Fixes for ruff check in delete-source.py 2025-05-18 03:23:15 -04:00
tcely
2ece2e7f38
Fixes for ruff check in reset-tasks.py 2025-05-18 03:12:12 -04:00
tcely
c69cd7f582
Fixes for ruff check in list-sources.py 2025-05-18 02:52:15 -04:00
tcely
7165491b25
Remove the spaces for better log output 2025-05-18 01:42:39 -04:00
tcely
b9efeeebf2
Do not upgrade to Django 5.3 automatically 2025-05-18 01:39:32 -04:00
tcely
294f07d4c4
The explicit pipenv lock is needed 2025-05-18 01:23:33 -04:00
tcely
3fe1b54b33
Try without explicit pipenv lock 2025-05-18 01:18:49 -04:00
tcely
71cf95cdef
Disable verbose output 2025-05-18 01:14:11 -04:00
tcely
a76919aef4
Install with uv is faster 2025-05-18 01:09:57 -04:00
tcely
e737a5443f
Use lock separately 2025-05-18 01:02:52 -04:00
tcely
9641cc579b
Use pipenv for install 2025-05-18 00:57:12 -04:00
tcely
3a326a526b
Do not output hashes 2025-05-18 00:29:50 -04:00
tcely
f6b56c1c4e
Install with uv from requirements.txt 2025-05-18 00:19:29 -04:00
tcely
eb26fbca89
Unpin pipenv 2025-05-17 23:31:11 -04:00
tcely
b05b594a3d
Use --system flag 2025-05-17 23:26:57 -04:00
tcely
31acdc8a73
Use uv pip 2025-05-17 23:15:56 -04:00
tcely
9953092ee3
Also upgrade pip 2025-05-17 23:08:15 -04:00
tcely
f753d25218
Use uv to install pipenv 2025-05-17 23:00:38 -04:00
tcely
0fa5c9ef97
Add missing imports 2025-05-17 20:17:08 -04:00
tcely
c85dd553dc
Remove unused NoMetadataException 2025-05-17 20:13:44 -04:00
tcely
9e13870e6f
Use the dict.get function instead 2025-05-17 20:01:51 -04:00
tcely
2e6f07652a
Import signals
We must import this file to have Django signals used.

This should probably be done as part of app configuration instead of in views.
2025-05-17 19:57:09 -04:00
tcely
58ed18519a
Fixes for ruff check in utils.py 2025-05-17 10:33:42 -04:00