Commit Graph

1812 Commits

Author SHA1 Message Date
tcely
72ba0474a3
Remove static booleans 2025-03-26 13:10:22 -04:00
tcely
18829d1362
Show the raw API response 2025-03-26 12:49:04 -04:00
tcely
0300be4728
Retrieve yt-dlp/yt-dlp releases from the GitHub API 2025-03-26 12:23:52 -04:00
tcely
b799bdfd65
Update tag-yt-dlp 2025-03-26 04:05:21 -04:00
tcely
cacf306b09
Move more steps into the info job 2025-03-26 03:30:13 -04:00
tcely
5e6c9f144a
Add YTDLP_DATE build arg 2025-03-26 03:06:20 -04:00
tcely
6e38fcdb7c
Create tag-yt-dlp 2025-03-26 02:49:35 -04:00
tcely
f150ce21d0
Force new yt-dlp version 2025-03-26 02:44:58 -04:00
meeb
34aea513bd
Merge pull request #885 from tcely/patch-10
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Blocked by required conditions
Remove the hard-coded class name
2025-03-26 17:32:58 +11:00
tcely
bcb7432174
Remove the hard-coded class name 2025-03-26 02:30:43 -04:00
meeb
464ac73396
Merge pull request #884 from tcely/patch-6
fixup: use the class instead of an instance
2025-03-26 17:23:05 +11:00
tcely
51adb65751
fixup: use the class instead of an instance 2025-03-26 02:12:47 -04:00
meeb
5e82dd212a
Merge pull request #883 from tcely/patch-6
fixup: missed `self.`
2025-03-26 16:52:01 +11:00
tcely
b50709aef1
fixup: missed self. 2025-03-26 01:13:28 -04:00
meeb
9c110644b8
Merge pull request #881 from tcely/patch-6
Configure logging for `background_task`
2025-03-26 16:06:04 +11:00
meeb
f8f110d580
Merge pull request #880 from tcely/patch-15
Change the task expiration to 1 day
2025-03-26 16:05:09 +11:00
tcely
91b7a4538e
Configure logging for background_task 2025-03-25 23:00:17 -04:00
tcely
7f7ba6b286
Update patches/background_task/models.py 2025-03-25 12:44:14 -04:00
meeb
946a4ca5a9
Merge pull request #879 from tcely/patch-14
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Blocked by required conditions
Resume partial downloads unless the `.clean` file is found
2025-03-26 02:06:57 +11:00
meeb
827d8f3c96
Merge pull request #878 from tcely/patch-12
Use `locked_at` as it is closer to started
2025-03-26 02:06:06 +11:00
meeb
3a21529adf
Merge pull request #877 from tcely/patch-10
Don't skip missing fragments during format testing
2025-03-26 02:05:51 +11:00
meeb
2953131fc3
Merge pull request #876 from tcely/patch-6
Add the video number to the debug log message
2025-03-26 02:05:36 +11:00
tcely
41e78b430d
Add and use the Task.nodename property 2025-03-24 16:03:56 -04:00
tcely
1fd8214f3e
Add a TaskManager.boot_time property 2025-03-24 15:50:22 -04:00
tcely
5385599542
Reorder the copy layers 2025-03-24 15:18:48 -04:00
tcely
5e50629141
Test the background_task changes 2025-03-24 15:12:13 -04:00
tcely
2afad767f1
Tasks locked_at before the current boot time are not locked 2025-03-24 15:08:32 -04:00
tcely
c10b1aa255
Add nodename to Task.locked_by 2025-03-24 13:46:59 -04:00
tcely
e5e29885f1
Change the task expiration to 1 day 2025-03-24 13:17:31 -04:00
tcely
f9eb571dd8
Resume partial downloads unless the .clean file is found 2025-03-24 12:54:42 -04:00
tcely
e48abb2c72
Use locked_at as it is closer to started
`run_at` is when it was ready to be processed.
`locked_at` is when it was taken out of the queue.
2025-03-24 12:28:10 -04:00
tcely
b9f575fbc0
Don't skip missing fragments during format testing 2025-03-24 12:24:08 -04:00
tcely
30c5f57619
Add the video number to the debug log message 2025-03-24 12:10:01 -04:00
meeb
e01301e1ce
Merge pull request #875 from tcely/patch-6
Some checks are pending
Run Django tests for TubeSync / test (3.10) (push) Waiting to run
Run Django tests for TubeSync / test (3.11) (push) Waiting to run
Run Django tests for TubeSync / test (3.12) (push) Waiting to run
Run Django tests for TubeSync / test (3.8) (push) Waiting to run
Run Django tests for TubeSync / test (3.9) (push) Waiting to run
Run Django tests for TubeSync / containerise (push) Blocked by required conditions
Add and use the `update_task_status` function
2025-03-24 18:27:39 +11:00
tcely
7ad9842b8e
Reorder some imports 2025-03-23 03:58:41 -04:00
tcely
2951cabd6b
Add and use the update_task_status function 2025-03-22 21:54:41 -04:00
meeb
6e539c50a9
Merge pull request #874 from tcely/patch-6
Some checks failed
Run Django tests for TubeSync / test (3.10) (push) Has been cancelled
Run Django tests for TubeSync / test (3.11) (push) Has been cancelled
Run Django tests for TubeSync / test (3.12) (push) Has been cancelled
Run Django tests for TubeSync / test (3.8) (push) Has been cancelled
Run Django tests for TubeSync / test (3.9) (push) Has been cancelled
Run Django tests for TubeSync / containerise (push) Has been cancelled
Clean `verbose_name` when a repeating task did not complete
2025-03-23 03:00:50 +11:00
tcely
47df126074
Distinguish the loops in the checking task 2025-03-22 11:38:43 -04:00
tcely
391fe738b5
Use remove_enclosed function in hooks.py 2025-03-21 15:07:48 -04:00
tcely
a55e9ccfb6
Clean up verbose_name for check task also 2025-03-21 14:51:35 -04:00
tcely
0febb409bb
Use remove_enclosed function 2025-03-21 14:44:41 -04:00
tcely
ebea5d8369
Add remove_enclosed function 2025-03-21 14:37:09 -04:00
tcely
e2f36d8e85
Add a clean up function for verbose_name 2025-03-21 14:30:12 -04:00
meeb
ecd2904063
Merge pull request #872 from tcely/patch-10
Some checks failed
Run Django tests for TubeSync / test (3.10) (push) Has been cancelled
Run Django tests for TubeSync / test (3.11) (push) Has been cancelled
Run Django tests for TubeSync / test (3.12) (push) Has been cancelled
Run Django tests for TubeSync / test (3.8) (push) Has been cancelled
Run Django tests for TubeSync / test (3.9) (push) Has been cancelled
Run Django tests for TubeSync / containerise (push) Has been cancelled
Tweak name to be accurate again
2025-03-21 02:24:57 +11:00
tcely
10666b8444
Tweak name to be accurate again 2025-03-20 11:21:55 -04:00
meeb
12e021f368
Merge pull request #841 from tcely/patch-6
Apply the suggested "Sync Now" changes
2025-03-21 02:05:22 +11:00
meeb
00b88fc87d
Merge pull request #823 from tcely/patch-14
Tweak tasks page
2025-03-21 02:04:43 +11:00
meeb
8fccc4f245
Merge pull request #850 from tcely/patch-17
Refresh formats only after metadata was saved
2025-03-21 02:04:25 +11:00
meeb
4c42c4b4d9
Merge pull request #870 from tcely/ffmpeg-releases
More stable `ffmpeg` releases
2025-03-21 02:04:03 +11:00
tcely
612c6299c3
More stable ffmpeg releases
This code picks the same build date, as long as:
1. The release still exists
2. The commit is the latest
2025-03-20 02:04:02 -04:00