Vladyslav_Prykhodko
|
6ef7e813fe
|
UI: Added catch error get OAuth2
|
6 years ago |
Vladyslav Prykhodko
|
29b9682ff1
|
UI: Added device profile show settings in edit mode
|
6 years ago |
Vladyslav Prykhodko
|
e113daa085
|
UI: Added validation scope
|
6 years ago |
Vladyslav_Prykhodko
|
054fcba46f
|
UI: Change OAuth2 templated icon
|
6 years ago |
Chantsova Ekaterina
|
df784db8a1
|
Refactoring
|
6 years ago |
Vladyslav_Prykhodko
|
1f7623352a
|
UI: refactoring OAuth2/Login Page and added oauth mapperType GITHUB
|
6 years ago |
Igor Kulikov
|
40be6e588c
|
Fix device wizard dialog. Fix install script for oauth2 client registration templates.
|
6 years ago |
Igor Kulikov
|
155b967b47
|
Improve device profile alarm rules UI
|
6 years ago |
Chantsova Ekaterina
|
6d4245d603
|
Chart tooltips: fix wrong number of decimals after floating point
|
6 years ago |
Igor Kulikov
|
8cfbcee05e
|
Minor fixes
|
6 years ago |
Igor Kulikov
|
20c90c8a6f
|
Improve device/device profile components, remove unnecessary transport configurations
|
6 years ago |
Vladyslav_Prykhodko
|
06c3fb8eab
|
UI: Refactoring device profile
|
6 years ago |
Igor Kulikov
|
d13116db19
|
Update device transport type hints. Update device profile autocomplete - select first profile option
|
6 years ago |
Vladyslav_Prykhodko
|
8c9328f9c5
|
UI: Improvement created device profile
|
6 years ago |
Vladyslav_Prykhodko
|
76485dfdad
|
UI: Improvement UI device profile alarm scheduler, added text select time interval
|
6 years ago |
Vladyslav_Prykhodko
|
30a6a462da
|
UI: Improvement view device profile settings
|
6 years ago |
Igor Kulikov
|
c7b57ca543
|
Add Device Wizard improvements
|
6 years ago |
Chantsova Ekaterina
|
6de23fe365
|
Refactoring
|
6 years ago |
Chantsova Ekaterina
|
e2b955299e
|
Add missed custom translations for key labels
|
6 years ago |
Chantsova Ekaterina
|
aa87ab024e
|
Change widget json config
|
6 years ago |
vzikratyi
|
ea9d18e32d
|
Removed upper-case from providerId
|
6 years ago |
Igor Kulikov
|
dfbc3c3e2d
|
Fix nav tree component - run callbacks in angular zone
|
6 years ago |
Vladyslav_Prykhodko
|
8dfc287342
|
Added device profile rule node UI settings
|
6 years ago |
Igor Kulikov
|
305ec3067e
|
Update angular version
|
6 years ago |
vzikratyi
|
90234bf7a3
|
Fixed merge
|
6 years ago |
Andrii Shvaika
|
5dd460b81d
|
Some improvements
|
6 years ago |
Illia Barkov
|
ab9199d8b8
|
Update locale.constant-en_US.json
|
6 years ago |
Igor Kulikov
|
69ec103588
|
UI: Completely remove letters capitalization in order to avoid issues in certain locales.
|
6 years ago |
Vladyslav Prykhodko
|
9c5b353a17
|
UI: Added validation unique domain
|
6 years ago |
Vladyslav_Prykhodko
|
fd602dec7f
|
UI: Added device profile schedule setting for alarm setting
|
6 years ago |
Chantsova Ekaterina
|
aa82a478cb
|
Fix wrong number of digits after floating point in legend
|
6 years ago |
Seok Hyun, Ga
|
95921a847a
|
Update locale.constant-ko_KR.json
Adding additional translation items.
|
6 years ago |
Serhii Mikhnytskyi
|
0227234a6d
|
removed test component property
|
6 years ago |
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.
|
6 years ago |
Vladyslav_Prykhodko
|
1eccfcc76a
|
Fixed incorrect display of alarm table columns(AckTime, Cleared time), with no parameters specified
|
6 years ago |
Kalutka Zhenya
|
e35e54a764
|
Fix resize switch control
|
6 years ago |
kalutkaz
|
7347230ec4
|
Update knob control (#3501)
* Epdate knob control
* Fix click function
* Refactoring
* Formatting
* Change 'mouseup'
|
6 years ago |
Vladyslav Prykhodko
|
5d8a37e97a
|
UI Updated dependency
|
6 years ago |
Serhii Mikhnytskyi
|
dbf8bf6733
|
set lib attribute "animatedValue" to "true" in analogue-gauge.models.ts
|
6 years ago |
Serhii Mikhnytskyi
|
1c3b956e56
|
modified parent method prepareFormValue in dashboard-form, deleted unused code in rulechain-page
|
6 years ago |
Serhii Mikhnytskyi
|
3963b56102
|
dashboard-form name validation added, rule-chain-details name validation pattern and trim added
|
6 years ago |
Vladyslav_Prykhodko
|
77d2c786af
|
UI: Added device profile alarm conditional type
|
6 years ago |
Chantsova Ekaterina
|
ed2920eddc
|
Remove form reset when saving, add translatable error messages
|
6 years ago |
Vladyslav_Prykhodko
|
fe00a9bd45
|
UI: Added support multiple domains is OAuth2 settings
|
6 years ago |
zbeacon
|
2020da577d
|
Changed provision device key/secret fields position in UI
|
6 years ago |
Vladyslav Prykhodko
|
e8d8382c74
|
UI: Added device provision to device profile
|
6 years ago |
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
|
6 years ago |
Vladyslav Prykhodko
|
1b1dac30d4
|
UI: Improvment device-profile set default rule-chain
|
6 years ago |
Vladyslav_Prykhodko
|
51a6278d44
|
UI: Hidden dynamic value in alarm rules
|
6 years ago |
Vladyslav_Prykhodko
|
1d61b4f439
|
UI: Device profile alarm rules added dynamic source type - current device
|
6 years ago |