Volodymyr Babak
eec8bb0202
Introduced new configuration option
5 years ago
Volodymyr Babak
594a1290db
Async timeout connector customizer. Refactoring
5 years ago
Andrii Shvaika
3cd964327a
Constant filters for device profile
5 years ago
vzikratyi
29fd4fb02c
Save Attributes to cache
5 years ago
Andrii Shvaika
a4508aa193
Imrpvements to the entity message routing based on the device profile
5 years ago
vzikratyi-tb
ef33c68727
Added kafka consumer-groups statistics ( #4123 )
* Added kafka consumer-groups statistics
* Fixed PR notes
* Updated stats.kafka-response-timeout-ms
* Log kafka stats only once for CORE and RULE_ENGINE
5 years ago
VoBa
c8d8321f74
Use msg queue instead of default ( #4116 )
* Remove device from cache in case null value cached in the distributed redis
* Handle case when device was removed from db but message in the queue exists
* Code review chagnes
* Added usage statistics configuration to yml file
* Use msg queue instead of default
* Make private
* Make private
5 years ago
Andrew Volostnykh
6bc902756b
Code cleaning after review
5 years ago
Andrew Volostnykh
e70df09b08
Code cleaning and fix of tests
5 years ago
Andrew Volostnykh
6bf2b322af
Test and some code cleaning
5 years ago
Andrew Volostnykh
e93c975a01
Compound with front-end, fix of incorrect getter use
5 years ago
AndrewVolosytnykhThingsboard
77de9da2a8
DynamicValue: Rename 'useInherit' to correct name 'inheritMode'
5 years ago
AndrewVolosytnykhThingsboard
1c78a59fb2
Logic for inheritance in DynamicValue added
5 years ago
Andrii Shvaika
a15e991d23
Added support of BigDecimal to the JsonConverter
5 years ago
Andrii Shvaika
6c1074a8b0
Fix for race condition in the partition change events
5 years ago
Andrii Shvaika
dac7c5250f
Improvements to the DeviceStateService
5 years ago
Viacheslav Kukhtyn
c4b1f9ea7a
Process alarms on activity and inactivity events when device state is persisted to telemetry
5 years ago
Andrii Shvaika
58e31ceb78
Improvement to the restarts of the rule nodes
5 years ago
Igor Kulikov
efad71b5ac
Fix TbKafkaNode. Configure directly serializer class for key/values instead of string class name.
5 years ago
Andrii Shvaika
cfb8a72f06
Memory leak fix for cases when actors fail to initialize or stopped. Cleanup TbMsgPackProcessingContext as well.
5 years ago
Andrii Shvaika
42d40d2b36
Unit Tests added
5 years ago
Igor Kulikov
3f83be21da
Fix lombok config. Update base openjdk image
5 years ago
Igor Kulikov
22e5771120
JDK 11 Support
5 years ago
Igor Kulikov
3ea5314495
Home dashboard feature. Enable tooltips for flot chars in mobile mode. Disable widgets interaction in widget library and when adding widget to dashboard.
5 years ago
Igor Kulikov
61723da391
Version set to 3.3.0-SNAPSHOT
5 years ago
Andrii Shvaika
d06ce5555c
Simplified implementation of the overwrite activity time flag
5 years ago
zbeacon
2d1f9b6158
Moved code to existing processing
5 years ago
zbeacon
c24db73a37
Refactoring
5 years ago
zbeacon
5338d8e094
Refactoring
5 years ago
zbeacon
b2b09b3010
Improvements
5 years ago
zbeacon
3b65e3c23c
Refactoring
5 years ago
zbeacon
1bdd7d69bf
Fix for lastActivityTime in devices created by gateway
5 years ago
Igor Kulikov
d31358b2ea
Update license header - set 2021 year
5 years ago
YevhenBondarenko
1b905ef727
refactored
6 years ago
YevhenBondarenko
4de258f2ae
removed ServiceId from kafka consumer groupId
6 years ago
Viacheslav Kukhtyn
f1fb0cedae
Add audit log details for telemetry deleted and telemetry updated types
6 years ago
Igor Kulikov
6814c21ee9
restore ver 3.2.1-SNAPSHOT
6 years ago
Igor Kulikov
bfee301625
Set ver to 2.5.6-SNAPSHOT
6 years ago
YevhenBondarenko
16d82e77fc
refactored
6 years ago
YevhenBondarenko
bff16ddafd
Mqtt flag sessionPresent depends on flag isCleanSession
6 years ago
Andrii Shvaika
be84a0fc20
Version set to 2.5.6-SNAPSHOT
6 years ago
Volodymyr Babak
5e47b2b926
Fixes according code review
6 years ago
Volodymyr Babak
3a38ed8d6a
Fix for copy msg for 2 or more relations
6 years ago
YevhenBondarenko
9a03fbadc7
added ability to get attributes and timeseries keys by entity query
6 years ago
Yevhen Bondarenko
5d30243eea
added ability to get attributes and timeseries keys by device profile id ( #3817 )
* added ability to get attributes and timeseries keys by entity ids
* refactored
* refactored
* get attributes and timeseries keys by device profile improvements
* added limit
* added device_profile_id index and upgrade script
* improvements
* refactored
6 years ago
Andrew Shvayka
24ccd2a2b5
Revert "[3.2.1] Develop/lwm2m ( #3547 )"
This reverts commit df6151f5ae .
6 years ago
Andrew Shvayka
df6151f5ae
[3.2.1] Develop/lwm2m ( #3547 )
* 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
YevhenBondarenko
264798b7f9
refactored
6 years ago
YevhenBondarenko
4163c00054
updated kafka to version 2.6.0, kafka settings improvements
6 years ago
YevhenBondarenko
6f2f9c54dc
fixed zones in SchedulerUtils and ApiUsageStateService improvements
6 years ago