18172 Commits

Author SHA1 Message Date
Igor Kulikov
95ac620977 Merge branch 'master' into feature/time-series-comparison 2024-04-11 18:42:18 +03:00
Igor Kulikov
d62875db98 Merge branch 'master' of github.com:thingsboard/thingsboard 2024-04-11 18:41:23 +03:00
Igor Kulikov
69e38fe372 Fix API annotations 2024-04-11 18:41:10 +03:00
Viacheslav Klimov
c667764233
Merge pull request #10534 from dskarzh/swagger-required-deprecation
Replace usages of deprecated `@Schema(required = ...)` with `@Schema(requiredMode = ...)`
2024-04-11 18:15:48 +03:00
Igor Kulikov
ae44dac850 Merge branch 'master' into feature/time-series-comparison 2024-04-11 17:52:53 +03:00
Igor Kulikov
ce44bbc248 Merge with hotfix/3.6.3 2024-04-11 17:52:26 +03:00
Andrii Landiak
c4ba6411c8 Add optional to int64 idMsg, idLsb for NotificationMsg 2024-04-11 17:33:03 +03:00
Andrii Landiak
fed295017d Improve NotificationMsgConstructorImpl 2024-04-11 17:31:51 +03:00
Andrii Landiak
e8c238e5a6 Add NotificationEdgeTest 2024-04-11 17:30:05 +03:00
ViacheslavKlimov
9064bfaa76 Delete tenant entities in batches with id offset 2024-04-11 17:18:47 +03:00
nick
0a16214af5 fix bug: lwm2m tests dif Port Comments 2 2024-04-11 16:34:23 +03:00
Igor Kulikov
4a41d4af1b Merge branch 'hotfix/3.6.3' of github.com:thingsboard/thingsboard into hotfix/3.6.3 2024-04-11 16:13:11 +03:00
Igor Kulikov
0f259cf357 Update pkg.updateVersion to 3.6.4 2024-04-11 16:13:00 +03:00
Igor Kulikov
651a9b2731
Merge pull request #10544 from thingsboard/3.6.4-upgrade
3.6.4 upgrade script
2024-04-11 16:08:07 +03:00
Andrew Shvayka
0bec132f8a
Merge pull request #10539 from ShvaykaD/bugfix/claim-device-flaky-tests
Fixed claim device flaky tests
2024-04-11 16:06:30 +03:00
ViacheslavKlimov
6c592a249e 3.6.3 to 3.6.4 upgrade script 2024-04-11 15:57:06 +03:00
Andrii Landiak
5191143c3f Provide support for Notification to Edge 2024-04-11 15:50:57 +03:00
ViacheslavKlimov
feb629f2c2 Alarms deletion in batches with id offset 2024-04-11 14:07:35 +03:00
Igor Kulikov
3e527f2634 UI: Implement comparison support for new time series charts. 2024-04-11 13:53:00 +03:00
ShvaykaD
211226e230 added fix for mqttv5 test 2024-04-11 13:40:49 +03:00
Volodymyr Babak
41c967be80
Merge pull request #10540 from volodymyr-babak/hotfix/3.6.3
Set edge client version to 3.6.4
2024-04-11 13:33:14 +03:00
Volodymyr Babak
2d1a3a9b05 Set edge client version to 3.6.4 2024-04-11 13:28:47 +03:00
ShvaykaD
faf172bdb2 fixed claim device flaky tests 2024-04-11 13:11:28 +03:00
nick
934287a380 fix bug: lwm2m tests dif Port Comments 1 2024-04-11 12:25:44 +03:00
ViacheslavKlimov
49a76cad5a Housekeeper: disabled task types; refactoring 2024-04-11 11:53:32 +03:00
nick
6ea06fecd8 fix bug: lwm2m tests dif Port 5 2024-04-11 06:53:45 +03:00
Igor Kulikov
18178b5243
Merge pull request #10535 from thingsboard/feature/state-chart
State chart widget
2024-04-10 18:34:13 +03:00
Igor Kulikov
decd12565e UI: State chart - not filter data on data zoom. 2024-04-10 18:14:53 +03:00
nick
6c3c9f99b9 fix bug: lwm2m tests dif Port 4 2024-04-10 17:18:15 +03:00
Dmytro Skarzhynets
5c7ad51641 Replace usages of deprecated @Schema(required = ...) with @Schema(requiredMode = ...) 2024-04-10 17:17:24 +03:00
nick
d876fc8bfe fix bug: lwm2m tests dif Port 3 2024-04-10 17:14:45 +03:00
Viacheslav Klimov
4d8a816f74
Merge pull request #10532 from dskarzh/create-alarm-node-tests-refactor
Create alarm node tests: refactor existing and add new
2024-04-10 16:54:17 +03:00
nick
d2d68faee7 fix bug: lwm2m tests dif Port 2024-04-10 16:51:51 +03:00
Igor Kulikov
77d2552d6d Merge branch 'master' into feature/state-chart 2024-04-10 16:24:08 +03:00
Igor Kulikov
dde2a55d3d UI: Implement new version of State chart widget based on Echarts. 2024-04-10 16:23:22 +03:00
Dmytro Skarzhynets
b43a90d1df Separate create alarm node tests from clear alarm node tests, refactor existing and add more create alarm node tests 2024-04-10 15:24:58 +03:00
nick
2b334ecbff msa: lwm2m tests add NoSec Psk (3) 2024-04-10 15:15:44 +03:00
nick
6b0aead10b msa: lwm2m tests add NoSec Psk (2) 2024-04-10 15:12:02 +03:00
nick
c37b406795 msa: lwm2m tests add NoSec Psk 2024-04-10 14:57:12 +03:00
Viacheslav Klimov
4044649c9c
Merge pull request #10414 from irynamatveieva/fix-error-msg-problem-extrenal-id
Fixed error message with external id when saving rule chain.
2024-04-10 13:25:23 +03:00
Viacheslav Klimov
80ec3609de
Merge pull request #10355 from irynamatveieva/improve-script-node
Changed the logic to be able to find the last IN event despite its order in the debug records.
2024-04-10 13:19:55 +03:00
Viacheslav Klimov
756bac5135
Merge pull request #10522 from AndriiLandiak/fix/edge-3.7
Edge refactoring: using java 17
2024-04-10 11:50:38 +03:00
IrynaMatveieva
864b862fc7 used Optional.ofNullable 2024-04-10 10:56:34 +03:00
Andrii Landiak
d041faae89 Micro refactoring: using java 17 2024-04-09 15:42:54 +03:00
IrynaMatveieva
d152e0b24b moved tests to RuleChainServiceTest class 2024-04-09 15:18:47 +03:00
IrynaMatveieva
bb77d4edd7 Merge branch 'improve-script-node' of github.com:irynamatveieva/thingsboard into improve-script-node 2024-04-09 15:00:21 +03:00
IrynaMatveieva
c4ad105f73 used Optional.ofNullable instead of explicitly checking for null 2024-04-09 14:56:34 +03:00
Viacheslav Klimov
19c2c5e955
Merge pull request #10300 from irynamatveieva/fix-calculate-delta-rule-node
Added property to ignore delta in output messages if it is zero
2024-04-09 13:13:14 +03:00
Viacheslav Klimov
9cc0e9da7c
Merge pull request #10349 from irynamatveieva/feature/mqtt-node
MQTT node: added ability to send string without quotes.
2024-04-09 13:08:00 +03:00
ViacheslavKlimov
00f8fd2c35 Merge remote-tracking branch 'origin/master' into feature/housekeeper 2024-04-09 12:08:53 +03:00