11406 Commits

Author SHA1 Message Date
Volodymyr Babak
cbcf6192d8 Edge device test - disconnect mqtt client 2022-10-27 17:32:25 +03:00
Volodymyr Babak
0389513b40 Improved edge rpc session logging 2022-10-27 17:13:36 +03:00
Volodymyr Babak
b13ec070cf Refactored telemetry edge processor to reuse in whitelabeling processor 2022-10-27 15:50:09 +03:00
Volodymyr Babak
60998c6f6b Double check for scope - use SERVER_SCOPE if not set 2022-10-27 15:26:07 +03:00
Volodymyr Babak
3a7cc56c88 Fixed edge telemetry stability test 2022-10-27 12:03:33 +03:00
Volodymyr Babak
8fdeecdf07 Fixed incorrect api usage count by customer. Fixed duplciate ATTRIBUTE_UPDATE events 2022-10-26 18:21:19 +03:00
Volodymyr Babak
03bc439bb9 Cancel general process if sync process started 2022-10-25 16:22:31 +03:00
Volodymyr Babak
7a2bd5dfad Organize imports 2022-10-24 18:34:07 +03:00
Volodymyr Babak
546b477c34 Attemp to send downlink 10 times max in case edge connected - discard all other attempts and ack failed messages 2022-10-24 18:32:22 +03:00
Volodymyr Babak
0936e4922b Remove duplicated autogenerated code coverage 2022-10-21 12:22:44 +03:00
Volodymyr Babak
9d60fc6ac7 Updated asset edge test to check asset profiles 2022-10-21 12:07:55 +03:00
Volodymyr Babak
47a8e6b60f Merge remote-tracking branch 'upstream/master' into feature/edge-multi-customers 2022-10-20 20:55:21 +03:00
Andrew Shvayka
9d23c91137
Merge pull request #7403 from ViacheslavKlimov/feature/remote-js-executor-improvements
[3.4.2] Improvements for remote JS executor
2022-10-20 11:37:00 +03:00
Volodymyr Babak
5950d8f7d0 Updated log text 2022-10-20 11:25:05 +03:00
Volodymyr Babak
d20379f36e Fixed customer contorller test. Revert customer service impl 2022-10-19 18:01:19 +03:00
Volodymyr Babak
014bb909d4 Fixed edge assign to customer processor 2022-10-19 17:43:52 +03:00
Volodymyr Babak
7d90988058 Added full or partial sync 2022-10-19 12:42:09 +03:00
Volodymyr Babak
cfd471fe4a CE edge - single customer 2022-10-18 19:22:14 +03:00
Volodymyr Babak
f46276b9fe Fixed Edge controller test 2022-10-13 13:01:30 +03:00
Volodymyr Babak
ef91b66b6a Added default dashboard id to asset profile 2022-10-13 10:46:28 +03:00
ViacheslavKlimov
2d262146ad Remote JS executor to work with tb-node of previous version 2022-10-12 19:18:34 +03:00
Volodymyr Babak
cc4029120a Merge remote-tracking branch 'upstream/master' into feature/edge-multi-customers 2022-10-12 17:34:32 +03:00
Volodymyr Babak
35d6716b70 Removed device profiles devices request 2022-10-12 17:13:00 +03:00
Volodymyr Babak
0b8abd579f Removed incorrect imports 2022-10-12 14:48:34 +03:00
Volodymyr Babak
b9fb24cf70 Removed asset profiles request msg 2022-10-12 13:26:36 +03:00
Volodymyr Babak
ee378b6170 Added propagation of asset and device profiles to cloud in case of entity created event 2022-10-12 13:07:20 +03:00
Andrew Shvayka
d7aa2e5660
Merge pull request #7214 from volodymyr-babak/bug/edge-shared-attr-subs
[3.4.2][Bug] Notify devices in case shared attribute updates from edge
2022-10-12 12:36:59 +03:00
Andrew Shvayka
b7c188e681
Merge pull request #7093 from volodymyr-babak/bug/edge-sync-cluster
[3.4.2][Bug] Edge sync functionality - added cluster support
2022-10-12 12:31:56 +03:00
Volodymyr Babak
89272a21cf Merge remote-tracking branch 'upstream/master' into bug/edge-shared-attr-subs 2022-10-12 12:31:55 +03:00
Andrew Shvayka
740192b23c
Merge pull request #7371 from ViacheslavKlimov/feature/audit-logs-partitioning-ttl
[3.4.2] TTL and table partitioning for audit logs
2022-10-12 12:29:15 +03:00
Volodymyr Babak
35288bbfe8 Removed required=false. Renamed test name 2022-10-12 12:27:22 +03:00
Volodymyr Babak
2ed85cb294 Tell edge events with normal priority. Updated sync request timeout to 20 seconds 2022-10-12 12:21:18 +03:00
ViacheslavKlimov
d2f67d33d1 Minor refactoring for AuditLogsCleanUpService and SqlPartitioningRepository 2022-10-12 10:12:29 +03:00
Volodymyr Babak
6cfdedeaa1 Default queue name is optional 2022-10-12 08:44:29 +03:00
Andrew Shvayka
0816e51640
Merge pull request #7402 from YevhenBondarenko/feature/pkg-upgrade-version
[3.4.2] Update package update version for tb docker images
2022-10-11 18:12:00 +03:00
Andrew Shvayka
2b41f06e2d
Merge pull request #7385 from ViacheslavKlimov/fix/audit-log-validation
[3.4.2] Additional validation for AuditLog entities
2022-10-11 18:09:33 +03:00
Volodymyr Babak
c491b3a787 Minor code clean up to be in sync with PE 2022-10-11 12:52:37 +03:00
ViacheslavKlimov
831332be7b Use hash of tenant id and body when resolving script for remote JS executor 2022-10-11 12:01:55 +03:00
YevhenBondarenko
cdd55ed170 Update package update version for tb docker images 2022-10-11 09:54:53 +02:00
Volodymyr Babak
6ecec3eefa Refactored abstract edge test 2022-10-10 16:41:23 +03:00
ViacheslavKlimov
100868d8e2 Merge remote-tracking branch 'origin/master' into feature/remote-js-executor-improvements 2022-10-10 16:02:53 +03:00
Volodymyr Babak
dd1effafc4 Do not send delete notification if related edges empty. Minor code refactoring 2022-10-10 14:32:19 +03:00
Volodymyr Babak
366583cc0a Merge remote-tracking branch 'upstream/master' into feature/edge-multi-customers 2022-10-07 23:19:28 +03:00
Volodymyr Babak
9879b8bcc2 Changes to be in sync with PE 2022-10-07 21:40:46 +03:00
Igor Kulikov
65438c64e7 UI: add popover component to wiget context 2022-10-07 19:33:18 +03:00
Andrew Shvayka
990a50391e
Merge pull request #7350 from ViacheslavKlimov/fix/js-invoke-service-limits
[3.4.2] Limits for JS script body, input args and invocation result size
2022-10-07 17:26:03 +03:00
Volodymyr Babak
1beb4fd136 Changes to be in sync with PE version 2022-10-07 16:33:18 +03:00
Volodymyr Babak
f5a7a0dd3b Updated test to be in sync with PE 2022-10-07 15:57:20 +03:00
ViacheslavKlimov
7aab188d0c Do not send script body to remote JS executor on each invoke request 2022-10-06 19:29:26 +03:00
ViacheslavKlimov
caea6aa27b Save audit log with entity name replaced if it is malformed 2022-10-06 13:48:06 +03:00