16954 Commits

Author SHA1 Message Date
Andrii Landiak
43e6a40290 Send alarm comment without rule node pushToEdge 2024-01-15 15:51:05 +02:00
Andrew Shvayka
d8073cdce4
Merge pull request #9990 from thingsboard/feature/grouping-interval-types
New types of the grouping intervals: WEEK, WEEK_ISO, MONTH, QUARTER
2024-01-15 13:40:58 +02:00
Andrii Shvaika
e9d86fc918 Test for the precise interval end 2024-01-15 13:38:15 +02:00
YevhenBondarenko
107a343b4d added tests 2024-01-15 00:06:05 +01:00
Igor Kulikov
0bf213be7d UI: Improve range chart and bar chart axis pointers. 2024-01-12 18:29:24 +02:00
YevhenBondarenko
bdc2fe4ee6 fixed unnecessary device actor init on rule-engine 2024-01-12 17:19:33 +01:00
Igor Kulikov
d2ba3d2d84 UI: Calculate correct interval length for echarts axis pointer. 2024-01-12 18:03:40 +02:00
Andrew Shvayka
0d77e4f897
Merge pull request #9989 from dskarzh/feature/last-activity-time-granularity
Move getCurrentTimeMillis() to abstract class
2024-01-12 16:26:38 +02:00
rusikv
f77711ec5a UI: disabled originartor column details page links in alarms table for entities that can not have alarm 2024-01-12 16:23:54 +02:00
Igor Kulikov
d677f7c790 UI: Fix realtime timewindow calculation for quick interval. 2024-01-12 16:23:24 +02:00
Igor Kulikov
f7a13aca07 Merge branch 'feature/grouping-interval-types' of github.com:thingsboard/thingsboard into feature/grouping-interval-types 2024-01-12 15:04:18 +02:00
Igor Kulikov
56792bba97 UI: Introduce new aggregation intervals. Improve data intervals processing and aggregation. 2024-01-12 15:04:05 +02:00
Andrew Shvayka
8e4dd9c216
Merge pull request #9988 from thingsboard/fix/recalculate-partitions
Improvements and fixes for partitions recalculation
2024-01-12 14:33:29 +02:00
Andrew Shvayka
201c2a994e
Merge pull request #9940 from AndriiLandiak/fix/edge-msg-push-node-improvement
Edge - optimization: eliminate duplicate type checks in TbMsgPushNode
2024-01-12 14:29:53 +02:00
Andrew Shvayka
9e1c6a8818
Merge pull request #9947 from ArtemDzhereleiko/AD/feature/queue-in-rule-node
Added queue for rule node
2024-01-12 14:21:40 +02:00
Dmytro Skarzhynets
8690e92266 Move getCurrentTimeMillis() to abstract class and changed access modified to protected 2024-01-12 14:09:23 +02:00
ViacheslavKlimov
8e126e57dc Refactoring and fixes for partitions recalculation 2024-01-12 13:46:19 +02:00
Andrew Shvayka
ace6ce9c28
Merge pull request #9987 from thingsboard/feature/last-activity-time-granularity
Last activity time granularity
2024-01-12 13:30:45 +02:00
Andrew Shvayka
a0a435d7ba
Merge pull request #9982 from dskarzh/feature/last-activity-time-granularity
Move activity-related logic to abstract class
2024-01-12 13:29:37 +02:00
Andrew Shvayka
e65135da74
Merge pull request #9979 from dashevchenko/widgetTypeByFqnHidden
Hidden "/widgetType?fqn" from swagger doc
2024-01-12 13:24:27 +02:00
Dmytro Skarzhynets
8acbf85e9f Fix license 2024-01-11 19:10:58 +02:00
Dmytro Skarzhynets
d23411f8d2 Refactor: move activity-related logic in transport to abstract TransportActivityManager. DefaultTransportService now extends TransportActivityManager. 2024-01-11 19:09:59 +02:00
Andrew Shvayka
bd441c7897
Merge pull request #9980 from dskarzh/last-activity-time-granularity
Activity managers for integrations and transports: configurable activity reporting granularity and strategies
2024-01-11 17:46:58 +02:00
Dmytro Skarzhynets
1a0ea09dea Add missed import during cherry picking 2024-01-11 16:42:29 +02:00
Dmytro Skarzhynets
4bbe23f9c3 Fix license 2024-01-11 16:36:18 +02:00
Dmytro Skarzhynets
563debe421 Fix license 2024-01-11 16:33:35 +02:00
Dmytro Skarzhynets
91ec67dd99 Add tests for onReportingPeriodEnd() in integration activity manager 2024-01-11 16:33:00 +02:00
Dmytro Skarzhynets
a31bd5e2c5 Add tests for onActivity() in integration activity manager, add concurrency fix in onActivity() 2024-01-11 16:32:46 +02:00
Dmytro Skarzhynets
47c72fb4e5 Refactor: remove explicit init method from activity manager interface 2024-01-11 16:31:49 +02:00
Dmytro Skarzhynets
a5c06ec70d Refactor: strategy creation, hide implementation details from clients 2024-01-11 16:31:25 +02:00
Dmytro Skarzhynets
07b8140b77 Remove missed comment 2024-01-11 16:31:04 +02:00
Dmytro Skarzhynets
f42ea79726 Additional improvements during testing and add tests for transport activity manager 2024-01-11 16:30:53 +02:00
Dmytro Skarzhynets
76fec46720 Minor refactoring and tests for integration activity manager 2024-01-11 16:30:24 +02:00
Dmytro Skarzhynets
8124192441 Refactor first activity strategy and add tests for all strategies 2024-01-11 16:29:57 +02:00
Dmytro Skarzhynets
315202d9df Fixes after manual testing 2024-01-11 16:29:37 +02:00
Dmytro Skarzhynets
7431233f5d [WIP] Reimplemented activity management 2024-01-11 16:29:14 +02:00
Dmytro Skarzhynets
f93a49be6d [WIP] Refactoring after review 2024-01-11 16:28:54 +02:00
Dmytro Skarzhynets
cfdceb9ae0 Change activity manager names, remove activity after iteration on period end 2024-01-11 16:28:18 +02:00
Dmytro Skarzhynets
02c14c33ea Add @TbCoreComponent and @TbTransportComponent 2024-01-11 16:28:05 +02:00
Dmytro Skarzhynets
6d15bf82df Polishing after review 2024-01-11 16:27:50 +02:00
Dmytro Skarzhynets
8b3ad49ed8 Change default reporting strategy for transports to last to be backward compatible 2024-01-11 16:26:56 +02:00
Dmytro Skarzhynets
64ccad0ed2 Fix typo 2024-01-11 16:26:46 +02:00
Dmytro Skarzhynets
84c22dc4a3 Add 'all' reporting strategy for integrations 2024-01-11 16:25:56 +02:00
Dmytro Skarzhynets
614f9d0ca3 Change transport reporting strategy to be backward compatible 2024-01-11 16:25:38 +02:00
Dmytro Skarzhynets
22073936e0 Add logging 2024-01-11 16:25:26 +02:00
Dmytro Skarzhynets
a941deaef9 [WIP] Refactor transport activity managers. Add telemetry TTL for device state. 2024-01-11 16:24:55 +02:00
Dmytro Skarzhynets
c3556eba7d [WIP] Refactor abstract and integration activity managers 2024-01-11 16:24:25 +02:00
Dmytro Skarzhynets
2ca1f71998 [WIP] Migrate to using spring beans, add properties to yaml 2024-01-11 16:23:59 +02:00
Dmytro Skarzhynets
3461f6ae61 [WIP] Implemented three activity strategies for integration service 2024-01-11 16:20:56 +02:00
Dmytro Skarzhynets
114d2c3c1c [WIP] Initial implementation 2024-01-11 16:19:34 +02:00