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
7977d50410
added test for negative case to the checkpoint node
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
a5ae204b58
changed initialization for test
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
8e81bd80e6
added tests for flow type rule nodes
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
7eafd4a9d2
reduced use of reflection
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
Volodymyr Babak
b6cfc32b6b
TbHttpClient - fixed proxy ssl configuration
2 years ago
IrynaMatveieva
9699c98af6
provided upgrade to make impossible enable fetchAlarmRulesStateOnStart when persistAlarmRulesState is disabled
2 years ago
YevhenBondarenko
196ec5e59d
fixed tests
2 years ago
YevhenBondarenko
58185d4a4c
hotfix Connection reset
2 years ago
YevhenBondarenko
65789f2e7b
fixed adding body condition and content-type creation
2 years ago
IrynaMatveieva
b7508db08f
changes timeseries to time series
2 years ago
ShvaykaD
f69198e2b6
fixed NPE in calculate delta node & fixed false positive tests
2 years ago
IrynaMatveieva
c7005971ad
refactored tests
2 years ago
IrynaMatveieva
a40ce3305e
added validation for originatorId and changed upgrade script
2 years ago
Artem Dzhereleiko
a14eff7089
UI: Update rule node core config
2 years ago
IrynaMatveieva
bff2ed2898
added tests for generator node and set default value for entity type
2 years ago
IrynaMatveieva
b4ba613c54
splitted to more specific tests
2 years ago
IrynaMatveieva
291849f81b
fixed ui resources
2 years ago
IrynaMatveieva
1e703f0264
added ability to set time unit using pattern
2 years ago
IrynaMatveieva
6afb3f25aa
added tests for the delay node
2 years ago
IrynaMatveieva
358af2b932
added tests for the change originator node
2 years ago
Artem Dzhereleiko
c9ee67c762
UI: Update rule node core config
2 years ago
IrynaMatveieva
47afd13cf7
made exception on init recoverable
2 years ago
IrynaMatveieva
4307d6f13a
fixed rewriting ttl for existing nodes
2 years ago
IrynaMatveieva
83308a68d6
added tests for the device attributes node
2 years ago
IrynaMatveieva
9fe262fa4c
added tests for originator telemetry node
2 years ago
Iryna Matveieva
8631cb0e65
Message count node: added tests ( #10541 )
* added tests for msg count node
* fixed tests
* added test for default config and added check to verify all acknowledged msgs
* changed usage when() to given()
* added new line
2 years ago
IrynaMatveieva
88a768f067
added verification for match values insertion into statement
2 years ago