Sergey Matvienko
5ad113ad1a
queue consumer: not going to sleep after pull if time left less then 1 millisecond. topic added to logs
5 years ago
Sergey Matvienko
39f0775766
Thread pool naming CE ( #4511 )
* added ThingsBoardExecutors and ThingsBoardForkJoinWorkerThreadFactory to define the name for the pool thread
* thread poll named for the AbstractListeningExecutor
* thread poll named for the RestClient. ThingsBoard util dependency added
* most of thread polls named CE
* thread poll name added for telemetry-web-socket-ping
* executors: added custom names for executors (Queue, RuleEngine). Add topic name to the Thread name (useful for JMX and thread dump)
* fixed licence header for a new classes
5 years ago
Viacheslav Klimov
1de97ad0e1
Refactor SNMP devices' sessions establishing
5 years ago
Viacheslav Klimov
3b74a806bc
RPC functionality refactoring for SNMP ( #4492 )
* Refactor RPC functionality for SNMP
* Refactor
* SNMP response PDU mapping refactoring
5 years ago
ShvaykaD
b34198f30c
refactored CoAP Server component ( #4497 )
* refactored ce code base needed for coap-integration in pe
* added anotation TbCoapServerComponent on CoapTransportService
* license updated
5 years ago
Viacheslav Klimov
79eb1183d9
Request SNMP devices' ids with pagination
5 years ago
Andrii Shvaika
7edcc605e9
Firmware CoAP and transport improvement
5 years ago
YevhenBondarenko
a5656009d2
implemented audit logs for the firmware and resource
5 years ago
YevhenBondarenko
5429175db9
added target_firmware_ts timeseries for the firmware
5 years ago
YevhenBondarenko
aee3fd3b6e
FirmwareCache refactoring
5 years ago
YevhenBondarenko
1850024fdb
implemented firmware update for the coap transport
5 years ago
Sergey Matvienko
1d24a08c17
kafka: added TB_KAFKA_COMPRESSION_TYPE for producer: none (default), gzip.
5 years ago
nickAS21
5f8a9e9f67
Lwm2m rpc ( #4473 )
* Lwm2m: RPC_terminal
* Lwm2m: RPC_terminal del two file
* Lwm2m: RPC_terminal add test observe
* Lwm2m: RPC_terminal add test delete
5 years ago
Andrii Shvaika
b0a27954ea
Improvements to FirmwareInfo
5 years ago
YevhenBondarenko
23063b1600
refactoring
5 years ago
YevhenBondarenko
b82525ae86
added consumerPropertiesPerTopic to transport yml
5 years ago
YevhenBondarenko
2658de715a
implemented consumerPropertiesPerTopic
5 years ago
YevhenBondarenko
c9439b3976
created created firmware queue
5 years ago
Viacheslav Klimov
5465703d2d
Handle tenant and customer deletion for TbApiUsageStateService
5 years ago
Viacheslav Klimov
8c9213cff5
Provide querying by customer for API usage states
5 years ago
Viacheslav Klimov
6b008e52cb
Refactor
5 years ago
Viacheslav Klimov
030d80d05a
CustomerId to TbMsg and SessionInfo
5 years ago
Andrii Shvaika
0ff4e6ac0d
Improvements to the TbMsg to support CustomerId
5 years ago
Viacheslav Klimov
3db3385571
Enable/disable usage stats per customer from config
5 years ago
Viacheslav Klimov
9d045e231b
Refactor DefaultTbApiUsageClient
5 years ago
Viacheslav Klimov
ecf86b53ba
Provide usage stats for sysTenant; refactor
5 years ago
Viacheslav Klimov
f89b30777e
Initial implementation for per-customer api usage stats
5 years ago
YevhenBondarenko
609024a603
added redis configs to the transports yml
5 years ago
YevhenBondarenko
75fe679bab
MqttTransportHandler improvements
5 years ago
YevhenBondarenko
f55f0ecb94
implemented firmware update for the http and mqtt transports
5 years ago
Viacheslav Klimov
a1e4bbbb31
Implement RPC for SNMP; refactor
5 years ago
Viacheslav Klimov
783b959577
Refactor
5 years ago
Viacheslav Klimov
415bf570ba
Refactor
5 years ago
Viacheslav Klimov
e52ac96c62
Implement SNMP v3 security support, remove traps support
5 years ago
ShvaykaD
321fb731a6
Support of server-side RPC requests via protobuf for CoAP and MQTT
* rpc response schema added
* rpc request proto
* fixed device profile validation
* fix error messages
5 years ago
nickAS21
51b0d50542
Lwm2m discovery ( #4438 )
* Lwm2m: fix bug delete zero updateAttribute
* Lwm2m: front add select binding
* Lwm2m: discovery only for test
* Lwm2m: remove type_cast_enabled from the main branch.
* Lwm2m: remove type_cast_enabled from the main branch.
* Lwm2m: remove type_cast_enabled from the main branch.
* Lwm2m: remove double code.
5 years ago
Sergey Matvienko
cb9450104e
device count performance for 100k+ devices per tenant. Added additional tests for the DeviceService
5 years ago
AndrewVolosytnykhThingsboard
e3caf24a9b
Removed redundant parameter for AlarmController, AlarmQuery and RestClient.getAlarms
5 years ago
Sergey Matvienko
8b653d7065
rule chain. implemented save/update/delete @Transactional . Added sync DAO methods to run in transaction. Moved loadRuleChainMetaData outside of saveRuleChainMetaData transaction
5 years ago
Sergey Matvienko
27788790df
dependency upgrade: grpc.version up to 1.36.0. explicitly added protobuf-java-util due to grpc not depends on it anymore
5 years ago
Sergey Matvienko
562637ad34
ZKDiscoveryService: fix potential outdated server info on recalculatePartitions. info logs added on application event
5 years ago
Sergey Matvienko
e64b1074a7
queue consumer: added queue check on the very first poll in the lifecycle before any subscribe method calls
5 years ago
Sergey Matvienko
b35ce062a7
queue consumer: implemented nonblocking subscribe method to prevent locks on repartition event. moved message decoding out of the lock to reduce locking time. using monotonic time instead wall-clock. added debug messages
5 years ago
Andrii Shvaika
f1d89ace5d
Removed invalid dependency
5 years ago
nickAS21
4a6e0c7aae
Lwm2m fix bug 19 ( #4422 )
* lwm2m: back: Write Attributes - start
* lwm2m: front: fis bug disable instances
* lwm2m: transport: attr/discavery start
* lwm2m: transport: attributeLwm2m after update profile
* lwm2m: transport: attributeLwm2m after update profile (no delete attribute)
* Lwm2m: back: test
* Lwm2m: back: test2
* Lwm2m: back: test3
* Lwm2m: transport fix bug Write attribute through the shared attribute does not work for Object 19
5 years ago
Andrii Shvaika
2df1177ed9
Replace StringUtils with our implementation
5 years ago
Andrew Shvayka
e08d1b2c07
Feature/event filters
* Event filter implementation
* Removed redundant imports
* convert createdTime to column name
* UI: Added ui to filter events parameters
* Case sensitivity fixed, boolean Is Error added
* UI: Added support event filter for error
* Improvement for implementation of Event Filter
* UI: Refactoring event filter
* UI: Add trim
* Filter added for all event types
* UI: Updated filter events for new API
* Refactoring
* Code cleaning. Debug Rule Chain added
* Removed redundant casts in JpaBaseEventDao, correct created_time check
* Removed redundant abstract method in DebugEvent
* refactoring of the filter queries
* Filters for debug events
* UI: Refactoring event table panel
Co-authored-by: AndrewVolosytnykhThingsboard <avolostnykh@thingsboard.io>
Co-authored-by: Vladyslav_Prykhodko <vprykhodko@thingsboard.io>
Co-authored-by: AndrewVolosytnykhThingsboard <77969531+AndrewVolosytnykhThingsboard@users.noreply.github.com>
5 years ago
nickAS21
d6979e54da
lwm2m: back: Write Attributes - start ( #4402 )
* lwm2m: back: Write Attributes - start
* lwm2m: front: fis bug disable instances
* lwm2m: transport: attr/discavery start
* lwm2m: transport: attributeLwm2m after update profile
* lwm2m: transport: attributeLwm2m after update profile (no delete attribute)
* Lwm2m: back: test
* Lwm2m: back: test2
* Lwm2m: back: test3
5 years ago
YevhenBondarenko
d6f451ccca
created FirmwareStateService
5 years ago
Viacheslav Klimov
fdd126303a
Validate more entities' fields
5 years ago