5563 Commits

Author SHA1 Message Date
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
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
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
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
5c5d683236 Add indexes for notification entities; refactoring 2023-01-08 13:42:43 +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
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
zbeacon
7a4a69d114 Merge remote-tracking branch 'upstream/develop/3.5' into feature-alarm-assigning 2023-01-05 14:09:10 +02:00
zbeacon
5700fe630d Updated security check and tests 2023-01-05 11:35:46 +02:00
zbeacon
5677d61f4f Added returning alarm instead of alarmInfo for controllers and alarmState service 2023-01-04 12:50:43 +02:00
zbeacon
91b30f3ce7 Updated upgrade script 2023-01-04 11:14:06 +02:00
Volodymyr Babak
5ad3d905ae Replaced edge latest version to specific version 2023-01-04 11:11:28 +02:00
Volodymyr Babak
fd03d333bd Added CLOUD_RPC_PORT and CLOUD_RPC_SSL_ENABLED to the instructions docker-compose file 2023-01-04 10:53:42 +02:00
Volodymyr Babak
b87b74a27e Improved BASE_URL localhost initial text 2023-01-03 18:39:24 +02:00
Volodymyr Babak
995fdaa88b Updated localhost warning note title 2023-01-03 18:26:26 +02:00
Volodymyr Babak
21fd12920a Move localhost warning up 2023-01-03 18:21:41 +02:00
Volodymyr Babak
46f8ce990b Added getEdgeDockerInstallInstructions method to RestClient 2023-01-03 11:11:46 +02:00
Volodymyr Babak
2ff8c3f972 Set docker container version to latest 2023-01-03 10:03:51 +02:00
ViacheslavKlimov
141bd74113 Notification target and template api docs; improvements 2023-01-02 17:25:03 +02:00
Volodymyr Babak
a74971e56b Improved edge install instructions text. Fixed testGetEdgeInstallInstructions test 2022-12-30 18:04:13 +02:00
Volodymyr Babak
e74f03e5be EdgeControllerTest - code style fixes and IDEA warning fixes 2022-12-30 16:47:49 +02:00
Volodymyr Babak
8f112f763f Merge branch 'develop/3.5' of github.com:volodymyr-babak/thingsboard into edge-install-instructions 2022-12-30 16:44:48 +02:00
zbeacon
a812a88db1 Refactoring to keep EntityService 2022-12-30 12:51:45 +02:00
zbeacon
022aee36d0 Merge with develop/3.5 2022-12-29 20:49:58 +02:00
zbeacon
d9add9bdf8 Merge remote-tracking branch 'upstream/develop/3.5' into feature-alarm-assigning 2022-12-29 20:49:29 +02:00
Volodymyr Babak
2a492a3a15 Move firmware and device data check into update device credentials test 2022-12-28 16:07:49 +02:00
Volodymyr Babak
99a3e9769f Edge test - speed up test by moving firmware and device data check into separate method 2022-12-28 16:02:56 +02:00
Andrii Shvaika
831f11829c Merge with develop/3.5 2022-12-28 15:35:48 +02:00
Volodymyr Babak
785e5e2827 Merge branch 'develop/3.5' of github.com:thingsboard/thingsboard into edge/push-latest-values 2022-12-28 15:26:48 +02:00
Igor Kulikov
4c3154da4b Version set to 3.4.4-SNAPSHOT 2022-12-28 13:33:57 +02:00
Andrew Shvayka
93da604165
Merge pull request #7815 from volodymyr-babak/edge/rule-chain-fix
[3.4.4][Bug][Edge] Correctly set root rule chain on initial sync
2022-12-28 12:54:43 +02:00
Andrii Shvaika
0a0099207e Merge branch 'master' into develop/3.5 2022-12-28 12:30:52 +02:00
Volodymyr Babak
51a3620b11 Edge sync test - add check for rule chain msg is root 2022-12-27 18:22:28 +02:00
Volodymyr Babak
bcb1601e59 Set default edge root rule chain during creation 2022-12-27 18:09:34 +02:00
Volodymyr Babak
031706e1cf Added functionality to push latest timeseries values to edge on assing entities to edge 2022-12-27 16:53:26 +02:00
Volodymyr Babak
bcdda93de3 Improve logging of edge services and processors 2022-12-27 16:52:51 +02:00
Vladyslav_Prykhodko
8d238e5e35 Fixed call updated script for notification service 2022-12-27 14:34:43 +02:00
Andrii Shvaika
509da5dee4 Merge branch 'feature/notification-system' of github.com:ViacheslavKlimov/thingsboard into feature/notification-system 2022-12-27 13:07:55 +02:00