Commit Graph

89 Commits

Author SHA1 Message Date
cn c036ea0f73 module: support Go 1.12 2019-02-26 12:50:56 +01:00
cn 73a9fdf0d4 module: adjust to less noisy schedule for digest dependencies and rebase stale PRs in renovate 2019-02-22 22:40:07 +01:00
renovate[bot] 8f918ce825 module: update github.com/muka/go-bluetooth commit hash to d9e43e1
Update github.com/muka/go-bluetooth commit hash to d9e43e1 (#18)
2019-02-22 22:39:37 +01:00
renovate[bot] 3b8614e9b4 module: update github.com/muka/go-bluetooth commit hash to d9e43e1
Update github.com/muka/go-bluetooth commit hash to d9e43e1 (#18)
2019-02-22 22:30:35 +01:00
renovate[bot] aa4d9c0044 module: update module mattn/go-isatty to v0.0.5
Update module mattn/go-isatty to v0.0.5 (#22)
2019-02-22 22:19:09 +01:00
renovate[bot] b8bdbf2643 module: update module mattn/go-colorable to v0.1.1
Update module mattn/go-colorable to v0.1.1 (#21)
2019-02-22 21:53:33 +01:00
renovate[bot] 2d6c4db1d2 module: update github.com/muka/ble commit hash to c598225
Update github.com/muka/ble commit hash to c598225 (#19)
2019-02-08 09:33:11 +01:00
renovate[bot] fad9f951ec module: update github.com/muka/go-bluetooth commit hash to 510f85f
Update github.com/muka/go-bluetooth commit hash to 510f85f (#17)
2019-02-06 18:07:55 +01:00
renovate[bot] 88c3052751 module: update github.com/muka/go-bluetooth commit hash to 048fce4
Update github.com/muka/go-bluetooth commit hash to 048fce4 (#16)
2019-02-04 12:51:54 +01:00
renovate[bot] bf21c4f0ab module: update github.com/coreos/go-systemd commit hash to 081494f
Update github.com/coreos/go-systemd commit hash to 081494f (#15)
2019-02-04 12:51:32 +01:00
renovate[bot] 362aca19f3 module: update module mattn/go-colorable to v0.1.0
Update module mattn/go-colorable to v0.1.0 (#14)
2019-02-04 08:37:33 +01:00
cn d970deddb7 module: add license information 2019-01-25 12:59:30 +01:00
cn 6e08af6fa0 module: fix ignore of golang.org/x/net in renovate 2019-01-25 12:48:56 +01:00
cn 4f265b76a8 module: add release instructions and script
Using https://github.com/buildkite/github-release
2019-01-25 10:41:47 +01:00
cn 1addfc0bc3 module: ignore golang.org/x/net in renovate, align commit message 2019-01-25 09:20:11 +01:00
renovate[bot] 89ed89f966 module: update github.com/muka/go-bluetooth commit hash to a5ba83c
update github.com/muka/go-bluetooth commit hash to a5ba83c (#10)
2019-01-23 12:43:24 +01:00
renovate[bot] ed4299be9c module: update golang.org/x/net commit hash to 915654e
update golang.org/x/net commit hash to 915654e (#8)
2019-01-13 15:21:25 +01:00
renovate[bot] ab71d3c904 module: update golang.org/x/net commit hash to 1a61f44
update golang.org/x/net commit hash to 1a61f44 (#7)
2019-01-07 20:50:56 +01:00
renovate[bot] 924ec7505c module: update module stretchr/testify to v1.3.0
update module stretchr/testify to v1.3.0 (#6)
2019-01-05 22:26:03 +01:00
renovate[bot] 8d4f43d7ac module: update module sirupsen/logrus to v1.3.0
update module sirupsen/logrus to v1.3.0 (#5)
2019-01-05 17:00:11 +01:00
renovate[bot] ad37e36b58 module: update module pkg/errors to v0.8.1
Update module pkg/errors to v0.8.1 (#4)
2019-01-05 11:15:56 +01:00
cn 72dfaa8ed2 miflorad: add support for influx MQTT message format in addition to graphite 2019-01-02 14:13:51 +01:00
cn 0cd41a924d common: fix typo in test 2019-01-02 14:13:51 +01:00
cn c2be27f2d8 miflorad: introduce metric struct to separate metrics collection and formatting 2019-01-02 14:13:46 +01:00
cn dbb1dccc77 module: fix Makefile target names 2018-12-25 22:21:51 +01:00
cn 1ac4c23696 module: enable PIE and RELRO binary protections in go build 2018-12-25 22:16:17 +01:00
cn 327712a9c3 miflorad: add MQTT sending via paho 2018-12-23 23:16:16 +01:00
cn 5be4ac1a6c miflorad: add version 2018-12-23 12:35:33 +01:00
cn 5be425040d common: remove unneeded ble.Profile parameter from ble impl 2018-12-22 13:56:49 +01:00
cn f7f951e2a1 miflorad: add draft daemon implementation, no network submission yet 2018-12-22 13:56:49 +01:00
cn c66b3d2f75 munin-miflora: refactor helper into common, add RSSI and timing metrics 2018-12-22 13:56:49 +01:00
cn 3b4627f988 module: disable cgo for easier cross-compiling 2018-12-22 13:56:49 +01:00
cn 4c348f2044 munin-miflora: enrich underlying library errors with current operation using wrapping 2018-12-22 13:56:49 +01:00
cn c96878c22c module: add tests for common package 2018-12-22 13:56:49 +01:00
cn e75c04785a munin-miflora: refactor into two implementations using go-ble and gatt libraries, have common package 2018-12-22 13:56:49 +01:00
renovate[bot] 51bb5a93c5 module: setup renovate
Add renovate.json (#1)
2018-12-22 13:56:49 +01:00
cn d419347dd3 module: setup Travis CI 2018-12-22 13:56:45 +01:00
cn 2a0e220b8e module: setup project structure, document and add utilities 2018-12-22 13:12:14 +01:00
Jan Graichen c1c348db75 WIP 2018-11-26 21:03:12 +01:00