Commit Graph

2340 Commits

Author SHA1 Message Date
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
b93b4e1d47
Add a step for ruff check 2025-05-17 08:22:56 -04:00
meeb
6f57a2e1bf
Merge pull request #1040 from tcely/patch-4
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
Migrate task logic to models
2025-05-17 15:51:56 +10:00
meeb
d4c1c7b9d8
Merge pull request #1039 from tcely/patch-3
Update release.yaml
2025-05-17 15:51:16 +10:00
tcely
f0a4c9dea4
Use storage location for media_file 2025-05-16 08:49:04 -04:00
tcely
346d66ff69
Add a blank line 2025-05-16 08:27:02 -04:00
tcely
151640ae45
Use Media.download_finished function 2025-05-16 08:25:15 -04:00
tcely
f77a657322
Add Media.download_finished function 2025-05-16 08:18:21 -04:00
tcely
54b7e261f1
Add download_finished function 2025-05-16 08:16:18 -04:00
tcely
e507a63362
Use Media.download_checklist function 2025-05-16 07:50:54 -04:00
tcely
fb4185a9b1
Add Media.download_checklist function 2025-05-16 07:44:21 -04:00
tcely
7390a2b2b1
Add download_checklist function 2025-05-16 07:41:37 -04:00
tcely
31fc6adc11
Use Media.wait_for_premiere function 2025-05-16 07:07:22 -04:00
tcely
9ee28befe0
Add wait_for_premiere function 2025-05-16 06:54:42 -04:00
tcely
9de2728f35
Create media__tasks.py
+ `wait_for_premiere`
2025-05-16 06:50:03 -04:00
tcely
7923d03387
fixup: missing colon 2025-05-16 05:09:15 -04:00
tcely
4d179fbd42
Use the local get-tag action 2025-05-16 05:03:24 -04:00
tcely
e0e81c3a2c
Create get-tag/action.yml 2025-05-16 04:59:55 -04:00
tcely
42456f6389
Update release.yaml 2025-05-16 04:21:33 -04:00
meeb
7287bc1dee
Merge pull request #1036 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.13) (push) Has been cancelled
CI / containerise (push) Has been cancelled
Use Django 5.2
2025-05-16 14:48:40 +10:00
tcely
add42bd87c
Use a migration that gives the output we search for 2025-05-15 04:43:59 -04:00
tcely
be1617979f
Use db.connection.ensure_connection() 2025-05-15 04:09:14 -04:00
tcely
1142fb6844
Update README.md 2025-05-14 13:04:58 -04:00
tcely
1c078322ef
Remove Python 3.9 as unsupported 2025-05-14 12:49:48 -04:00
tcely
06591a0020
Remove Path.is_relative_to patch for Python 3.8 2025-05-14 12:46:57 -04:00
tcely
b99cb61cdb
Don't write .pyc files 2025-05-14 11:58:29 -04:00
tcely
b901f6f08c
Run collectstatic before test 2025-05-14 11:39:45 -04:00
tcely
0cf25a1bc8
assume_scheme was added in Django 5 2025-05-14 11:29:05 -04:00
tcely
b6466c9b0e
Always use the UTC time zone 2025-05-14 11:12:58 -04:00
tcely
4934070183
Explicitly pass assume_scheme 2025-05-14 10:58:42 -04:00
tcely
406ba8a8cd
Set USE_L10N to True only before Django 4 2025-05-14 10:47:32 -04:00
tcely
6c10a1da5b
Check the Django version before using a removed setting 2025-05-14 10:38:16 -04:00
tcely
aa27e1c22b
Adjust Python versions 2025-05-14 10:09:09 -04:00
tcely
25af3e3407
Bump version 2025-05-13 05:24:22 -04:00
tcely
01a44f74cf
Unpin Django 2025-05-13 04:52:10 -04:00
meeb
1064474ad7
Merge pull request #1033 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.8) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / containerise (push) Has been cancelled
Clean up extra metadata rows
2025-05-13 17:13:46 +10:00
meeb
08f7779cdd
Merge pull request #1030 from tcely/patch-6
Refactor models
2025-05-13 17:13:20 +10:00
meeb
81e26811ec
Merge pull request #1032 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
Use a widget to select `when` in the browser
2025-05-12 15:45:22 +10:00
tcely
8be28b25bd
Add a now input 2025-05-11 13:46:34 -04:00
tcely
eace2bf45b
Do not allow run_at to be in the past 2025-05-11 13:36:00 -04:00
tcely
af14930a07
Clean up extra metadata rows 2025-05-11 08:16:53 -04:00
tcely
5bf4eeac48
The split entry doesn't work because you can't strip a list 2025-05-11 06:50:58 -04:00
tcely
05eb5cdeb0
Handle the timestamp from the URL correctly 2025-05-11 06:48:46 -04:00
tcely
3f5bd0746e
Adjust the description and button 2025-05-11 05:57:01 -04:00
tcely
12cdcdec96
Use a widget to select when in the browser 2025-05-11 05:21:26 -04:00