13804 Commits

Author SHA1 Message Date
ViacheslavKlimov
6eea14bcf7 Add default subject to notification template, add 'enabled' option; refactoring 2023-01-12 13:58:19 +02:00
dashevchenko
e0dd0d9369 updated ThingsboardInstallService 2023-01-12 13:16:26 +02:00
Volodymyr Babak
09b41e1aef Notify edge in case assign entity to public customer 2023-01-12 12:56:52 +02:00
Vladyslav_Prykhodko
154aa30b4c UI: Refactoring notification center and added notification template 2023-01-12 12:38:03 +02:00
zbeacon
f9e1077bca Updated findSeverity method 2023-01-12 10:03:04 +02:00
devaskim
189ac480c9 Exclude specified subtypes from autocomplete widget. 2023-01-11 23:02:27 +05:00
Vladyslav
2bc5771472
Merge pull request #7925 from ArtemDzhereleiko/AD/notification-system/user-phone-number
Added phone number to user profile
2023-01-11 17:46:00 +02:00
dashevchenko
36b0e80a23 updated comment length 2023-01-11 17:43:08 +02:00
Artem Dzhereleiko
67a5725cf0 UI: Refactoring 2023-01-11 17:40:57 +02:00
dashevchenko
0eb51cb17d Added Noxss, Length validation for alarm comment, deleted ttl service for alarm comments, added comment creation for ack, clear, severity updated events, fixed tests. 2023-01-11 17:36:22 +02:00
Artem Dzhereleiko
57f88960f7 UI: Added phone number to user profile 2023-01-11 17:29:07 +02:00
Volodymyr Babak
59b4049560 Create public customer during edge sync and push to edge 2023-01-11 15:29:25 +02:00
ViacheslavKlimov
7524dd9258 Remove NotificationOriginatorType, use EntityType; refactor NotificationInfo 2023-01-11 15:18:22 +02:00
Volodymyr Babak
fa6d395ffa Edge - push public customer to edge 2023-01-11 15:04:01 +02:00
ViacheslavKlimov
38c9d5dcd8 Move delivery methods to notification template; refactoring 2023-01-11 14:58:18 +02:00
zbeacon
37bc889f11 Updated queries 2023-01-11 14:51:57 +02:00
ViacheslavKlimov
8c585fbd14 Add more trace logging 2023-01-11 14:30:10 +02:00
Seraphym-Tuhai
166c543faf add one more step in README.md 2023-01-11 13:24:30 +02:00
zbeacon
c99316976a Updated queries due to particle review 2023-01-11 13:20:20 +02:00
Volodymyr Babak
490c7a0793 Added class logging for fethers during sync 2023-01-11 12:40:21 +02:00
Andrii Shvaika
76082c7177 Version set to 3.5.0-SNAPSHOT 2023-01-10 17:24:26 +02:00
dashevchenko
d7d53a5c14 Merge remote-tracking branch 'upstream/develop/3.5' into alarmComments 2023-01-10 17:24:14 +02:00
Andrii Shvaika
e23fc18dc6 Merge remote-tracking branch 'origin/master' into develop/3.5 2023-01-10 17:04:35 +02:00
Volodymyr Babak
05a3366efd Relation Edge processor - do not ignore result of saveRelationAsync 2023-01-10 16:06:45 +02:00
Volodymyr Babak
bb5e36ba09 Improve stability of device profile edge test 2023-01-10 15:16:41 +02:00
Volodymyr Babak
7cc1a3f33b Improve logic to group latest by ts 2023-01-10 10:28:14 +02:00
Seraphym-Tuhai
788af91dc2 rm unused import 2023-01-09 19:28:31 +02:00
Seraphym-Tuhai
c7ac12115c small refactoring 2023-01-09 19:09:52 +02:00
dashevchenko
ed7cd2c255 Added Noxss annotations 2023-01-09 17:53:46 +02:00
ViacheslavKlimov
b7f4ed1e4b Add 'description' to notification target 2023-01-09 13:25:20 +02:00
ViacheslavKlimov
e2760372df Merge remote-tracking branch 'origin/feature/notification-system' into feature/notification-system 2023-01-09 13:09:08 +02:00
ViacheslavKlimov
8a12c63400 Add more logging; fix race condition in WS client 2023-01-09 13:08:15 +02:00
dashevchenko
0427425f83 Added email for AlarmCommentInfo 2023-01-09 13:06:55 +02:00
dashevchenko
d3a975770b Merge remote-tracking branch 'upstream/master' into alarmComments 2023-01-09 12:38:21 +02:00
Volodymyr Babak
d0847bb80a Added asset & device profiles default edge rule chain test. Added device & device profile software id and default dashboard id tests 2023-01-09 11:08:13 +02:00
ViacheslavKlimov
1ffc8107d5 Improvements for transports monitoring; remove UI healthchecker 2023-01-08 17:00:17 +02:00
ViacheslavKlimov
7eff0fc346 Merge remote-tracking branch 'origin/develop/3.5' into feature/monitoring-service 2023-01-08 15:02:48 +02:00
ViacheslavKlimov
5c5d683236 Add indexes for notification entities; refactoring 2023-01-08 13:42:43 +02:00
Vladyslav_Prykhodko
9051759ce8 UI: Add notification center and targets notification block 2023-01-06 19:28:12 +02:00
ViacheslavKlimov
1317a8aca9 Rename WebSocket delivery method to push-notification; refactoring 2023-01-06 18:34:35 +02:00
ViacheslavKlimov
654e61683a Improvements and refactoring 2023-01-06 17:50:34 +02:00
Seraphym-Tuhai
3d8059be9e add device profiles in suite 2023-01-06 17:29:25 +02:00
zbeacon
a657f9fcea Added getting assinment info to findAlarms methods 2023-01-06 12:24:34 +02:00
Seraphym-Tuhai
5eebe2e6ff add guide for run tests on built UI 2023-01-06 12:02:44 +02:00
Volodymyr Babak
ab924d6e13 Added default edge rule chain to asset/device profiles. Added propagation of software id to edge 2023-01-05 18:05:56 +02:00
Seraphym-Tuhai
eeffdb241a license:format 2023-01-05 15:08:13 +02:00
Artem Dzhereleiko
85afb5de2b UI: Fixed translation and gap for widget setting mobile mod 2023-01-05 14:41:18 +02:00
zbeacon
7a4a69d114 Merge remote-tracking branch 'upstream/develop/3.5' into feature-alarm-assigning 2023-01-05 14:09:10 +02:00
Seraphym-Tuhai
39fa491daf Merge branch 'master' of https://github.com/thingsboard/thingsboard into UITests_DeviseProfiles 2023-01-05 13:38:39 +02:00
Seraphym-Tuhai
eadc48efe4 add tests on delete several device profiles 2023-01-05 13:36:22 +02:00