Commit Graph

104 Commits (1.12.2)

Author SHA1 Message Date
jenkins 01e3ae5990 Jenkins release build 1.12.2 2025-10-29 12:27:22 +01:00
jenkins c87816127a Jenkins release build 1.12.1 2025-10-13 15:27:45 +02:00
jenkins ec9ab4365b Jenkins release build 1.12.0 2025-09-11 14:24:14 +02:00
Simon Stürz 8da18d8975 Add Qt6 debian packaging 2025-08-21 15:20:09 +02:00
Simon Stürz df77adc96d Add Qt6 support 2025-08-21 15:20:05 +02:00
jenkins 462007c3d7 Jenkins release build 1.11.1 2025-05-14 15:23:02 +02:00
jenkins 6661dd857e Jenkins release build 1.11.0 2025-02-05 21:33:55 +01:00
jenkins 8effee3192 Jenkins release build 1.10.0 2024-11-07 13:25:57 +01:00
jenkins fc96a90bb4 Jenkins release build 1.9.5 2024-10-21 17:09:08 +02:00
jenkins da981a2ddf Jenkins release build 1.9.4 2024-08-22 11:52:17 +02:00
Simon Stürz d368884236 Add debian copyright
Signed-off-by: Simon Stürz <simon.stuerz@nymea.io>
2024-08-21 08:30:55 +02:00
jenkins 1faf884fa9 Jenkins release build 1.9.3 2024-07-19 21:05:08 +02:00
Simon Stürz 5e7be78d77 Update debian packaging and compat level 2024-07-18 08:54:30 +02:00
jenkins 01ad38d474 Jenkins release build 1.9.2 2024-04-11 15:45:26 +02:00
jenkins ba455fb865 Jenkins release build 1.9.1 2024-01-29 12:21:55 +01:00
Simon Stürz 166823ab65 Add nymea-mqtt-tests package and add an option to not build the tests 2024-01-29 09:48:19 +01:00
jenkins 2c7f874dd1 Jenkins release build 1.9.0 2023-11-23 09:52:15 +01:00
jenkins 321fc8a96c Merge PR #25: Fix keepalive timeout being uninitialized in client and allow setting it 2023-11-23 09:52:15 +01:00
Michael Zanetti a8037d599d Fix keepalive timeout being uninitialized in client and allow setting it 2023-09-11 17:31:07 +02:00
jenkins f6a874391a Jenkins release build 1.8.4 2023-08-18 17:11:35 +02:00
jenkins 1cd8273c30 Jenkins release build 1.8.3 2023-08-17 14:10:16 +02:00
jenkins c0fd318b0e Jenkins release build 1.8.2 2023-06-28 09:47:22 +02:00
jenkins aaab9c183d Jenkins release build 1.8.1 2023-06-07 15:50:54 +02:00
jenkins cd4316a98a Jenkins release build 1.8.0 2023-05-05 11:15:47 +02:00
jenkins a55ecb55aa Jenkins release build 1.7.0 2023-02-21 17:42:52 +01:00
jenkins c150da3bc2 Jenkins release build 1.6.3 2023-02-01 12:17:26 +01:00
jenkins 5fa70328a8 Jenkins release build 1.6.2 2023-01-16 14:35:08 +01:00
jenkins c22cb46045 Jenkins release build 1.6.1 2022-12-23 11:31:50 +01:00
jenkins afed8ce427 Jenkins release build 1.6.0 2022-12-10 14:52:27 +01:00
Michael Zanetti c6d5364300 Fix a warning and improve debug print when a client times out
Old code would implicitly delete the client by the call to abort()
as well as scheduling a deleteLater() which caused a unexpeted
null receiver warning.
2022-11-23 17:36:59 +01:00
jenkins fe76cb2d4b Jenkins release build 1.5.1 2022-11-07 12:47:37 +01:00
jenkins 31cdcbd1da Jenkins release build 1.5.0 2022-10-17 11:20:11 +02:00
jenkins e5bd31014d Jenkins release build 1.4.1 2022-09-23 16:33:23 +02:00
jenkins 4768e3781d Jenkins release build 1.4.0 2022-08-09 23:02:52 +02:00
jenkins 8176d27dc3 Jenkins release build 1.3.1 2022-07-11 15:34:44 +02:00
jenkins 6071e3aaac Jenkins release build 1.3.0 2022-06-30 15:04:07 +02:00
jenkins ffde6cdf4b Merge PR #23: Improve the warning message when a client is rejected 2022-06-30 15:04:06 +02:00
Michael Zanetti 34c67c1d14 Improve the warning message when a client is rejected 2022-06-20 23:39:55 +02:00
jenkins ca45b6028e Jenkins release build 1.2.0 2022-06-07 19:42:56 +02:00
jenkins 3507067252 Merge PR #22: Add support for websocket connections 2022-06-07 19:42:55 +02:00
Michael Zanetti 665faca358 Add Support for websocket transport
This commit adds support for connecting via the websocket transport
protocol on both, client and server parts.
In addition, the standalone server implemention is more complete, allowing
to manage policies and server ports via command line arguments as well
as adding a command line client tool for subscribing to a broker and/or
publishing messages to it.
2022-06-03 14:59:07 +02:00
jenkins 112e1f1e62 Jenkins release build 1.1.0 2022-04-25 23:53:32 +02:00
jenkins 62c658c367 Merge PR #21: Enable generating a test-results.xml from dpkg builds 2022-04-25 23:53:32 +02:00
jenkins ddb907e668 Merge PR #20: Fix topci -> topic typo 2022-04-25 23:53:31 +02:00
jenkins 29889a11ff Merge PR #19: Fix tests 2022-04-25 23:53:29 +02:00
jenkins 2b81379d10 Merge PR #18: Add a unit test for the connected signal 2022-04-25 23:53:28 +02:00
Michael Zanetti e83667b76d Enable generating a test-results.xml from dpkg builds 2022-04-23 01:42:03 +02:00
Michael Zanetti 881bf26a47 Fix topci -> topic typo 2022-04-14 00:29:21 +02:00
Michael Zanetti 98382664b2 Fix tests
When running all tests in a row, the testRetain() test would
pollute subsequent tests by leaving a retained message on the
server. Fixed by extending to testRetain() test also test
clearing all retained messages at last.
2022-04-14 00:10:21 +02:00
Jenkins nymea c67071ff09 Jenkins release build 1.0.0 2022-03-10 12:33:55 +01:00