Oleksandra Matviienko
3a10277980
Replaced 5 deprecated APIs with non-deprecated variants
4 months ago
Oleksandra Matviienko
c33546be5e
Replace deprecated JsonNode.fields, HttpMessageNotReadableException(String), Assert.assertThat(Matcher), io.jsonwebtoken.SignatureException, StopWatch.getLastTaskTimeNanos calls with non-deprecated variants
4 months ago
Viacheslav Klimov
d6b73d5f8f
Port API improvements from 4.4 to 4.3
5 months ago
Andrii Landiak
8be7a23b15
Added automatic SSL/TLS certificate reload for transports without service restart
5 months ago
Viacheslav Klimov
5b5b4dff6b
Update license header
8 months ago
Igor Kulikov
5cf26d4851
Update license header
2 years ago
dashevchenko
936bb82334
updated transport http limits, added logging for initialized filters
2 years ago
IrynaMatveieva
bdc9e4c9af
replaced text timeseries/time-series to time series
2 years ago
dashevchenko
4169da4c08
configurable max payload size by url pattern
2 years ago
dashevchenko
02f7001102
added spring security for http transport, added large RequestSizeFilter for http transport
2 years ago
Daria Shevchenko
15cb12e48f
HTTP API: validate payload size ( #11265 )
* added check for large ToDeviceRpcResponseMsg, ToServerRpcRequestMsg messages on default transport level
* moved http request size check to controller
* minor refactoring
* test fixed
* updated error messages, updated url patterns to single one, added yml property to http transport
* updated swagger docs, added to rpc filter "/api/rpc/**" and "/api/plugins/rpc/**" endpoints
* remove redundant set
* fixed large request check for DeviceApiController in microservice architecture
* renamed yml parameter and filter
2 years ago
Oleksandra Matviienko
63df92e995
JUnit5 migration in common. Junit-platform.properties and logback-test.xml where added to java resource directories if needed.
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
IrynaMatveieva
59daf9123b
replaced the use of the deprecated method with the use of a static method
2 years ago
Oleksandra Matviienko
07fb7ab790
Import GetOtaPackageResponseMsg added
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
Oleksandra Matviienko
05d41b4370
License formatted in DeviceApiController
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
Oleksandra Matviienko
c633515b19
Code refactoring and reformat in DeviceApiController and DeviceApiControllerTest.
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
Oleksandra Matviienko
2e045a158f
Minor log messages changes to DeviceApiController, GetOtaPackageCallback test added.
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
Oleksandra Matviienko
0f4591529a
Changes according to comments (without GetOtaPackageCallback test)
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
Oleksandra Matviienko
d66dff3c6c
In DeviceApiController reducing the number of error messages with stack trace
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
Igor Kulikov
8910b4b1df
Swagger docs Open API 3.1
2 years ago
Ivan Raznatovskyi
09fc025e12
Initial commit from another fork
3 years ago
Igor Kulikov
c5a72ed8df
Update license header to 2024 year.
3 years ago
dashevchenko
ba2e877a08
refactoring: moved proto files and converter classes to separate module - proto
3 years ago
YevhenBondarenko
ce87bc5e13
to springdoc migration
3 years ago
YevhenBondarenko
db6f310284
migration to spring boot 3.1
3 years ago
Andrii Shvaika
4c470583f3
Correct package name
3 years ago
YevhenBondarenko
fbf9773a61
optimize imports
3 years ago
Seraphym-Tuhai
29c3eddc8a
Merge with branch 'develop/3.5' of github.com:thingsboard/thingsboard
3 years ago
Igor Kulikov
cbdc4517e4
Update license header year to 2023
4 years ago
thingsboard
c7daaa571e
replace StringUtils usages with in-repository implementation
4 years ago
zbeacon
b6bd4247da
Fix for PROD-1337
5 years ago
Igor Kulikov
da4c742872
Update license year to 2022
5 years ago
Andrii Shvaika
d626ae0364
Device API Controller
5 years ago
Andrii Shvaika
a51c00bd10
Session Activity reporting is isolated and supports short-lived sessions
5 years ago
YevhenBondarenko
8869dc0cb0
added new RPC statuses
5 years ago
Andrii Shvaika
f932a90b00
Improvements to Persistent RPC call delivery confirmation
5 years ago
Andrii Shvaika
99b19034e2
Uplink notifications for PSM & eDRX for CoAP in MSA deployment
5 years ago
YevhenBondarenko
a665b2cbe6
added power mode to lwm2m-device-profile-transport-configuration
5 years ago
ShvaykaD
d3e16ad650
updated observe sessions closing actions
5 years ago
YevhenBondarenko
489c67778a
implemented persisted RPC
5 years ago
YevhenBondarenko
139af45fd3
Renamed Firmware to OtaPackage
5 years ago
YevhenBondarenko
a7239c9d39
Renamed Firmware to OtaPackage
5 years ago
ShvaykaD
a764838e62
Coap transport improvements ( #4644 )
* added fix for PROD-518 in subscribe to attribute updates get request, added improvements
* updated coap observe requests implementation & updated tests
* updated coap attributes updates tests
* fix typos
5 years ago
YevhenBondarenko
ab10dd4494
implemented software update
5 years ago
YevhenBondarenko
aee3fd3b6e
FirmwareCache refactoring
5 years ago
YevhenBondarenko
c9439b3976
created created firmware queue
5 years ago
YevhenBondarenko
f55f0ecb94
implemented firmware update for the http and mqtt transports
5 years ago
Viacheslav Klimov
8f2438d6ab
SNMP devices balancing ( #4254 )
* Fix merge errors
* Implement SNMP transports balancing
* Refactor; implement transport device cache
* Refactor
* Finish up device lifecycle handling implementing; refactor
* Refactor
* Change base image to thingsboard/openjdk11 for msa snmp transport
* Refactor
* Change transport services names to upper-case
6 years ago
Volodymyr Babak
eec8bb0202
Introduced new configuration option
6 years ago
Volodymyr Babak
594a1290db
Async timeout connector customizer. Refactoring
6 years ago