bronsen bronsen · he/him
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-28 23:45:55 +01:00
444839b8e6 have Textual handle log messages
dbd622ed9d make it so that Textual can start the app
Compare 2 commits »
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-26 18:53:54 +01:00
173d23addf [project] extract tui code into own module, also extraxt (db) models into their own module
d58ae7aad1 [project] extract low-level database functions into own module
f37e920e00 [project] add "run" recipe to start the app with fewer keystrokes
f52ac0e69f [deps] add natsort so we can sort in a more natural way
de9a8497d8 [deps] drop tortoise in favour of sqlmodel
Compare 6 commits »
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-10 00:08:00 +01:00
58764b1e92 [ci] install uv into venv, have uv handle the rest
b71844ae5f [project] determine version by hand (in pyproject.toml)
de9342cdb0 [ci] reduce matrix size until we figure out how to run tests
Compare 3 commits »
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-09 23:50:43 +01:00
dd98759a04 [ci] can we get uv involved this way?
625dccf9b2 [ci] remove comment
Compare 2 commits »
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-09 23:45:27 +01:00
e50f243cbf [ci] and now we are back to before when we had -e . in requirements.txt
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-09 23:43:26 +01:00
4d85dc4254 [ci] quieten down pip install; install project into venv
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-09 23:39:19 +01:00
ccece213a3 [deps] this seems a better to export dependencies
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-09 23:31:44 +01:00
5609470af2 [ci] perhaps /bin/sh prefers . over source
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-09 23:30:42 +01:00
d440e0417b [deps] exclude editable installs from exported requirements
8a160c1c82 [ci] tro to execute pytest in a venv
Compare 2 commits »
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-09 22:58:18 +01:00
7eeb4799db [deps] update dependencies
e5edc0b0b3 configure ruff
0e77d9691e some more recipes: set up, clean up, ...
da8e4ee47b add recipes for observing the app's console
ed8919cf38 explicitly define just's default recipe (we chose "--list")
Compare 9 commits »
bronsen pushed tag v0.2.0 to infuanfu/teilchensammler-cli 2025-12-08 18:54:08 +01:00
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-08 18:52:59 +01:00
4e776f5a51 [deps] update dependencies
05fad3432e [git] keep all the sqlite files off of version control
59d668ba9c [models] move Models into their own module
221062ead5 [models] make it so tortoise runs inside textual's async loop thing
Compare 4 commits »
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-05 18:41:36 +01:00
df845c41f3 Revert "[deps] move ruff into special group because we can't build it on CI"
a8c4a36fd1 [ci] deactivate tests for now
Compare 2 commits »
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-05 18:18:42 +01:00
46b2a90869 [deps] move ruff into special group because we can't build it on CI
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-05 18:11:51 +01:00
6a5d798236 [ci] perhaps uv can update/install its own venv by itself?
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-05 18:09:11 +01:00
f987274222 [ci] perhaps it's in this orga?
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-05 18:08:22 +01:00
0ca9cabd0d [ci] try uv again from a different docker registry
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-05 17:59:23 +01:00
b4b5cdcc10 chore(dependencies): upgrade dependencies and export them
0c294c46e4 [ci] forego uv in favour of plain python venv
Compare 2 commits »
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-05 17:49:59 +01:00
18c3af8939 [ci] perhaps we cannot use :latest AND a specific python version
bronsen pushed to main at infuanfu/teilchensammler-cli 2025-12-05 17:44:40 +01:00
686e3e8a6f [ci] don't use variables in workflow