IrynaMatveieva
|
ada9f8b7eb
|
added tests for save to custom table node
|
2024-04-16 15:40:34 +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
|
ce44bbc248
|
Merge with hotfix/3.6.3
|
2024-04-11 17:52:26 +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 |
|
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 |
|
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 |
|
Dmytro Skarzhynets
|
5c7ad51641
|
Replace usages of deprecated @Schema(required = ...) with @Schema(requiredMode = ...)
|
2024-04-10 17:17:24 +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 |
|
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 |
|
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 |
|
Andrew Shvayka
|
b164eea623
|
Merge pull request #10499 from AndriiLandiak/improve-entity-data-query
Entity Data Query: improvement
|
2024-04-09 11:04:06 +03:00 |
|
Andrew Shvayka
|
7eb825dc3b
|
Merge pull request #10472 from thingsboard/fix/event-sourcing
Fix tenant creation
|
2024-04-09 11:01:35 +03:00 |
|
Andrew Shvayka
|
e7f68e3b08
|
Merge pull request #10420 from thingsboard/fix/mobile-notifications
Improvements for mobile notifications
|
2024-04-09 10:59:37 +03:00 |
|
Viacheslav Klimov
|
9fe5784fd2
|
Merge pull request #10515 from dashevchenko/attributeScopeInMetadataFix
Attribute scope was missed for rule engine message metadata
|
2024-04-09 10:37:32 +03:00 |
|
IrynaMatveieva
|
4c984dc82c
|
removed unnecessary method creation
|
2024-04-08 17:51:16 +03:00 |
|
Andrew Shvayka
|
ca222bbb84
|
Merge pull request #10512 from thingsboard/fix/californium-3-11
Californium 3.11; tests fixes
|
2024-04-08 16:43:36 +03:00 |
|
dashevchenko
|
140f8dc489
|
attribute scope is prepared correctly for rule engine message metadata
|
2024-04-08 16:21:35 +03:00 |
|
ViacheslavKlimov
|
641008c262
|
onClick action from mobile notification center
|
2024-04-08 14:00:00 +03:00 |
|
Viacheslav Klimov
|
c0fabe5efb
|
Merge pull request #10462 from thingsboard/fix_bug_californium_3_11
fix_bug_lwm2m_coap_californium_3_11_0
|
2024-04-08 12:20:51 +03:00 |
|
Viacheslav Klimov
|
ae2533162e
|
Merge branch 'master' into fix_bug_californium_3_11
|
2024-04-05 16:24:37 +03:00 |
|
Andrii Landiak
|
9e1c195e59
|
Fix comment
|
2024-04-04 16:06:21 +03:00 |
|
Andrii Landiak
|
0252ab851a
|
Micro improvement: fix logic for filteringKeys containsAll latestValues && entityFields. Improve test
|
2024-04-04 16:00:19 +03:00 |
|
Andrii Landiak
|
74fed02b8b
|
Set edgeVersion to 3.7.0
|
2024-04-04 14:27:46 +03:00 |
|
Andrii Landiak
|
2fced834fd
|
Improvement to entity data query: add optimization, add fetching by 1024 max
|
2024-04-04 14:25:08 +03:00 |
|
Andrii Shvaika
|
a88b1ef349
|
Merge hotfix/3.6.3 to master
|
2024-04-04 12:56:17 +03:00 |
|
Andrii Shvaika
|
d5cdd2b13d
|
Merge branch 'master' of github.com:thingsboard/thingsboard
|
2024-04-04 12:46:10 +03:00 |
|
Andrew Shvayka
|
96cdb82e1f
|
Merge pull request #9930 from smatvienko-tb/feature/haproxy-rate-limits
HAproxy rate and connection limits (images api included)
|
2024-04-04 12:45:19 +03:00 |
|
Andrew Shvayka
|
05dcbeae15
|
Merge pull request #10452 from smatvienko-tb/feature/nashorn-memory-limit
Nashorn js executor sandbox memory limit
|
2024-04-04 12:42:29 +03:00 |
|
Andrew Shvayka
|
7480035556
|
Merge pull request #10332 from zzzeebra/feature/validator-optimization
[3.7] Validator performance optimization
|
2024-04-04 12:37:51 +03:00 |
|