417 Commits

Author SHA1 Message Date
jenkins
318da58f45 Merge PR #670: Add systemd notify support 2024-12-20 13:39:01 +01:00
jenkins
4fe03a10ea Jenkins release build 1.9.5 2024-10-29 07:16:46 +01:00
jenkins
36adad329f Jenkins release build 1.9.4 2024-10-01 16:53:59 +02:00
Simon Stürz
24c2967eaa Update debian copyright 2024-08-14 08:36:55 +02:00
jenkins
c0532a64ea Jenkins release build 1.9.3 2024-07-19 21:05:43 +02:00
Simon Stürz
9b786c04d5 Update debian packaging and compat level 2024-06-11 12:05:49 +02:00
jenkins
f81b85764b Jenkins release build 1.9.2 2024-05-15 08:18:12 +02:00
Simon Stürz
982a89c19e Update dependency for Ubuntu noble 2024-05-15 08:17:10 +02:00
Simon Stürz
bad240025d Add systemd notify support 2024-03-26 08:43:12 +01:00
jenkins
cb9607498e Jenkins release build 1.9.1 2024-01-29 12:22:29 +01:00
jenkins
17189a6582 Merge PR #666: Update install directory for tests 2024-01-29 12:22:28 +01:00
Simon Stürz
1a1b268421 Update install directory for tests 2024-01-29 09:55:41 +01:00
Simon Stürz
37d9dca254 Allow to build nymead using custom version independent from dpkg 2024-01-24 17:35:18 +01:00
jenkins
a3be47b815 Jenkins release build 1.9.0 2023-11-29 14:13:40 +01:00
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