Commit Graph

403 Commits (7e4afba7693e4e8933154cc2eac708d79a6a4e90)

Author SHA1 Message Date
jenkins ab22d470b5 Jenkins release build 1.8.4 2023-08-18 17:11:58 +02:00
jenkins 65ad9456dd Jenkins release build 1.8.3 2023-08-17 14:10:39 +02:00
jenkins 1e75df2782 Jenkins release build 1.8.2 2023-06-29 11:37:28 +02:00
Michael Zanetti 40efbb1ef4 Fix influx systemd env override not working with older systemd
Apparently the system unit file for influx is influxdb.service,
however, the symlinks in /etc differ and are named influxd.service.
While newer systemd versions seem to handle that properly, older ones
(debian buster) don't seem to pick up our config if it's named
like the symlink instead of the actual unit file
2023-06-19 12:20:35 +02:00
jenkins bb402e3127 Jenkins release build 1.8.1 2023-06-07 15:51:18 +02:00
jenkins df6a5ee0f3 Jenkins release build 1.8.0 2023-05-23 11:49:15 +02:00
Michael Zanetti c2e7d2bf0e Override influxdb defaults to
* only listen to localhost for security reasons
* don't print debug logs for every call
* don't use the _internal db
2023-05-22 16:08:51 +02:00
Michael Zanetti 4e509841b0 Rework the log engine to use influxdb instead of sql 2023-05-08 23:38:34 +02:00
jenkins a41b82afbe Jenkins release build 1.7.0 2023-02-21 17:43:48 +01:00
jenkins b409fbe3be Jenkins release build 1.6.3 2023-02-01 12:17:51 +01:00
jenkins 5ea0fbe156 Jenkins release build 1.6.2 2023-01-16 14:35:34 +01:00
jenkins d43b9dc737 Jenkins release build 1.6.1 2022-12-23 11:32:14 +01:00
jenkins deef044909 Jenkins release build 1.6.0 2022-12-13 21:05:09 +01:00
jenkins 8367f60886 Jenkins release build 1.5.1 2022-11-07 12:48:00 +01:00
jenkins 3af830e559 Jenkins release build 1.5.0 2022-10-25 02:37:19 +02:00
jenkins 1d5144fb66 Merge PR #582: Add API to configure the wired network 2022-10-25 02:37:13 +02:00
Michael Zanetti baab4ed8c6 Add API to configure the wired network 2022-10-06 13:41:30 +02:00
Simon Stürz 219bb4c620 Provide mock plugin with the test library, not with the tests. 2022-10-03 14:23:59 +02:00
jenkins b4e396fae9 Jenkins release build 1.4.1 2022-09-23 16:33:50 +02:00
jenkins 84163288b0 Jenkins release build 1.4.0 2022-08-26 12:58:14 +02:00
Michael Zanetti a8b02a4869 Add support for Z-Wave 2022-08-26 00:28:56 +02:00
Simon Stürz 3e1e7b5a01 Update nymea-tests and provide libnymea-tests as development package 2022-08-05 15:33:18 +02:00
Simon Stürz 13245e0e57 Add debian packages for libnymea-core 2022-07-26 10:08:05 +02:00
jenkins 5674ba7567 Jenkins release build 1.3.1 2022-07-11 15:35:08 +02:00
jenkins c5c9703247 Jenkins release build 1.3.0 2022-06-30 15:04:40 +02:00
jenkins d8c86c5767 Jenkins release build 1.2.0 2022-06-16 00:20:53 +02:00
jenkins 45081ad64e Jenkins release build 1.1.0 2022-05-03 23:27:19 +02:00
jenkins 4d16bba8ed Merge PR #519: Increase timeout for tests 2022-05-03 23:27:17 +02:00
Michael Zanetti 0ca6286c5f Increase timeout for tests 2022-04-23 22:25:25 +02:00
Michael Zanetti 9c5a6fadb6 Add rpath to nymead binary
This allows to run it from the build directory without having to
specify LD_LIBRARY_PATH.

This is particularly useul when working with parts that require
special capabilities such as the NetworkDiscovery, given that
setcap on a binary disables LD_LIBRARY_LATH loading for security
reasons.

Building the dpkg package, the rpath will not be added.
2022-04-13 13:24:46 +02:00
Jenkins nymea bb03d17c79 Jenkins release build 1.0.0 2022-03-27 19:49:49 +02:00
Jenkins nymea 10083c361b Merge PR #502: Remove apt.conf.d/99nymea also without purge option 2022-03-27 19:49:40 +02:00
Michael Zanetti 5ca212130a Fix the apt hook 2022-03-27 01:07:03 +01:00
Michael Zanetti e423063fe9 Remove apt.conf.d/99nymea also without purge option 2022-03-09 12:40:14 +01:00
Michael Zanetti ec22ec6268 Increase timeout for auto tests 2022-02-24 19:45:28 +01:00
Jenkins nymea 28d2f53261 Jenkins release build 0.30.0 2021-12-11 00:31:22 +01:00
Jenkins nymea becb5ea883 Merge PR #485: Fix dependency to libnymea-dev for nymea-sdk 2021-12-11 00:31:14 +01:00
Jenkins nymea bec0bd6d12 Merge PR #475: Change upgrade restart logic to also work on plugins and libs 2021-12-11 00:31:05 +01:00
Michael Zanetti b7331d25ec Fix dependency to libnymea-dev for nymea-sdk 2021-12-07 14:29:13 +01:00
Michael Zanetti e072084d23 0.30 2021-11-16 15:00:15 +01:00
Michael Zanetti 8ec5b4f464 Change upgrade restart logic to also work on plugins and libs 2021-11-11 01:41:20 +01:00
Jenkins nymea bd7205866f Jenkins release build 0.29.2 2021-11-02 17:18:10 +01:00
Jenkins nymea 249393241c Jenkins release build 0.29.1 2021-10-04 12:10:50 +02:00
Jenkins nymea db501eebc9 Merge PR #466: Bump nymea version to 0.29.1 2021-10-04 12:10:46 +02:00
Jenkins nymea 51c02e350a Merge PR #460: Make use of gpio classes from libnymea-gpio 2021-10-04 12:10:41 +02:00
Simon Stürz c4b0fa00ca Bump nymea version to 0.29.1 2021-10-04 11:21:58 +02:00
Jenkins nymea 432ca3f883 Jenkins release build 0.29.0 2021-09-06 09:05:11 +02:00
Simon Stürz f993b0b68e Make use of gpio classes from libnymea-gpio 2021-09-04 19:10:35 +02:00
Michael Zanetti 332f15267c Bump version to 0.29.0 2021-08-12 10:41:15 +02:00
Jenkins nymea 685450fdb3 Jenkins release build 0.28.1 2021-07-16 21:29:09 +02:00