Commit Graph
8 Commits
Author SHA1 Message Date
Markus Graf 64947deeb1 fix: use append (>>) instead of overwrite (>) for cron logs and add missing dependencies
- Fixed api/schema.py to generate cron jobs using '>> wecker.log' so logs aren't truncated.
- Added test_bugfix_default_command_uses_append_for_logs in tests/test_api.py to prevent regression.
- Added RPi.GPIO and pygame to pyproject.toml via 'uv add' to fix ModuleNotFoundError in cron jobs.
- Updated README.md to reflect that system python packages are no longer needed.
2026-05-11 22:08:57 +02:00
Markus Graf ff79224560 feat: make command parameter optional in set_alarm mutation 2026-05-11 15:05:29 +02:00
Markus Graf 1a9bcd7158 docs: update README with systemd instructions and tailscale ip 2026-05-09 22:24:51 +02:00
Markus Graf 90001675ce docs: update README with graphql api documentation and uv setup 2026-05-09 22:18:43 +02:00
Markus Graf a00a79ff86 docs: move author section to bottom of README 2026-05-01 07:36:11 +02:00
Markus Graf 0c9108686b docs: document ALSA audio error fix for cron and update agent instructions 2026-05-01 07:33:25 +02:00
Markus Graf dd4b3367b0 docs: Add cronjob setup instructions to README 2026-04-30 13:41:40 +02:00
Markus Graf f44e0c5fdb Initial commit: Add smart arcade button alarm clock 2026-04-30 13:32:32 +02:00