Artem Dzhereleiko
487c0e4989
UI: Hot fix for color settings and digital gauge
2024-06-07 14:05:59 +03:00
Igor Kulikov
2500bb2e1c
Install SCADA symbols from data folder. UI: SCADA editor -> Add Zoom In/Out buttons, improve tooltips.
2024-06-06 17:26:41 +03:00
Vladyslav_Prykhodko
c7e62aaeb0
UI: Updated widget template for created new timeseries widget
2024-06-06 17:23:42 +03:00
rusikv
9eb4a8fbe6
UI: qr code: extended mobile app settings with default links, refactored badges, removed redundant apis
2024-06-06 13:25:23 +03:00
Artem Dzhereleiko
eabaaa59a1
UI: Refactoring
2024-06-05 15:31:39 +03:00
rusikv
99e712127e
UI: mob app qr code - added links to stores for badges
2024-06-05 11:25:49 +03:00
Viacheslav Klimov
9706ec0e13
Merge pull request #10919 from YevhenBondarenko/feature/gateway-device-rate-limits
...
added rate limits for the gateway device
2024-06-05 09:39:04 +03:00
Artem Dzhereleiko
edfe106580
UI: Add tenant id for interface
2024-06-04 14:00:56 +03:00
Igor Kulikov
3af88a8d9f
Merge with upstream/master
2024-06-04 13:45:34 +03:00
Artem Dzhereleiko
db774eacf9
UI: Fixed queue statistics
2024-06-04 13:18:18 +03:00
YevhenBondarenko
d2a9291e52
added rate limits for the gateway device
2024-06-03 15:16:32 +02:00
Artem Dzhereleiko
580000372a
UI: update link
2024-05-31 13:58:11 +03:00
Artem Dzhereleiko
b39b764a82
UI: merge and resolve conflict
2024-05-31 13:57:50 +03:00
Igor Kulikov
99cb27f8f9
Merge pull request #10838 from rusikv/enhancement/mobile-app-qr-code-improvements
...
[QR-code widget] - Styles improvements, added label limit
2024-05-31 13:32:19 +03:00
Igor Kulikov
4907df8ebd
Merge pull request #10816 from kalutkaz/fix/helpUrls
...
[Documentation] - Added "docPlatformPrefix" to URLs
2024-05-31 13:30:17 +03:00
Igor Kulikov
9e8fe8ad73
UI: SCADA symbol components refactoring.
2024-05-30 18:20:50 +03:00
rusikv
9844b44bc6
Merge remote-tracking branch 'upstream/master' into enhancement/mobile-app-qr-code-improvements
2024-05-30 11:35:08 +03:00
Vladyslav_Prykhodko
9b6e8cc821
UI: Improved colorUpdated in ColorProcessor
2024-05-29 18:12:01 +03:00
Vladyslav_Prykhodko
514a89d350
UI: Rename fromColorProcessingSettings to fromColorProcessorSettings
2024-05-29 18:01:42 +03:00
Vladyslav_Prykhodko
5ca5ce92f5
UI: Refactoring ColorProcessor fromSettings function
2024-05-29 17:57:37 +03:00
Vladyslav_Prykhodko
1d316b9db1
UI: Refactoring ColorProcessor added new method fromColorProcessingSettings
2024-05-29 17:49:38 +03:00
Vladyslav_Prykhodko
1d12ce1d4b
UI: change function name
2024-05-29 17:16:55 +03:00
Vladyslav_Prykhodko
004fbc1c6b
UI: Refactoring widget settings models
2024-05-29 16:59:54 +03:00
Vladyslav_Prykhodko
59066a3ef0
UI: Refactoring ColorProcessor and added to gauge bar used ColorProcessor
2024-05-29 15:04:34 +03:00
Igor Kulikov
a4504ad9ce
UI: SCADA symbol functions completers and highlights.
2024-05-28 16:49:18 +03:00
Vladyslav_Prykhodko
96aafa840f
UI: Change models and for advanced color telemetry subscribe
2024-05-28 11:54:54 +03:00
Vladyslav_Prykhodko
2bb170cdef
Merge branch 'AD/imp-widget/gauge/simple' of github.com:ArtemDzhereleiko/thingsboard into AD/imp-widget/gauge/simple]
2024-05-27 10:50:50 +03:00
Vladyslav Prykhodko
45fef6785a
Update constants.ts
2024-05-23 13:45:47 +03:00
Andrew Shvayka
9b9cd80d96
Merge pull request #10849 from thingsboard/relation_query_not_option
...
Relation query 'Not' option and redesign
2024-05-22 15:54:03 +03:00
Andrew Shvayka
78d5a57468
Merge pull request #10306 from rusikv/relation_query_not_option-ui
...
Relation query 'Not' option and redesign
2024-05-22 15:52:53 +03:00
Andrew Shvayka
337d8f0a95
Merge pull request #9830 from thingsboard/relation_query_not_option
...
[Feature Request] - Add "NOT" option in relation queries
2024-05-22 15:52:48 +03:00
Artem Dzhereleiko
94a8b58e2e
UI: Add rest api call reply node
2024-05-22 15:06:14 +03:00
Viacheslav Klimov
5809d014de
Queue option to duplicate msgs to all partitions ( #10815 )
...
* Queue config option to duplicate msgs to all partitions
* UI for queue config option to duplicate msgs to all partitions
* Fixes for msg duplication; add tests
* Introduce TbRuleEngineProducerService
* Use TbRuleEngineProducerService in TbClusterService
* Fix DefaultTbClusterServiceTest
* Add correlationId to TbMsg
* Refactor TbMsg
* Support msg duplication for all msg types
2024-05-22 12:11:32 +03:00
Artem Dzhereleiko
9e55fd391b
UI: refactoring
2024-05-21 14:43:28 +03:00
rusikv
1d9791afae
UI: mobile app qr code improvements
2024-05-21 13:46:31 +03:00
Artem Dzhereleiko
4d9ef2d3b2
UI: Add timeseries to color settings and update settings for digital neon and lcd gauge
2024-05-20 17:13:14 +03:00
Vladyslav_Prykhodko
4817070a10
UI: Improved helpLinks added docsPrefix
2024-05-20 16:21:50 +03:00
Vladyslav_Prykhodko
225acfa072
Merge branch 'fix/helpUrls' of github.com:kalutkaz/thingsboard into fix/helpUrls
2024-05-20 15:31:33 +03:00
kalytka
a98b2a1afc
Added docPlatformPrefix to help urls
2024-05-17 12:11:59 +03:00
rusikv
45ed484c2a
UI: mobile app qr code improvements, cleanup
2024-05-15 17:26:36 +03:00
rusikv
bb8be2705a
Merge remote-tracking branch 'upstream/master' into qrCode
2024-05-10 11:27:29 +03:00
Igor Kulikov
ecb11b6a3a
UI: SCADA symbol edit page.
2024-05-09 18:56:31 +03:00
Igor Kulikov
9e3f3429e8
Merge pull request #10600 from rusikv/feature/cell-click-action
...
Cell click action type
2024-05-08 15:32:10 +03:00
Vladyslav_Prykhodko
034ed6219b
Merge branch 'qrCode' of github.com:dashevchenko/thingsboard into qrCode
2024-05-07 17:16:27 +03:00
rusikv
953c215002
UI: added separate mobile qrcode widget to cards bundle
2024-05-07 11:08:39 +03:00
Vladyslav_Prykhodko
31276ddb42
UI: Refactor data aggregator to support time-series aggregation key processing in latest widgets
2024-05-06 13:59:11 +03:00
YevhenBondarenko
f432635800
merge with master
2024-05-06 08:37:32 +02:00
rusikv
28473f607b
Merge remote-tracking branch 'upstream/master' into feature/cell-click-action
2024-05-03 13:26:53 +03:00
Artem Dzhereleiko
c4cc2890b0
UI: merge and resolve conflict
2024-05-03 13:17:56 +03:00
Igor Kulikov
c1039f161e
Merge pull request #9624 from rusikv/enhancement/manage-layouts-mobile
...
Added ability to display dashboard right layout first in mobile view
2024-05-03 11:52:05 +03:00