dashevchenko
eab633632a
added cache for TBResourceInfo
2023-06-28 11:35:54 +03:00
ShvaykaD
3478b020ef
merge with develop/3.5.2
2023-06-27 19:26:28 +03:00
ViacheslavKlimov
d0cbf4efd1
Add acknowledged and cleared properties to AlarmNotificationInfo
2023-06-27 17:14:33 +03:00
Volodymyr Babak
4a0ff8b968
Edge event seq ( #82 )
...
* edge event - added seq id auto generated column to fix issue with concurrent write of multiple edge events with the same created time
* kotlin Pair replaced by springframework class
* Handle cases when seq_id column started new cycle
* Added check for null in case entity was deleted
* GeneralEdgeEventFetched - sort order by seqId and not created time
* Edge event table - added migration script to add seq_id column
* Code review updates to be in sync with PE
* Improved handling cases when edge_event.seqId started new cycle
* Edge event table - seq_id column make to be cycled
* Improved handling of cases when seq_id column of edge_event table started new cycle
* Improved stability by properly handling exceptions
2023-06-27 15:42:23 +03:00
ShvaykaD
a3c0850277
added tests for TbCheckAlarmStatusNode && TbMsgTypeFilterNodeTest && TbOriginatorTypeFilterNodeTest && replaced SessionMsgType && refactoring
2023-06-23 19:00:25 +03:00
Andrii Shvaika
0acabf65dc
Merge with master
2023-06-23 18:58:32 +03:00
Volodymyr Babak
371cab26d2
HotFix - fixed init of rule chains - init only on APP_INIT msg
2023-06-22 16:37:03 +03:00
Andrii Shvaika
7dcebed624
Ability to force ack for external nodes
2023-06-22 15:59:36 +03:00
Andrii Shvaika
649898566c
Add unrecoverable initialization error for actors. Fix timeouts on missing rule chain id in the rule chain input node
2023-06-21 19:05:42 +03:00
dashevchenko
66623a2be2
refactoring
2023-06-21 18:37:27 +03:00
dashevchenko
11cb696d5c
added conroller method to retrieve list of commands to publish telemetry
2023-06-21 16:04:23 +03:00
ShvaykaD
22874e8a65
filter nodes && added TbMsgType enum
2023-06-19 17:55:39 +03:00
nickAS21
d9c028f566
tbel: add Tests - long, float, double (syntax)
2023-06-19 17:41:28 +03:00
nickAS21
6894ffb8a9
tbel: add Tests - long, float, double
2023-06-19 17:38:41 +03:00
nickAS21
35dfa1e7bd
tbel: add parseLong Test
2023-06-16 18:57:20 +03:00
YevhenBondarenko
aa28b276d2
added recalculetePartitions delay for node restart
2023-06-16 15:40:29 +02:00
nickAS21
f15d84e44a
tbel: add parseHexToLong, Float, Double
2023-06-15 19:20:50 +03:00
nickAS21
59dfb4f4e1
tbel: refactoring prepareBytesToNumber
2023-06-15 17:02:34 +03:00
nickAS21
b79176f3b8
tbel: add parseLong
...
parseHexToLong
parseBytesToLong
toFixed (float.class)
2023-06-15 16:50:31 +03:00
nickAS21
6d0b16e41c
tbel: add parseBytesToDouble
2023-06-14 18:56:36 +03:00
nickAS21
50d3a6d925
tbel: add parseBytesToFloat
2023-06-14 13:10:52 +03:00
Andrew Shvayka
7258c5de73
Merge pull request #8702 from thingsboard/feature/exceeded-rate-limits-notifications
...
Notifications about exceeded rate limits
2023-06-13 17:40:45 +03:00
Andrii Shvaika
4abf7ccd5a
Merge with master
2023-06-13 17:18:32 +03:00
ViacheslavKlimov
0bd7f74c47
Fix issues
2023-06-13 14:12:54 +03:00
ViacheslavKlimov
f98eee5407
Merge branch 'develop/3.5.2' into feature/exceeded-rate-limits-notifications
...
# Conflicts:
# application/src/main/java/org/thingsboard/server/install/ThingsboardInstallService.java
# application/src/main/resources/thingsboard.yml
# application/src/test/java/org/thingsboard/server/service/notification/NotificationRuleApiTest.java
# dao/src/main/java/org/thingsboard/server/dao/notification/DefaultNotifications.java
# ui-ngx/src/app/modules/common/modules-map.ts
2023-06-13 13:49:51 +03:00
Andrew Shvayka
7d31d25aa0
Merge pull request #8729 from thingsboard/fixes/notification-system
...
Notifications deduplication improvements
2023-06-13 12:25:07 +03:00
nickAS21
6d69c9b213
fix_bug_switch: add CompileException2
2023-06-13 11:39:48 +03:00
Andrii Shvaika
997b915905
Merge with develop/3.5.2
2023-06-13 11:30:29 +03:00
ViacheslavKlimov
39d7498c59
Merge branch 'develop/3.5.2' into fixes/notification-system
2023-06-12 21:37:21 +03:00
nickAS21
7f0c5f219b
fix_bug_switch: add CompileException
2023-06-12 19:00:59 +03:00
Andrew Shvayka
e556afb511
Merge pull request #8731 from ShvaykaD/bugfix/PROD-2116
...
fixed NPE in Flow output node when it used after split array msg node
2023-06-12 18:01:08 +03:00
ShvaykaD
a5de29c1f4
code readability fix
2023-06-12 15:50:49 +03:00
ShvaykaD
e5a2712d89
changed logic to ack msg if stack is null
2023-06-12 13:53:10 +03:00
Andrew Shvayka
dd900dafba
Merge pull request #8713 from ShvaykaD/feature/rpc-response-handling-improvements
...
RPC queue stuck issue on response handling for undelivered rpc && logging improvements
2023-06-12 13:42:59 +03:00
Andrew Shvayka
e30cf55988
Merge pull request #8723 from dashevchenko/mailConfigTemplates
...
Mail config templates, oauth2 protocol for mail server
2023-06-09 16:05:43 +03:00
nickAS21
a85d0b6129
fix_bug_switch: add validation to tbel
2023-06-09 15:13:33 +03:00
ShvaykaD
f191357b90
fixed NPE in Flow output node when it used after split array msg node
2023-06-09 14:32:58 +03:00
ViacheslavKlimov
93e8770023
Don't write to cache on each deduplication
2023-06-08 18:28:57 +03:00
ViacheslavKlimov
b77078c24e
Notifications deduplication improvements
2023-06-08 18:15:56 +03:00
Andrii Shvaika
d34a65eada
Resources access for Customer Users
2023-06-08 17:44:20 +03:00
YevhenBondarenko
9dd10b0b75
fixed Iterator already obtained
2023-06-08 15:51:10 +02:00
Andrii Shvaika
1b15e78985
Merge branch 'resourcesByType' of github.com:dashevchenko/thingsboard into develop/3.5.2
2023-06-08 16:37:10 +03:00
YevhenBondarenko
23d204e4d6
added new default root cert for azure iot
2023-06-08 11:53:00 +02:00
dashevchenko
a85f5b4330
added initial implementation
2023-06-08 12:30:35 +03:00
ShvaykaD
8b5fe7845b
Merge branch 'develop/3.5.2' of github.com:thingsboard/thingsboard into feature/rpc-response-handling-improvements
2023-06-07 16:02:45 +03:00
Andrii Shvaika
aa6a136ef8
Merge remote-tracking branch 'origin/fixes/notification-system' into develop/3.5.2
2023-06-07 16:02:30 +03:00
Vladyslav_Prykhodko
2be9a1e1c3
Merge remote-tracking branch 'upstream/develop/3.5.2' into dashevchenko-resourcesByType
2023-06-07 15:40:44 +03:00
dashevchenko
87786ef72d
refactoring
2023-06-07 15:27:44 +03:00
Andrew Shvayka
7bb8f8732c
Merge pull request #8682 from AndriiLandiak/feature/redis-sentinel
...
[3.5.2] Redis Sentinel support
2023-06-07 15:24:18 +03:00
ShvaykaD
138128d837
added more logs to RPC processing logic in MQTT and CoAP transports
2023-06-07 15:18:45 +03:00