YevhenBondarenko
|
67de61e6d5
|
fixed OtaPackage data cache
|
5 years ago |
YevhenBondarenko
|
a7239c9d39
|
Renamed Firmware to OtaPackage
|
5 years ago |
nickAS21
|
6478903dab
|
RPC: fix bug UUID (#4636)
* RPC: six bug UUID
* RPC: optimized handleDeviceRPCRequest
* RPC: add json & fix bug test certificate
|
5 years ago |
YevhenBondarenko
|
4cd59674ee
|
refactored LwM2M client credentials for the new UI
|
5 years ago |
YevhenBondarenko
|
e9f5fd2706
|
added ability to use redis cluster for lwm2m redis stores.
|
5 years ago |
Viacheslav Klimov
|
9873115d8b
|
Implement created alarms limiting
|
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
|
5cc3a93cb9
|
Introduce default dashboard for device profile
|
5 years ago |
Igor Kulikov
|
3094fb7240
|
Add customerId to alarm
|
5 years ago |
Igor Kulikov
|
d5b640d602
|
Add image fields for dashboard and device profile entities. Introduce getAllAlarms and getCustomerAlarms API
|
5 years ago |
zbeacon
|
a4eb2df8ee
|
Fix for device software/firmware response topic
|
5 years ago |
Andrii Shvaika
|
37891ec6c6
|
Minor refactoring
|
5 years ago |
YevhenBondarenko
|
ab10dd4494
|
implemented software update
|
5 years ago |
YevhenBondarenko
|
f264aa4330
|
fixed firmware tests and validation
|
5 years ago |
nickAS21
|
e33420d3a8
|
Lwm2m: firmwareUpdate (#4516)
* Lwm2m: firmwareUpdate
* Lwm2m: firmwareUpdate with merge master
* Lwm2m: firmwareUpdate cleaned
* Lwm2m: delete Californium.properties
* Lwm2m: merge with master
|
5 years ago |
zbeacon
|
7a4d302c85
|
Changes according to comments from @ashvayka
|
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 |
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
|
83e31f4263
|
added firmware type
|
5 years ago |
Andrii Shvaika
|
b0a27954ea
|
Improvements to FirmwareInfo
|
5 years ago |
YevhenBondarenko
|
c9439b3976
|
created created firmware queue
|
5 years ago |
Viacheslav Klimov
|
8c9213cff5
|
Provide querying by customer for API usage states
|
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 |
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 |
Andrii Shvaika
|
f1d89ace5d
|
Removed invalid dependency
|
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 |
YevhenBondarenko
|
d6f451ccca
|
created FirmwareStateService
|
5 years ago |
Viacheslav Klimov
|
fdd126303a
|
Validate more entities' fields
|
5 years ago |
YevhenBondarenko
|
401e41f7c3
|
implemented FirmwareControllerSqlTest
|
5 years ago |
YevhenBondarenko
|
8860eef1ba
|
added hasData for firmware
|
5 years ago |
YevhenBondarenko
|
935aab7535
|
added checksum and checksum algorithm for firmware
|
5 years ago |
Igor Kulikov
|
4a63660e1d
|
Version set to 3.3.0-SNAPSHOT
|
5 years ago |
YevhenBondarenko
|
b51fee8740
|
created firmware dao
|
5 years ago |
Viacheslav Klimov
|
61341a7caf
|
Refactor, implement SNMP traps, add support for SNMP v3 targets
|
5 years ago |
Volodymyr Babak
|
3e085d370c
|
Make alarm condition serializable
|
5 years ago |
Viacheslav Klimov
|
593f95a7af
|
Provide additional validation for entities (#4326)
* Provide additional validation for entities
* Refactor
* Create test for NoXssValidator
* Refactor dependencies
|
5 years ago |
nickAS21
|
ba4d2ff480
|
lwm2m: notification in transport, add, update, del models (#4309)
* lwm2m: notification in transport, add, update, del models
* lwm2m: notification in transport, add, update, del models2
|
5 years ago |
nickAS21
|
af57637dc5
|
lwm2m: notification in transport, add, update, del models
|
5 years ago |
Viacheslav Klimov
|
306ace040c
|
Refactor
|
5 years ago |
Viacheslav Klimov
|
fc06e8ac99
|
Provide SNMP transport configuration validation; refactor
|
5 years ago |
Viacheslav Klimov
|
039508bfbd
|
Refactor
|
5 years ago |
Viacheslav Klimov
|
afab5150b8
|
Provide SNMP transport configuration validation; refactor
|
5 years ago |