Artem Babak
|
1b9552033b
|
Fixed UI on Edge's tab Attributes with blocked Client Attributes
|
2020-10-21 12:30:26 +03:00 |
|
Artem Babak
|
7a9ca169a2
|
Fetch Edge Rule Chains with this.route.url.includes('edges')
|
2020-10-21 10:34:52 +03:00 |
|
Artem Babak
|
74b150b384
|
Added getCustomerEdgeInfos() implementation
|
2020-10-21 05:40:25 +03:00 |
|
Artem Babak
|
f1b58a9df1
|
Fixed and refactored customer edges
|
2020-10-20 12:04:13 +03:00 |
|
Artem Babak
|
716ed83d8e
|
Fixed defaulEdgeRuleChains
|
2020-10-20 10:31:14 +03:00 |
|
Artem Babak
|
9cd0c45950
|
Fixed defaulEdgeRuleChains
|
2020-10-20 07:24:27 +03:00 |
|
Artem Babak
|
e393f3b51d
|
Fixed Rule Chains page: openRuleChain(). Refactored getRuleNodeComponents()
|
2020-10-19 12:37:47 +03:00 |
|
Artem Babak
|
84a0604c08
|
Added getEdgesRuleChains(), type: ruleChainType.core
|
2020-10-18 11:15:11 +03:00 |
|
Artem Babak
|
b1c4c30317
|
Fixed fetchEdgeRuleChains. Added Downlink
|
2020-10-18 06:32:43 +03:00 |
|
Artem Babak
|
acfb6de884
|
Added Edge edgeLicenseKey and cloudEndpoint
|
2020-10-16 18:26:22 +03:00 |
|
Volodymyr Babak
|
dd780d05df
|
Merge remote-tracking branch 'origin/master' into feature/3.0-edge
|
2020-10-12 12:00:54 +03:00 |
|
Igor Kulikov
|
40e13cceb8
|
Merge branch 'master' of github.com:thingsboard/thingsboard
|
2020-10-08 13:25:17 +03:00 |
|
Igor Kulikov
|
dfbc3c3e2d
|
Fix nav tree component - run callbacks in angular zone
|
2020-10-08 13:25:01 +03:00 |
|
Vladyslav_Prykhodko
|
8dfc287342
|
Added device profile rule node UI settings
|
2020-10-08 13:05:05 +03:00 |
|
Igor Kulikov
|
305ec3067e
|
Update angular version
|
2020-10-08 11:45:50 +03:00 |
|
Igor Kulikov
|
69ec103588
|
UI: Completely remove letters capitalization in order to avoid issues in certain locales.
|
2020-10-07 11:58:43 +03:00 |
|
Vladyslav_Prykhodko
|
fd602dec7f
|
UI: Added device profile schedule setting for alarm setting
|
2020-10-06 19:22:40 +03:00 |
|
Igor Kulikov
|
98227ea665
|
Merge branch 'master' into develop/3.2
|
2020-10-06 19:06:35 +03:00 |
|
Chantsova Ekaterina
|
aa82a478cb
|
Fix wrong number of digits after floating point in legend
|
2020-10-06 18:44:12 +03:00 |
|
Seok Hyun, Ga
|
95921a847a
|
Update locale.constant-ko_KR.json
Adding additional translation items.
|
2020-10-06 18:43:35 +03:00 |
|
Serhii Mikhnytskyi
|
0227234a6d
|
removed test component property
|
2020-10-06 18:31:26 +03:00 |
|
Serhii Mikhnytskyi
|
762c6dae55
|
improved performance of table widgets - removed unused ngZone.run and detectChanges, changed functions trackByRowIndex - now is used index, not id, minor improvements for functions, used after data updating.
|
2020-10-06 18:31:26 +03:00 |
|
Vladyslav_Prykhodko
|
1eccfcc76a
|
Fixed incorrect display of alarm table columns(AckTime, Cleared time), with no parameters specified
|
2020-10-06 18:29:35 +03:00 |
|
Kalutka Zhenya
|
e35e54a764
|
Fix resize switch control
|
2020-10-06 18:28:40 +03:00 |
|
kalutkaz
|
7347230ec4
|
Update knob control (#3501)
* Epdate knob control
* Fix click function
* Refactoring
* Formatting
* Change 'mouseup'
|
2020-10-06 18:28:26 +03:00 |
|
Kalutka Zhenya
|
fbc58d0e2c
|
Fix daterangepicker
|
2020-10-06 18:26:58 +03:00 |
|
Vladyslav Prykhodko
|
5d8a37e97a
|
UI Updated dependency
|
2020-10-06 18:26:37 +03:00 |
|
Serhii Mikhnytskyi
|
dbf8bf6733
|
set lib attribute "animatedValue" to "true" in analogue-gauge.models.ts
|
2020-10-06 18:25:58 +03:00 |
|
Serhii Mikhnytskyi
|
1c3b956e56
|
modified parent method prepareFormValue in dashboard-form, deleted unused code in rulechain-page
|
2020-10-06 18:20:26 +03:00 |
|
Serhii Mikhnytskyi
|
3963b56102
|
dashboard-form name validation added, rule-chain-details name validation pattern and trim added
|
2020-10-06 18:20:26 +03:00 |
|
Vladyslav_Prykhodko
|
77d2c786af
|
UI: Added device profile alarm conditional type
|
2020-10-05 18:18:46 +03:00 |
|
ShvaykaD
|
9fef6b02a3
|
[3.2] Feature/Proto Converter (#3423)
* device post-telemetry & post-attributes & claim
* device rpc to/from server & attributes request, attributes updates
* refactoring & added implementation for gateway protos api
* added timeseries/attributes mqtt tests
* fix MqttTimseriesIntegrationTest values asserts
* mqtt attributes tests improvements
* optimized time for telemetry & attributes tests
* update proto files, refactoring converter, attribute requests tests
* added claim tests, attribute request test
* added deleted keys to gateway response on attributes request & refactored tests
* added attribute updates test & refactored attribute requests tests
* added attribute updates tests for gateways
* added tests for RPC
* fix tests & cleanup code
* fix typo & cleanup transport.proto file
* added more timeouts
* revert handleGetAttributesRequest method
* revert package-locks
* fix getJsonObjectForGateway method
* fix validateSharedResponseGateway method in AbstractMqttAttributesRequestIntegrationTest
* fix mqtt topics
* fix license headers
* refactor tests
* remove todo and lck files from pull
* improvements for claiming tests
* update device creation logic from gateway request
* refactoring
* extract TransportService process calls to private methods
* fix duplicates & removed empty lines
|
2020-10-02 11:31:27 +03:00 |
|
Vladyslav Prykhodko
|
1b1dac30d4
|
UI: Improvment device-profile set default rule-chain
|
2020-10-02 00:54:26 +03:00 |
|
Vladyslav_Prykhodko
|
51a6278d44
|
UI: Hidden dynamic value in alarm rules
|
2020-09-30 12:30:01 +03:00 |
|
Vladyslav_Prykhodko
|
1d61b4f439
|
UI: Device profile alarm rules added dynamic source type - current device
|
2020-09-29 18:31:17 +03:00 |
|
Vladyslav_Prykhodko
|
08b346da7f
|
UI Refactoring rule-chain-autocomplete component
|
2020-09-16 17:28:33 +03:00 |
|
Vladyslav_Prykhodko
|
31ded103bc
|
UI fix updated transport configuration
|
2020-09-16 13:56:37 +03:00 |
|
Igor Kulikov
|
692f575661
|
Merge with master
|
2020-09-16 12:12:59 +03:00 |
|
Igor Kulikov
|
32b7ed5d8e
|
Merge pull request #3475 from ChantsovaEkaterina/bug/hide-key-in-legend
Fix hiding keys in legend
|
2020-09-16 12:07:18 +03:00 |
|
Vladyslav_Prykhodko
|
70ca190f59
|
UI add rule-chain autocompleted
|
2020-09-15 19:51:57 +03:00 |
|
Chantsova Ekaterina
|
b0372b3525
|
Fix hiding keys in legend
|
2020-09-15 19:51:40 +03:00 |
|
Vladyslav_Prykhodko
|
f305cbbed0
|
Fixed show multiple draw routes
|
2020-09-15 17:00:05 +03:00 |
|
Vladyslav_Prykhodko
|
5e109228eb
|
Fixed error disabled scroll zoom
|
2020-09-15 16:50:05 +03:00 |
|
Vladyslav_Prykhodko
|
acc755926e
|
Updated leaflet
|
2020-09-15 16:47:26 +03:00 |
|
Vladyslav_Prykhodko
|
dc77426dab
|
Added field id in model MenuSection and BreadCrumb
|
2020-09-15 12:20:19 +03:00 |
|
Vladyslav_Prykhodko
|
784febf3fc
|
Added TrackBy in breadcrumb
|
2020-09-15 11:23:03 +03:00 |
|
Vladyslav_Prykhodko
|
3adbb94e06
|
Added TrackBy in main menu
|
2020-09-15 11:14:43 +03:00 |
|
Igor Kulikov
|
3dc7fde4db
|
UI: Add device profile wizard
|
2020-09-14 19:23:18 +03:00 |
|
Igor Kulikov
|
c4e6721596
|
UI: Device profile alarm rules improvements
|
2020-09-14 15:33:01 +03:00 |
|
Igor Kulikov
|
c2b4d9c8ae
|
Merge with master
|
2020-09-14 14:25:08 +03:00 |
|