Commit Graph

2735 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
tcely
be404d0c61
fixup: add the missing import 2025-06-02 10:35:16 -04:00
tcely
284cc16896
fixup: remove the now unused import 2025-06-02 10:32:02 -04:00
tcely
a40233905f
fixup: ruff check complaints 2025-06-02 10:29:34 -04:00
tcely
98bca72299
fixup: dependencies 2025-06-02 10:23:53 -04:00
tcely
d28ddd768a
Adjust the import 2025-06-02 10:17:52 -04:00
tcely
ca5f9a4de5
Rename the function definition 2025-06-02 10:17:06 -04:00
tcely
73cb339888
Call the newly renamed function from tasks.py 2025-06-02 10:15:22 -04:00
tcely
90329a16f1
De-conflict write_nfo naming 2025-06-02 10:14:07 -04:00
tcely
c89c4ec28e
Import the new functions 2025-06-02 10:07:35 -04:00
tcely
6c5b8e040b
Add copy_thumbnail and write_nfo functions 2025-06-02 10:04:27 -04:00
tcely
e0a2aa511e
Remove thumbnail and nfo logic from tasks 2025-06-02 09:05:22 -04:00
tcely
133d65a6c9
Prevent update-alternatives from doing the wrong thing 2025-06-01 13:04:18 -04:00
tcely
8b0d3ebd30
Set the EDITOR environment variable to use the alternatives group 2025-06-01 13:00:21 -04:00
tcely
c1e30b7751
Add the vim alternatives group 2025-06-01 12:57:21 -04:00
tcely
e5c19a2c47
Configure alternatives groups 2025-06-01 12:39:10 -04:00
tcely
a9214976e6
Remove the docker pull operations from info
Also, disabled the `docker push` step for tags.
2025-06-01 03:24:56 -04:00
tcely
89abf8f568
Add babi editor 2025-06-01 02:01:02 -04:00
tcely
1ac70a16a0
Enable editor in the container
For less than 3 MiB, I can have a modern editor that does enough of what `vim-nox` does that zi won't miss that.
2025-06-01 01:56:18 -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
tcely
78a57211b2
Unlock previously locked tasks when the consumer starts 2025-05-30 08:35:36 -04:00
tcely
479f36b7f1
Add and document logging settings 2025-05-30 08:29:58 -04:00
tcely
98df36a1fc
Fail the build rather than hiding the file that is in a lower layer 2025-05-30 02:18:01 -04:00
tcely
ea43d54021
fixup: values instead of items 2025-05-30 01:55:12 -04:00
tcely
33491edb9e
Only create /config for tests 2025-05-30 01:53:16 -04:00
tcely
f561de8140
Clean up any files created in Python 2025-05-30 01:34:10 -04:00
tcely
0b63d70fd7
Make directories before creating SQLite database 2025-05-30 01:29:52 -04:00
tcely
bd06c5b888
Add the rest of the /config sub-directories 2025-05-30 01:17:11 -04:00