Kalutka Zhenya
596b8cc647
Refactoring and updated fix
5 years ago
Volodymyr Babak
a3d728f03e
Changed signature of edge fetch method
5 years ago
Volodymyr Babak
2c826c12cd
added admin setting fetcher
5 years ago
Kalutka Zhenya
a69bfd4d6c
clean import
5 years ago
Kalutka Zhenya
9209760036
Refactoring
5 years ago
Volodymyr Babak
c43bc3c8b1
Organize imports
5 years ago
Volodymyr Babak
0b8d0e6029
Move processActionForAllEdges to base class for PE
5 years ago
Vladyslav_Prykhodko
a3bd6efa24
UI: Improvement firmware autocomplete
5 years ago
Volodymyr Babak
ce5c3441fa
Refactoring - push notification code to processors
5 years ago
Volodymyr Babak
ed9d84a202
Processors renaming
5 years ago
Volodymyr Babak
ddfa1c156c
added connected flag to imitator to avoid error in the test logs
5 years ago
Volodymyr Babak
fb6e152f7e
Introduced processors for "to edge" msgs
5 years ago
Kalutka Zhenya
ecf3f6a108
Fixed error message in Led Indicator
5 years ago
nickAS21
8d3e30e8a3
Lwm2m: Fw/Sw updare with test successful/error ( #4566 )
* Lwm2m: start Sw
* Lwm2m: FwUpdate - new
* Lwm2m: SwUpdate - error
* Lwm2m: SwUpdate - successful/error -test ok
* Lwm2m: SwUpdate - change
* Lwm2m: add executor to observe
* Lwm2m: add operation observe_cancel_All
* Lwm2m: fix bug add software to profile
* Lwm2m: add for logs object to string
* Lwm2m: fix bug swUpdate
* Lwm2m: add new commands only for rpc
5 years ago
Volodymyr Babak
0245ef20d7
Merge remote-tracking branch 'upstream/master' into edge-3.3
5 years ago
Volodymyr Babak
ecc43baed2
startSyncProcess added tenant id and edge id
5 years ago
Volodymyr Babak
f5bc5ce111
One more refactoring
5 years ago
Jonathan Gross
33c65aaf1b
fix: do not "uppercase" unit title of digital gauges
unit titles are automatically changed to uppercase. That is an issue when the unit is a greek letter. e.g. for the measure of a conductivity, the unit is µS/cm. Capitalizing it makes it MS/CM, which does not have the same meaning. Additionally, I don't understand the benefit of capitalizing this by default.
5 years ago
Volodymyr Babak
c081f9b8d3
Use stream
5 years ago
Volodymyr Babak
bb064cbbbd
Edge session send donwlink msgs refactoring
5 years ago
Kalutka Zhenya
bcfa6e7f54
Refactoring
5 years ago
Kalutka Zhenya
1f5a8ef70f
Updated logic for 'Set entity from widget' in static widget
5 years ago
Igor Kulikov
c768fcbac1
Dashboard performance improvements by changing change detection strategy to OnPush
5 years ago
Igor Kulikov
634df64692
Do not show update dashboard image in mobile app
5 years ago
Chantsova Ekaterina
ee447bc1b0
Flot: fix thresholds appearing when threshold attribute is not set
5 years ago
vparomskiy
668cfb49da
add HttpCleint and DrugDrop accessible for widget extensions
avoid stackoverflow when importing external module
5 years ago
Vladyslav_Prykhodko
552a1efb23
Merge branch 'feature/lwm2m-certificate-verifier' of github.com:thingsboard/thingsboard into feature/lwm2m-certificate-verifier
5 years ago
Vladyslav_Prykhodko
53c51953c4
UI: Refactoring lwm2m security config and add X509 certificate in lwm2m security model
5 years ago
Chantsova Ekaterina
488ad22b67
Entities table widget: add entity info to widget actions additionalParams
5 years ago
Volodymyr Babak
71791c6847
Refactored DAO to remove additional call to relation table - use spring query
5 years ago
Igor Kulikov
527bc5e2c2
Merge branch 'master' of github.com:thingsboard/thingsboard
5 years ago
Igor Kulikov
0dde6233b1
Improve dashboard image dialog - ability to set crop rectangle for dashboard screenshot
5 years ago
Volodymyr Babak
96ed8f1691
debug code line fix
5 years ago
Volodymyr Babak
4b4d262eeb
Fixes for edge test after latest refactoring
5 years ago
Vladyslav
ac95291418
Merge pull request #4525 from vvlladd28/improvement/lwm2m/rename-tab
UI: Rename LWM2M tab name
5 years ago
Volodymyr Babak
d3152874fc
Introduced base pageable edge event fetcher
5 years ago
Volodymyr Babak
690bdcc85f
Fixed new user added and not assigned to edge. Added new user test and entity view request test
5 years ago
Andrii Shvaika
d628624a9a
Merge branch 'feature/lwm2m-certificate-verifier' of github.com:thingsboard/thingsboard into feature/lwm2m-certificate-verifier
5 years ago
Andrii Shvaika
b59c846885
Improvements to data converter
5 years ago
Volodymyr Babak
ab55619abf
Merge branch 'master' of github.com:thingsboard/thingsboard into edge-3.3
5 years ago
Volodymyr Babak
a76d3a2b70
Cover cases when entities added during edge disconnect. Refactoring
5 years ago
Igor Kulikov
064778951a
UI: Ability to update dashboard image from screenshot
5 years ago
Viacheslav Klimov
c39fb8c94d
Refactor
5 years ago
Viacheslav Klimov
1c1e3f9b96
Refactor
5 years ago
Viacheslav Klimov
6b769f17a1
Created alarms limiting UI
5 years ago
Viacheslav Klimov
9873115d8b
Implement created alarms limiting
5 years ago
Vladyslav
a7d1b54bb4
Merge pull request #4563 from vvlladd28/bug/entity-view/add
UI: Fixed didn't add enabled created entity view after refactoring Edge
5 years ago
nickAS21
a703dead7b
Lwm2m: add Update Fw && Sw ( #4557 )
* Lwm2m: add Update Fw && Fix bug toLwM2mObject (not add Lwm2mObject without resources)
* Lwm2m: fix bug test
* Lwm2m: fw_update_start
* Lwm2m: fw_update send state
* Lwm2m: add registration_store_pool_size: "${LWM2M_REGISTRATION_STORE_POOL_SIZE:100}"
clean_period_in_sec: "${LWM2M_CLEAN_PERIOD_IN_SEC:2}"
* Lwm2m: add Update Execute
* Lwm2m: add Update Execute Successful
* Lwm2m: send state to tningsboard if only Successful
5 years ago
Igor Kulikov
81820a6b24
Merge branch 'master' of github.com:thingsboard/thingsboard
5 years ago
Igor Kulikov
f3c10a4ca2
Improve query params handling
5 years ago