Volodymyr Babak
a9ae6922a6
TbRestApiCallNode - added upgrade step to add maxInMemoryBufferSizeInKb config
2 years ago
Artem Dzhereleiko
00a0ff35c3
UI: Update rule node config
2 years ago
Viacheslav Klimov
c393d1d377
Revert "Delay node: improvements"
2 years ago
IrynaMatveieva
3ba6ac45e9
fixed error message and added replaced validation method with jakarta annotations
2 years ago
YevhenBondarenko
54e86b27a8
minor refactoring due to comments
2 years ago
YevhenBondarenko
4431a32659
minor refactoring due to comments
2 years ago
YevhenBondarenko
4b697482ca
added ability to configure maxConnections in TbHttpClient using env TB_POOL_MAX_CONNECTIONS
2 years ago
YevhenBondarenko
53179f8007
removed wrong CONNECTION close header
2 years ago
YevhenBondarenko
7ad4a7b3ff
removed wrong CONNECTION close header
2 years ago
Artem Dzhereleiko
217247eddc
UI: update rulenode config
2 years ago
Volodymyr Babak
b226ebdccf
TbHttpClient - added check for maxInMemoryBufferSizeInKb; should be less than system configured maxInMemoryBufferSizeInKb
2 years ago
YevhenBondarenko
5c9ed8598a
minor fixes for TbHttpClient
2 years ago
IrynaMatveieva
7a84dc655d
added catch for DataValidationException
2 years ago
IrynaMatveieva
ea5519893b
fixed error message
2 years ago
IrynaMatveieva
60f89ba473
added validation for client id length
2 years ago
Volodymyr Babak
f9c2aa3581
TbHttpClient: return cause instead of original exception in case 2xx status code
2 years ago
Volodymyr Babak
9593f97582
TbHttpClient: use default 256 KB for maxInMemorySize in case 0 set in configuration
2 years ago
IrynaMatveieva
5256cae804
used jakarta validation constraints
2 years ago
IrynaMatveieva
b56f75a996
added validation on init
2 years ago
Volodymyr Babak
02dcf142df
TbHttpClient: Add cause to metadata in cause of buffer overloaded exception
2 years ago
Volodymyr Babak
c38584e79f
Added new config for TbRestApiCallNodeConfiguration - maxInMemoryBufferSizeInKb
2 years ago
Volodymyr Babak
4bf34281f0
HttpClient - fixed validation of hostname and port in case proxy usage
2 years ago
Andrii Landiak
c6ee0bff19
Add edgeIdsCache to decrease number of calls to db for findRelatedEdgeByEntityId
2 years ago
IrynaMatveieva
aac427d6be
added one more verification in upgrade
2 years ago
IrynaMatveieva
8c681508d5
changed list to set
2 years ago
IrynaMatveieva
7da0855180
renamed enum
2 years ago
dashevchenko
f58376e312
fixed tests
2 years ago
IrynaMatveieva
b149957e43
added checks on init() and provided upgrade for existing nodes
2 years ago
IrynaMatveieva
a34088fcfb
added verification on init
2 years ago
IrynaMatveieva
4721ed275d
added checks for null for fetchMode and OrderBy
2 years ago
IrynaMatveieva
feb51793b1
added check for originator source for null
2 years ago
Artem Dzhereleiko
58c88c0983
UI: Update rule node config
2 years ago
IrynaMatveieva
46a147792e
created enum for originator source values
2 years ago
IrynaMatveieva
f5598d6d07
fixed error message
2 years ago
IrynaMatveieva
a91caa3d09
added additional tests and moved currentTimeMillis to separate method to have control over time in tests
2 years ago
IrynaMatveieva
dcdba9e75b
changed access modifiers and added aqdditional tests
2 years ago
IrynaMatveieva
ec1c2e307c
used getNormalName() method instead of name()
2 years ago
IrynaMatveieva
c806685734
fixed exceptions
2 years ago
IrynaMatveieva
2e5708b6c2
removed unnecessary init() method
2 years ago
IrynaMatveieva
80a53a840c
removed getMqttConfig method
2 years ago
IrynaMatveieva
62699900bb
moved properties creation to init() method
2 years ago
IrynaMatveieva
ed319dd5e3
changed access modifiers
2 years ago
IrynaMatveieva
333e7927df
changed access modifier
2 years ago
IrynaMatveieva
9bcfc75a77
reduced usage of reflection
2 years ago
Artem Dzhereleiko
7a9abc98ff
UI: Update rule node core config
2 years ago
Iryna Matveieva
7480e5f099
Created AWS Lambda node ( #10646 )
* created aws lambda node
* updated logic for processing input keys
* removed logic for parsing mappings
* added possibility to pass qualifier using patterns
* added check for function name and invocation type
* tests refactoring after review
* removed ability to pass invocation type to the config
* added node teplatization doc
* changed title for documenatation
* added uiResources and configDirective
* changed names of classes
* removed false param from TbNodeException in init method
---------
Co-authored-by: ShvaykaD <dshvaika@thingsboard.io>
2 years ago
Andrii Landiak
5ca6ad03e3
CE: optimize java imports
2 years ago
IrynaMatveieva
f56e72d1e1
reduced use of reflection
2 years ago
IrynaMatveieva
2ce75c5d16
added tests for rabbitmq node
2 years ago
IrynaMatveieva
82801e25ae
updated script
2 years ago