Andrii Shvaika
|
774ac81fb0
|
Merge remote-tracking branch 'origin/master' into develop/3.5.2
|
3 years ago |
Andrii Shvaika
|
ca6095402f
|
Merge with master
|
3 years ago |
Andrew Shvayka
|
4630893ceb
|
Merge pull request #9094 from smatvienko-tb/feature/math_node_code_cleanup
TbMathNode code cleanup
|
3 years ago |
ViacheslavKlimov
|
d6739aa74d
|
Fix localization for microsoft-teams
|
3 years ago |
Sergey Matvienko
|
be928e8162
|
TbMathNode code cleanup
|
3 years ago |
Andrew Shvayka
|
65c5e3290c
|
Merge pull request #9086 from thingsboard/fix_bug_for_break
[fix_bug][3.5.2]tbel: add break to for, foreach
|
3 years ago |
Andrew Shvayka
|
a7eae9dbac
|
Merge pull request #8988 from thingsboard/feature/update-tenant-profile-isolation
Isolated processing improvements
|
3 years ago |
ViacheslavKlimov
|
8a023e9655
|
Merge with develop/3.5.2
|
3 years ago |
nick
|
a836b4eba4
|
tbel: add break to for, foreach, while, do, doUntil
|
3 years ago |
ViacheslavKlimov
|
d30f8a8352
|
Minor refactoring
|
3 years ago |
Igor Kulikov
|
965b526b7c
|
UI: Update aggregated value card config
|
3 years ago |
Igor Kulikov
|
1422558ac6
|
UI: Improve aggregated value card widget. Improve data key aggregation config form.
|
3 years ago |
imbeacon
|
45abd22b72
|
Reverted constant metadata, refactored update for device session context and metadata creation
|
3 years ago |
imbeacon
|
ababd11a5d
|
Changed type for isDeviceProfileMqttTransportType to avoid extra check for every message and added constant metadata object to avoid new object creation for every message
|
3 years ago |
Volodymyr Babak
|
378fc545de
|
Edge Attribute Request processing - added support of JSON attributes properly: use JSON type instead of String
|
3 years ago |
ViacheslavKlimov
|
46e0262419
|
Update profile isolation option description
|
3 years ago |
ViacheslavKlimov
|
916487105a
|
Update profile isolation option description
|
3 years ago |
Artem Dzhereleiko
|
62da933c2e
|
UI: Add style only for table widget
|
3 years ago |
ViacheslavKlimov
|
f6e816edb9
|
Add tests for rule chain importing
|
3 years ago |
ViacheslavKlimov
|
cc1c2094c9
|
Fix UUIDs in rule node config replaced with tenant id
|
3 years ago |
ViacheslavKlimov
|
7e57286667
|
Fix import order of asset profiles
|
3 years ago |
ViacheslavKlimov
|
b457c5d19f
|
Increase default timeouts for Version control
|
3 years ago |
imbeacon
|
6ae894702a
|
Merge remote-tracking branch 'upstream/develop/3.5.2' into customer-removing-alarm-unassign
|
3 years ago |
imbeacon
|
1ce4214b79
|
Added test for DeleteEntityEvent
|
3 years ago |
imbeacon
|
a6b4a20c63
|
Added test
|
3 years ago |
Andrii Landiak
|
e53ea0f20b
|
Merge remote-tracking branch 'upstream/develop/3.5.2' into feature/edge-tenant-sync
|
3 years ago |
Andrew Shvayka
|
21a55630f0
|
Merge pull request #9084 from smatvienko-tb/feature/math-node-sequential-non-blocking
Math node sequential non blocking
|
3 years ago |
Andrew Shvayka
|
140d19b9f7
|
Merge pull request #9087 from AndriiLandiak/feature/edge-entity-creation
Feature/entity creation on Edge
|
3 years ago |
Artem Dzhereleiko
|
f603e30cc0
|
UI: Merge and resolve conflict
|
3 years ago |
Vladyslav_Prykhodko
|
bd50d1a9ef
|
UI: Improved search in table, added eventEmits
|
3 years ago |
imbeacon
|
35b86999b1
|
Added timestamp to entity deleted event, to have correct assign ts in alarms after unassignment
|
3 years ago |
imbeacon
|
f722ad0757
|
Updated test with HouseKeeper service
|
3 years ago |
Andrii Landiak
|
06aa6d680a
|
Replace order of processUplinkMsg
|
3 years ago |
Andrii Landiak
|
5ee110b47e
|
Refactoring: process correct log warning, remove extra locks to process msg from edge
|
3 years ago |
imbeacon
|
4b8db9f37d
|
Refactored repository method for getting assigned alarms, added limitations, logs and adopted tests for event based model alarms unassigning on user removing
|
3 years ago |
Andrii Landiak
|
308674ddc7
|
Create entity on edge and send to cloud
|
3 years ago |
nick
|
9c57108a59
|
tbel: add break to for, foreach
|
3 years ago |
Sergey Matvienko
|
44ea477b7b
|
TbMathNode: refactored to act in non-blocking style. All messages go through queue by originator with single semaphore and never wait on tryAcquire. Test refactored to provide more details on how slaw and fast messages being submitted and processed
|
3 years ago |
imbeacon
|
19c5e50884
|
Updated due to comments
|
3 years ago |
Andrew Shvayka
|
18a617472a
|
Merge pull request #8793 from thingsboard/feature/account-notification-settings
User-level notification settings
|
3 years ago |
Igor Kulikov
|
943788f25e
|
UI: Aggregated value card
|
3 years ago |
ViacheslavKlimov
|
d8896fe9dd
|
Minor refactoring for user notification settings
|
3 years ago |
ViacheslavKlimov
|
97e9f43f65
|
Add createCondition to TbActorCtx
|
3 years ago |
YevhenBondarenko
|
1c17b00513
|
added alarm_types table
|
3 years ago |
Igor Kulikov
|
95f07b3994
|
Merge branch 'develop/3.5.2' into feature/basic-widget-config
|
3 years ago |
Igor Kulikov
|
ffe3acd92d
|
UI: Aggregated value card widget
|
3 years ago |
ViacheslavKlimov
|
b8a7c6a3cd
|
Don't init unneeded actors and consumers for dedicated Rule Engine
|
3 years ago |
Sergey Matvienko
|
16fdfc518d
|
TbMathNode: test added for concurrent calls by the same originator utilizing the whole rule-dispatcher pool. 1 failed. non-blocking implementation wanted; Additional refactoring: JUnit5 and mock init
|
3 years ago |
Sergey Matvienko
|
97ee45be24
|
TbMathNode: refactored for easier testing. Semaphores - WEAK reference type. calculateResult method - removed unused args.
|
3 years ago |
Andrew Shvayka
|
389d05a567
|
Merge pull request #8841 from YevhenBondarenko/fix/inactivity
fixed update inactivity timeout attribute
|
3 years ago |