Commit History

Author SHA1 Message Date
  Fabian Peter Hammerle 2ec4624508 document release v1.1.0 9 months ago
  dependabot[bot] 9aca56cebf build(deps): bump docker/setup-qemu-action from 3.2.0 to 3.3.0 (#182) 9 months ago
  dependabot[bot] 21ae2d71af build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 (#185) 9 months ago
  Hanspeter Gosteli 85d150e3e9 Implement restart for units selected via --control-system-unit parameter (#180) 9 months ago
  dependabot[bot] 7e092e0627 build(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 (#183) 10 months ago
  dependabot[bot] c06cf7f42a build(deps-dev): bump pytest-asyncio from 0.25.1 to 0.25.2 (#184) 10 months ago
  Fabian Peter Hammerle 33e3a1ca97 add systemd user service config for autostart 10 months ago
  Fabian Peter Hammerle a15ebeb5a7 document release v1.0.0 10 months ago
  Fabian Peter Hammerle d1ccdda551 readme: remove outdated section on manual yaml config in home assistant 10 months ago
  Fabian Peter Hammerle 46e81a44e3 readme: insert config sections into usage section 10 months ago
  Fabian Peter Hammerle 341e65e5c6 readme: insert docker compose section into setup section 10 months ago
  Fabian Peter Hammerle 27d9d6f932 readme: move invocation from setup to usage section 10 months ago
  dependabot[bot] ea286685f7 build(deps-dev): bump pytest-asyncio from 0.25.0 to 0.25.1 (#176) 10 months ago
  Fabian Peter Hammerle a221836796 pipeline: fix container image name for dependabot 10 months ago
  Fabian Peter Hammerle 6971c111ef fix fatal `org.freedesktop.DBus.Error.InteractiveAuthorizationRequired` when attempting to lock sessions, suggest udev rule 10 months ago
  Fabian Peter Hammerle b0287212c0 _dbus.schedule_shutdown: fix suggested polkit rule when reboot fails 10 months ago
  Fabian Peter Hammerle 452940d251 suggest polkit rule when poweroff fails due to `org.freedesktop.DBus.Error.InteractiveAuthorizationRequired` 10 months ago
  Fabian Peter Hammerle c3f74a933b pipeline: create tags & labels for container image via docker/metadata-action 10 months ago
  Fabian Peter Hammerle 35821ca095 docker-compose: add example for `--monitor-system-unit` 10 months ago
  Fabian Peter Hammerle 53f0033606 pipeline: build container image for armv6 & arm64 (in addition to amd64 & armv7) & push to ghcr.io 10 months ago
  Fabian Peter Hammerle 6217841d47 add command-line option `--monitor-system-unit [unit_name]` enabling reports of systemd system units' ActiveState 10 months ago
  Fabian Peter Hammerle 7b19828678 refactor: move `systemctl_mqtt._dbus` to `systemctl_mqtt._dbus.login_manager` 10 months ago
  Fabian Peter Hammerle c3533ee752 add birth & last will message on topic `systemctl/[hostname]/status` 10 months ago
  Fabian Peter Hammerle 8f9c415ec4 migrate from paho-mqtt to its async wrapper aiomqtt & disable `retain` flag on topic `systemctl/[hostname]/preparing-for-shutdown` 10 months ago
  Fabian Peter Hammerle 4a4cc551d4 migrate to jeepney's asyncio integration (to prepare for migration from paho-mqtt to aiomqtt) 10 months ago
  Fabian Peter Hammerle ffac98894a refactor: make `_run` function async (to prepare for migration from paho-mqtt to aiomqtt) 10 months ago
  Fabian Peter Hammerle c82717f62f apparmor profile for docker container: grant permission to suspend 10 months ago
  Fabian Peter Hammerle 15ba7db0f4 change default log level from `debug` to `info` 10 months ago
  Fabian Peter Hammerle 2e71c55391 add command-line option `--log-level` 10 months ago
  Fabian Peter Hammerle 9566cf4e69 suspend when receiving message on topic `systemctl/[hostname]/suspend` 10 months ago