Commit Graph

2552 Commits

Author SHA1 Message Date
tcely
fbb27eaa5d
Adjust the mkdir_p import in sync/views.py 2025-06-02 15:58:11 -04:00
tcely
ff30543a20
Adjust the mkdir_p import in sync/signals.py 2025-06-02 15:55:58 -04:00
tcely
0be0aa9e81
Adjust the mkdir_p import in sync/models/media.py 2025-06-02 15:46:50 -04:00
tcely
f097b6b4e0
Remove mkdir_p from sync/utils.py 2025-06-02 15:38:36 -04:00
tcely
dc0edef562
Remove list_of_dictionaries from sync/utils.py 2025-06-02 15:31:32 -04:00
tcely
432bc019d5
fixup: remove an unused import 2025-06-02 15:23:18 -04:00
tcely
8b127afc23
Remove the old copy from sync/models/_private.py 2025-06-02 15:18:57 -04:00
tcely
8852c8c2ef
Switch to the common.utils version 2025-06-02 15:16:47 -04:00
tcely
db7af44cec
Adjust the seconds_to_timestr import in sync/media.py 2025-06-02 15:03:32 -04:00
tcely
2c67b2f31c
Adjust the seconds_to_timestr import in sync/tasks.py 2025-06-02 14:59:08 -04:00
tcely
7b23d3b0f0
Remove seconds_to_timestr from sync/utils.py 2025-06-02 14:51:45 -04:00
tcely
c7e8c974e6
Adjust the glob_quote import in sync/media.py 2025-06-02 14:45:28 -04:00
tcely
dbd30e65d6
Adjust the glob_quote import in sync/signals.py 2025-06-02 14:42:12 -04:00
tcely
6d04d773c3
Remove glob_quote from sync/utils.py 2025-06-02 14:39:07 -04:00
tcely
4e4c813810
Merge branch 'meeb:main' into patch-2 2025-06-02 14:35:19 -04:00
meeb
4dc7243972
Merge pull request #1086 from tcely/patch-7
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
Create .editorconfig
2025-06-01 15:51:11 +10:00
meeb
6ab8dfd15d
Merge pull request #1085 from tcely/patch-4
Push missing release tags from previous workflow failures
2025-06-01 15:50:41 +10:00
tcely
b11a4d4e25
Create .editorconfig 2025-06-01 01:25:59 -04:00
tcely
581512251a
Restrict pushing tags to only meeb 2025-05-31 23:45:49 -04:00
tcely
819a0f7e84
Use a missing-tags-image output 2025-05-31 23:29:51 -04:00
tcely
97f3365675
Push the tags created from the missing-tags output 2025-05-31 23:23:18 -04:00
tcely
833170885d
Generate missing-tags list 2025-05-31 22:38:00 -04:00
meeb
5a8ac8187c
Merge pull request #1082 from tcely/patch-4
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.13) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Use `datetime.weekday()` function
2025-05-31 17:34:49 +10:00
tcely
90be9e274d
Use datetime.weekday() function 2025-05-30 21:28:30 -04:00
meeb
e3ce550e6a
Merge pull request #938 from tcely/patch-14
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
Rename media files from all sources by default
2025-05-29 15:05:19 +10:00
tcely
460f2c0669
Update README.md 2025-05-29 00:52:31 -04:00
tcely
2120776581
Merge branch 'main' into patch-14 2025-05-29 00:47:27 -04:00
meeb
c0f9b05eb4
Merge pull request #1077 from tcely/patch-7
Set a value when `Media.published` is `None`
2025-05-29 14:24:22 +10:00
meeb
4d160ee673
Merge pull request #1073 from tcely/patch-4
Targeted indexing schedule
2025-05-29 14:14:43 +10:00
tcely
6828eb926c
Set a value when Media.published is None 2025-05-27 14:33:38 -04:00
tcely
05443978cc
Do not adjust Task.run_at
I don't believe this can work with how `background_task` operates.
2025-05-27 00:09:07 -04:00
tcely
7d98855272
Switch to a more human-friendly target schedule format 2025-05-26 22:43:38 -04:00
tcely
4df84b37cf
Calculate the delta to add instead of looping 2025-05-26 22:11:14 -04:00
tcely
ec913485a3
Update source.html 2025-05-26 09:41:23 -04:00
tcely
7e9e6f1262
Do not format the datetime 2025-05-26 09:03:10 -04:00
tcely
ec2d9d6914
Update 0034_source_target_schedule_and_more.py 2025-05-26 08:19:04 -04:00
tcely
9b81c54c0f
fixup: remove white-space 2025-05-26 07:58:13 -04:00
tcely
c797d97f5d
fixup: remove white-space 2025-05-26 07:56:37 -04:00
tcely
c637d2da45
Bump the version 2025-05-26 07:50:44 -04:00
tcely
d6846ee9d4
Update source.py 2025-05-26 07:23:18 -04:00
tcely
be0f57fb5b
Update 0034_source_target_schedule_and_more.py 2025-05-26 07:22:12 -04:00
tcely
6f70fc763f
Update views.py 2025-05-26 07:06:15 -04:00
tcely
a198886ab5
Update forms.py 2025-05-26 06:50:06 -04:00
tcely
73ee968bdd
Update views.py 2025-05-26 06:46:31 -04:00
tcely
252d6f4418
Update forms.py 2025-05-26 06:43:38 -04:00
tcely
2e7d34611b
Update views.py 2025-05-26 06:35:52 -04:00
tcely
58d3541acf
Update 0034_source_target_schedule_and_more.py 2025-05-26 06:19:58 -04:00
tcely
5ddf0208b2
Update forms.py 2025-05-26 06:08:49 -04:00
tcely
a80950ee16
We want to edit target_schedule 2025-05-26 05:22:33 -04:00
tcely
41c1c0a2ba
Update views.py 2025-05-26 04:09:54 -04:00