14418 Commits

Author SHA1 Message Date
dashevchenko
eab633632a added cache for TBResourceInfo 2023-06-28 11:35:54 +03:00
Igor Kulikov
0d661ba6cc UI: Timeseries table config improvement 2023-06-27 18:53:34 +03:00
Igor Kulikov
987d41f329 UI: Timeseries table basic config 2023-06-27 18:17:15 +03:00
nickAS21
1cb74577d5 swagger_device_controller: refactoring fix bug example request - X509, MQTT_BASIC 2023-06-27 18:09:21 +03:00
nickAS21
7ff353a4d9 swagger_device_controller: fix bug example request - X509, MQTT_BASIC 2023-06-27 17:54:02 +03:00
Vladyslav_Prykhodko
c870e03eb2 UI: Hide alarm style in notification when alarm cleared 2023-06-27 17:36:20 +03:00
Chantsova Ekaterina
bb59a50b60 UI: fixed loading widget data for 'previous quarter' and 'previous half year' timewindow intervals 2023-06-27 17:23:45 +03:00
ViacheslavKlimov
d0cbf4efd1 Add acknowledged and cleared properties to AlarmNotificationInfo 2023-06-27 17:14:33 +03:00
Artem Dzhereleiko
9fceba291c UI: Fixed display columns without sources 2023-06-27 15:59:48 +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
Artem Dzhereleiko
5cee7e7d7f UI: Fixed width clear alarm rule section 2023-06-27 13:56:59 +03:00
deaflynx
5ca63db71e Fix for PROD-2207. Display decimal values in Analog gauge widgets. 2023-06-27 12:06:52 +03:00
nickAS21
2986700795 swugger_device_controller: fix bug example request - AccessToken, Lwm2m_RPK 2023-06-26 17:44:18 +03:00
Artem Dzhereleiko
bd3bce7827 UI: Add z-index for selected rule node 2023-06-26 14:34:20 +03:00
Artem Dzhereleiko
3e2b52b500 UI: refactoring style 2023-06-26 13:09:37 +03:00
Artem Dzhereleiko
961e34a44a UI: refactoring 2023-06-26 12:48:40 +03:00
Artem Dzhereleiko
e442ce6e1b UI: Refactoring 2023-06-26 12:46:25 +03:00
Artem Dzhereleiko
da7a1be532 UI: Refactoring 2023-06-26 12:03:30 +03:00
Igor Kulikov
97831351a0 Merge branch 'develop/3.5.2' into feature/basic-widget-config 2023-06-24 13:35:59 +03:00
Igor Kulikov
1edd2cbaf0 UI: Display confirm on exit when editing dashboard. 2023-06-24 13:35:02 +03:00
Igor Kulikov
9af871e451 UI: Entities table basic widget config 2023-06-24 12:48:28 +03:00
Andrii Shvaika
0acabf65dc Merge with master 2023-06-23 18:58:32 +03:00
Chantsova Ekaterina
dc348098bc UI: fixed dashboard state selection in toolbar on mobile view 2023-06-23 13:18:20 +03:00
Artem Dzhereleiko
319e7fd09d UI: refactoring 2023-06-23 13:09:44 +03:00
Artem Dzhereleiko
06849452f4 UI: Added icon for rule chain selector 2023-06-23 13:08: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
Andrew Shvayka
b14459dd9b
Merge pull request #8756 from thingsboard/tbel_byte_to_float_double
tbel: add parseBytesToFloat
2023-06-22 12:19:30 +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
Igor Kulikov
1ec37d7685 UI: Improve data keys config. Fix datasource type processing. 2023-06-20 18:52:13 +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
Artem Dzhereleiko
a599059955 UI: Fixed notify again dialog with template 2023-06-19 13:31:04 +03:00
nickAS21
35dfa1e7bd tbel: add parseLong Test 2023-06-16 18:57:20 +03: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
Andrew Shvayka
6b8cbbd3c9
Merge pull request #8745 from ArtemDzhereleiko/AD/bug-fix/mail-server-oauth2
Fixed oauth2 mail server settings
2023-06-15 12:59:10 +03:00
nickAS21
6d0b16e41c tbel: add parseBytesToDouble 2023-06-14 18:56:36 +03:00
Andrew Shvayka
1a910934ee
Merge pull request #8759 from kalutkaz/enrichmentRuleNode
Updated enrichment rule nodes UI
2023-06-14 17:47:30 +03:00
kalytka
d7c3f1647a Updated enrichment rule nodes UI 2023-06-14 14:57:16 +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
405548d44a
Merge pull request #8733 from thingsboard/fix_bug_switch_tbel
[FIX_BUG][3.5.1] switch: add validation to tbel
2023-06-13 12:26:08 +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
Andrew Shvayka
7fa9be1a68
Merge pull request #8634 from thingsboard/feature/rule-nodes-versioning
Rule Node Versioning + Improvements
2023-06-13 12:14:02 +03:00
Artem Dzhereleiko
7ac6eac802 UI: Fixed oauth2 mail server settings 2023-06-13 12:13:51 +03:00