Volodymyr Babak
|
962afa3f2f
|
Hide sensitive data from customer
|
6 years ago |
VoBa
|
c877609a62
|
Revert default database name
|
6 years ago |
Volodymyr Babak
|
e5753c0360
|
Refactored edge rule chains storage
|
6 years ago |
Volodymyr Babak
|
51043014c6
|
Fixed sync test
|
6 years ago |
Volodymyr Babak
|
af3a368387
|
Fixed sync test
|
6 years ago |
Volodymyr Babak
|
995bac539c
|
Added findMissingToRelatedRuleChains method
|
6 years ago |
Volodymyr Babak
|
e58af8fb22
|
Added findMissingToRelatedRuleChains method
|
6 years ago |
Volodymyr Babak
|
df11b383c1
|
Naming conventions update
|
6 years ago |
Volodymyr Babak
|
c5d93d17f4
|
Naming conventions update
|
6 years ago |
Volodymyr Babak
|
81f1091a4f
|
Sync should be send only once or by force button
|
6 years ago |
Volodymyr Babak
|
79089ad642
|
Do not fetch entity by ID. Cache should be introduced
|
6 years ago |
Volodymyr Babak
|
119be4c4bb
|
Improved DELETE action - push notification only to related edges
|
6 years ago |
Volodymyr Babak
|
96dfc0691b
|
Added device profile rule node to default edge root. Fixed notification event
|
6 years ago |
deaflynx
|
f9e2d128a2
|
Import refactor
|
6 years ago |
deaflynx
|
ceadc391f3
|
Added EdgeInfo, fix for CustomerIsPublic
|
6 years ago |
Volodymyr Babak
|
aabaada198
|
Added edges enabled endpoint. Refactored yml edges config
|
6 years ago |
Volodymyr Babak
|
a52b88802b
|
Use default rule chain and queue from device profile in edge session
|
6 years ago |
Volodymyr Babak
|
ead9fd9e5d
|
Code review fixes
|
6 years ago |
Volodymyr Babak
|
af8562c3a0
|
Added support for device profile entity on edge
|
6 years ago |
Volodymyr Babak
|
36b8bc452a
|
Fixed issue if entity created
|
6 years ago |
Volodymyr Babak
|
59c55fb2c5
|
For devices from edge new id generated every time
|
6 years ago |
Volodymyr Babak
|
e32dfcfb31
|
Code review fixes
|
6 years ago |
Volodymyr Babak
|
b52d2aae17
|
Get rid of configuration field
|
6 years ago |
Volodymyr Babak
|
230a303156
|
Fixes incorrect customer user sync
|
6 years ago |
Artem Babak
|
4b08103857
|
Removed device's methods for edge
|
6 years ago |
Volodymyr Babak
|
85036d0537
|
Refactored in sync with ce-3
|
6 years ago |
Volodymyr Babak
|
b48d43f4dd
|
Added support for EDGE entity
|
6 years ago |
Volodymyr Babak
|
0c7a51242d
|
Tech depts. Added support for Edge entity on push to edge node
|
6 years ago |
Volodymyr Babak
|
69994adb18
|
Code review fixes
|
6 years ago |
Artem Babak
|
c19cf2372e
|
Added findEntityViewByTenantIdAndEdgeIdAndType and findDevicesByTenantIdAndEdgeIdAndDeviceProfileId
|
6 years ago |
Volodymyr Babak
|
3a46cbe5d8
|
Refactored edge event process. Code review fixes
|
6 years ago |
Volodymyr Babak
|
57adec670b
|
Formatting
|
6 years ago |
Artem Babak
|
3ffa7e3592
|
Added button unassignFromEdge for entities. Added findAssetsByTenantIdAndEdgeIdAndType()
|
6 years ago |
Volodymyr Babak
|
193cccf123
|
Refactored Edge session message poll mechanism. Removed tech dept - Integer.MAX_INTEGER. Code refactoring
|
6 years ago |
Andrew Shvayka
|
7667afaeae
|
Develop/lwm2m (#3826)
* LwM2M - Start transport
* LwM2M - Test endpoint
* LwM2M - Test endpoint
* LwM2M - Test add xml
* LwM2M device registration
* LwM2M - add get from client, add attributes and telemetry upgrade from registration client
* LwM2M - add get from client, add attributes and telemetry upgrade from registration client
* LwM2M implementation
* LwM2M - add to service telemetry and attribute
* LwM2M add to service attribute and telemetry
* LwM2M - add LWM2M_CREDENTIALS to DeviceCredentialsType
* LwM2M - add LWM2M_CREDENTIALS to DeviceCredentialsType
* LwM2M - add transport.process
* LwM2M - delete from yml tenantid, PSK -ok
* LwM2M - yml del tenantId
* LwM2M - add RPK
* LwM2M - add connect only x509 certificate. Crate certificates in serverKeyStore.jks and clientKeyStore.jks
* LwM2M - add no_sec
* LwM2M - add RPK & PSK integration test with app Client
* LwM2M - add RPK & PSK integration test with app Client
* LwM2M - add read JKS from file
* LwM2M - add read JKS from file
* LwM2M - add bootstrap cert
* LwM2M - add bootstrap RPK
* LwM2M - add bootstrap No_sec
* LwM2M - cleaned the code
* LwM2M - add to 3.0 in UI credentials lwm2m
* LwM2M - add to 3.0 in UI credentials lwm2m
* LwM2M - add to 3.0 in UI credentials lwm2m
* LwM2M - fix bug CoAP transport
* LwM2M: UI - add Json to credentials
* LwM2M: Back - add command "/3/0/5" - trigger client
* LwM2M: fix bug Json edit dialog
* LwM2M: fix bug Json edit dialog
* lwm2m: fix bug Json edit dialog: add validate
* lwm2m: UI add tabs
* lwm2m: UI add tabs (cleaner)
* lwm2m: add interface SecurityConfigModels
* lwm2m: add interface SecurityConfigModels2
* lwm2m: change html
* lwm2m: UI add bootstrap component
* lwm2m: UI add bootstrap component with FormControl
* lwm2m: UI add start Observe
* lwm2m: UI - correct
* lwm2m: UI - correct
* lwm2m: UI - add Validator: BS RPK, X509
* lwm2m: UI - add Observe
* lwm2m: UI - finish Observe
* lwm2m: UI - fix bug config-service update identity
* lwm2m: Bootstarp&Sewrver All config secure
* lwm2m: Bootstarp&Sewrver All config secure for new Front format
* lwm2m: Bootstarp&Sewrver Different config secure for new Front format
* lwm2m: Add attributes Gui and Backend
* lwm2m: Add attributes Gui and Backend final
* lwm2m: Add telemetrys to Gui
* lwm2m: Add Attribute & telemetry in Gui to instance
* lwm2m: Optimize Attr/Telemetry
* lwm2m: Optimize Attr/Telemetry
* lwm2m: Optimize Attr/Telemetry
* lwm2m: Optimize Attr/Telemetry for mobile
* lwm2m: Model folder
* lwm2m: Ok on AWS: NoSec, PSK, X509
bad registration - RPK
* lwm2m: KeyStore start only one
* lwm2m: Server observe ok
* lwm2m: Server fix bug finish session without remove
* lwm2m: Server add function installValue
* lwm2m: Server add function getAttrTelemetry to tingsboard
* lwm2m: Server add function installValue
* lwm2m: Server add function update Telemetry, Attr from observe
* lwm2m: Server add comments
* lwm2m: Server add session listener
* lwm2m: Server add onGetChangeCredentials with analyze
* lwm2m: Server add onGetChangeCredentials with analyze Onserve add
* lwm2m: Server: updated algorithm for analyzing dynamic changes in attributes / telemetry / observation
* lwm2m: fix bug: "ngx-flowchart" compile
* lwm2m: get value resource OPAQUE - byte [] to HexString
* lwm2m: change path to base
* lwm2m: fix bug COAP & lwm2m
* Lwm2m_3_2: back: cleaner, test bootstrap-ok front: restore
* Lwm2m_3_2: back: del SynchronousRegistrationListener.java
* Lwm2m_3_2: front: start profile lwm2m UI
* Lwm2m_3_2: front&back: add to profile lwm2m (api, getModels...)
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json (2)
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json (3)
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json (4)
* Lwm2m_3_2: front: add update change bootstrapConfig and save to config json
* Lwm2m_3_2: update after merge master
* lwm2m: fix bug proto
* lwm2m: fix bug in yml keyStore.jks
* lwm2m: fix bug tests
* lwm2m: front: add nameThingsboard
* lwm2m: fix bug Autowired lwm2mContext, caseCamel
* lwm2m: back-end^ start api /lwm2m/deviceProfile/bootstrap
* lwm2m: back-end: add method read models from resources
* lwm2m: back-end/front: add and finish api bootstrapConfig
* lwm2m: back-end: add decode profile
* lwm2m: back-end: add new bin in transport api
* lwm2m: add microservice lwm2m and docker lwm2m.
* lwm2m: add microservice lwm2m and docker lwm2m (fix bug)
* lwm2m: front: start fix bug disabled resources
* lwm2m: master to lwm2m merge, front add change attribute, telemetry
* lwm2m: front PR
* lwm2m: front add sort keyName to Json on the start
* lwm2m: front add instances
* lwm2m: front add/del instances FormGrp Value
* lwm2m: Merge remote-tracking branch 'origin/master' into develop/lwm2m
# Conflicts:
# common/transport/mqtt/src/main/java/org/thingsboard/server/transport/mqtt/MqttTransportHandler.java
# common/transport/transport-api/src/main/java/org/thingsboard/server/common/transport/SessionMsgListener.java
# ui-ngx/src/app/modules/home/components/home-components.module.ts
* lwm2m: Merge remote-tracking branch 'origin/master' into develop/lwm2m
* lwm2m: Front: del sort after add/del instance
* lwm2m: Front: fix bug reindex FormArray after update
* Lwm2m: Front fix bug add/del instans
* Lwm2m: Front finish1 profile
* Lwm2m: Back add profile to ModelClient
* Lwm2m: Back add form profile sent thingsboard: attr/tel/observe
* Lwm2m: Back -> fix bug: serverKeyStore.jks] Unable to load KeyStore files server
* Lwm2m: Back -> fix bug: onRegistered an unReg
* Lwm2m: Back -> add updateProfiles
* Lwm2m: Back -> add updateDevice and updateProfile dynamic
* Lwm2m: Back -> error if CoapCode not access
* Lwm2m: Front -> clear credential
* Lwm2m: Front -> credential fix bug button "save"
* Lwm2m: Back -> add telemetry logLwm2m
Co-authored-by: nickAS21 <nick@avalr.com.ua>
|
6 years ago |
Andrii Shvaika
|
460cec99ec
|
Version set to 3.3-SNAPSHOT
|
6 years ago |
Vladyslav Prykhodko
|
4d3fe3fd96
|
UI: Fixed admin widget action order in dialog
|
6 years ago |
Vladyslav Prykhodko
|
5be701d64d
|
UI: Fixed admin widget in safari browser
|
6 years ago |
Volodymyr Babak
|
c48315b54c
|
Temporary disabled attributes request test
|
6 years ago |
Volodymyr Babak
|
2a5097b371
|
Device processor test fixes
|
6 years ago |
Volodymyr Babak
|
74fe82a091
|
Fix license header
|
6 years ago |
YevhenBondarenko
|
6f2f9c54dc
|
fixed zones in SchedulerUtils and ApiUsageStateService improvements
|
6 years ago |
Volodymyr Babak
|
144891b393
|
Fixed RPC call edge test
|
6 years ago |
Volodymyr Babak
|
80daf266c9
|
License fix
|
6 years ago |
YevhenBondarenko
|
1a237a9843
|
fix NPE (skip usage state messages for deleted tenants)
|
6 years ago |
YevhenBondarenko
|
0f26bb4894
|
fixed cycle api usage state update
|
6 years ago |
Volodymyr Babak
|
ed85d3de3e
|
Refactored RPC request
|
6 years ago |
Andrii Shvaika
|
87a8cec7b5
|
Version set to 3.2.1-SNAPSHOT
|
6 years ago |
Andrii Shvaika
|
a87956ebfd
|
Improvements to Storage Days calculation
|
6 years ago |
Volodymyr Babak
|
e1a6c1c43c
|
Added shutdown of executor on destroy
|
6 years ago |