Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make a SoundPlayer interface so we can mock it in the tests | charles kerr | 2021-08-28 | 1 | -1/+6 |
| | | | | | | | | this requires an annoying amount of scaffolding: 1. implement gst and mock classes to implement the SoundPlayer interface 2. modify notifier to take a SoundPlayer argument in its ctor 3. modify service to take a Notifier argument in its ctor instead of instantiating it on its own 4. change main to update the startup steps for player/notifier/service | ||||
* | remove the '--replace' command line argument; process management will be ↵ | Charles Kerr | 2013-06-19 | 1 | -2/+1 |
| | | | | handled by Upstart | ||||
* | add the heart of the service | Charles Kerr | 2013-06-16 | 1 | -0/+79 |