Igor Kulikov
|
72db906fef
|
Merge branch 'develop/3.5.2' into feature/basic-widget-config
|
3 years ago |
Igor Kulikov
|
afd51946bb
|
UI: Update default aggregated value card config.
|
3 years ago |
Igor Kulikov
|
b7b34da831
|
UI: Auto-switch to edit mode for empty dashboard. Navigate to dashboard page right after adding dashboard. Implement aggregated value card advanced settings form.
|
3 years ago |
Andrii Shvaika
|
58f54bade7
|
Merge branch 'develop/3.5.2' of github.com:thingsboard/thingsboard into develop/3.5.2
|
3 years ago |
Andrii Shvaika
|
c3d8546d9d
|
Merge with open-source
|
3 years ago |
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 |
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 |
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 |
ViacheslavKlimov
|
46e0262419
|
Update profile isolation option description
|
3 years ago |
ViacheslavKlimov
|
916487105a
|
Update profile isolation option description
|
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 |
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 |
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 |
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 |
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 |
Andrew Shvayka
|
111fb0b472
|
Merge pull request #9065 from ShvaykaD/feature/add-internal-type-to-tb-msg
Added internalType field to TbMsg to have the ability to use switch-cases instead of if-return blocks.
|
3 years ago |
Andrew Shvayka
|
55c338d45d
|
Merge pull request #9078 from smatvienko-tb/feature/notifications-unread-sql-index
[3.5.2] Notification unread counter query speedup
|
3 years ago |
Sergey Matvienko
|
3f2578b6d0
|
JpaNotificationDao: JavaDoc added for countUnreadByRecipientId for the reference to the idx_notification_recipient_id_unread
|
3 years ago |
Sergey Matvienko
|
a8f5602036
|
SQL partial index added idx_notification_recipient_id_unread for cheap and fast notification count on UI
|
3 years ago |
ViacheslavKlimov
|
ce06ea10ca
|
Use user settings api instead of additionalInfo
|
3 years ago |
Igor Kulikov
|
01bda92cab
|
Merge pull request #9037 from rusikv/feature/alarm-bulk-clear-ack
Added selection to alarms table for bulk acknowledgement and clearing
|
3 years ago |
Igor Kulikov
|
6ea888d143
|
Merge pull request #8880 from kalutkaz/filterRuleNode_CE
Updated components that using in enrichment/filter rule nodes
|
3 years ago |
Igor Kulikov
|
5f39e743ec
|
Update form.scss
|
3 years ago |
Andrii Shvaika
|
344ffb2e0b
|
Merge with master
|
3 years ago |
ShvaykaD
|
a90653d660
|
refactored to parameterized test
|
3 years ago |
ShvaykaD
|
14ad1df873
|
refactoring of test base
|
3 years ago |
ShvaykaD
|
928962898e
|
PROD-2339: fix getFeatureType method to handle RPC server-side response over DTLS
|
3 years ago |
Andrew Shvayka
|
c978ed6748
|
Merge pull request #9073 from ShvaykaD/bugfix/feature-type-handling-for-coap-dtls
fix CoAP over DTLS feature type handling for server-side rpc response
|
3 years ago |
ViacheslavKlimov
|
6751820e0a
|
Dedicated Rule Engines for tenant profile
|
3 years ago |
ShvaykaD
|
c5ff8b4229
|
refactored to parameterized test
|
3 years ago |
ShvaykaD
|
f647fca59c
|
refactoring of test base
|
3 years ago |