IrynaMatveieva
f5598d6d07
fixed error message
2024-08-09 09:36:50 +03:00
IrynaMatveieva
a91caa3d09
added additional tests and moved currentTimeMillis to separate method to have control over time in tests
2024-08-09 09:10:25 +03:00
IrynaMatveieva
7977d50410
added test for negative case to the checkpoint node
2024-08-08 17:33:53 +03:00
IrynaMatveieva
dcdba9e75b
changed access modifiers and added aqdditional tests
2024-08-08 17:03:28 +03:00
IrynaMatveieva
c806685734
fixed exceptions
2024-08-08 11:51:19 +03:00
IrynaMatveieva
2e5708b6c2
removed unnecessary init() method
2024-08-08 10:26:16 +03:00
IrynaMatveieva
a5ae204b58
changed initialization for test
2024-08-07 13:17:24 +03:00
IrynaMatveieva
80a53a840c
removed getMqttConfig method
2024-08-07 12:20:43 +03:00
IrynaMatveieva
62699900bb
moved properties creation to init() method
2024-08-07 10:08:48 +03:00
IrynaMatveieva
ed319dd5e3
changed access modifiers
2024-08-06 18:24:40 +03:00
IrynaMatveieva
8e81bd80e6
added tests for flow type rule nodes
2024-08-02 17:41:51 +03:00
IrynaMatveieva
9bcfc75a77
reduced usage of reflection
2024-08-02 15:11:28 +03:00
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>
2024-08-01 11:38:31 +03:00
irynamatveieva
649a8b65fd
fixed conflicts
2024-07-31 15:02:41 +03:00
IrynaMatveieva
7eafd4a9d2
reduced use of reflection
2024-07-29 18:21:10 +03:00
IrynaMatveieva
f56e72d1e1
reduced use of reflection
2024-07-29 17:55:12 +03:00
IrynaMatveieva
2ce75c5d16
added tests for rabbitmq node
2024-07-29 15:36:38 +03:00
Sergey Matvienko
097429b816
Merge pull request #11199 from thingsboard/hotfix/3.7
...
Hotfix/3.7
2024-07-11 18:47:36 +02:00
IrynaMatveieva
9699c98af6
provided upgrade to make impossible enable fetchAlarmRulesStateOnStart when persistAlarmRulesState is disabled
2024-07-11 13:36:31 +03:00
YevhenBondarenko
196ec5e59d
fixed tests
2024-07-11 11:33:29 +02:00
ViacheslavKlimov
68c8bf8db7
Merge remote-tracking branch 'origin/hotfix/3.7'
2024-07-10 10:48:49 +03:00
ShvaykaD
f69198e2b6
fixed NPE in calculate delta node & fixed false positive tests
2024-07-09 13:08:18 +03:00
IrynaMatveieva
c7005971ad
refactored tests
2024-07-09 12:41:33 +03:00
IrynaMatveieva
a40ce3305e
added validation for originatorId and changed upgrade script
2024-07-09 11:14:25 +03:00
IrynaMatveieva
bff2ed2898
added tests for generator node and set default value for entity type
2024-07-05 18:02:30 +03:00
IrynaMatveieva
b4ba613c54
splitted to more specific tests
2024-07-04 15:05:46 +03:00
IrynaMatveieva
1e703f0264
added ability to set time unit using pattern
2024-07-03 16:34:27 +03:00
IrynaMatveieva
6afb3f25aa
added tests for the delay node
2024-07-02 17:30:17 +03:00
IrynaMatveieva
358af2b932
added tests for the change originator node
2024-07-02 12:37:09 +03:00
IrynaMatveieva
47afd13cf7
made exception on init recoverable
2024-07-01 12:17:47 +03:00
IrynaMatveieva
4307d6f13a
fixed rewriting ttl for existing nodes
2024-07-01 10:22:40 +03:00
IrynaMatveieva
83308a68d6
added tests for the device attributes node
2024-06-26 14:12:08 +03:00
IrynaMatveieva
9fe262fa4c
added tests for originator telemetry node
2024-06-25 12:57:00 +03:00
Viacheslav Klimov
633411f9e1
Merge pull request #10921 from irynamatveieva/improvements/external-aws-nodes
...
AWS nodes: added tests
2024-06-24 16:46:32 +03:00
Viacheslav Klimov
f52776f5e0
Merge pull request #10556 from irynamatveieva/improvements/save-timeseries-node
...
Save timeseries node: added tests
2024-06-24 16:43:18 +03:00
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
2024-06-24 16:42:15 +03:00
Viacheslav Klimov
53bb9b3126
Merge pull request #10529 from irynamatveieva/improvements/copy-to-view-node
...
Copy to view node: added tests
2024-06-24 16:41:10 +03:00
IrynaMatveieva
88a768f067
added verification for match values insertion into statement
2024-06-21 10:50:40 +03:00
IrynaMatveieva
60d638dfd7
moved connecting mqtt client no the separate method
2024-06-20 15:47:29 +03:00
IrynaMatveieva
bfdea4d7e3
made exception in init method unrecoverable
2024-06-20 10:34:20 +03:00
IrynaMatveieva
bef6cfd339
refactored tests
2024-06-19 16:15:08 +03:00
IrynaMatveieva
f1c68b8be2
added tests for destroy method
2024-06-19 14:08:59 +03:00
IrynaMatveieva
7024035204
added tests for the destroy method
2024-06-19 13:40:12 +03:00
IrynaMatveieva
da78d93468
added tests for the kafka node
2024-06-18 17:59:57 +03:00
IrynaMatveieva
6da603ad0d
added tests for GCP pusSub node
2024-06-17 16:21:41 +03:00
Viacheslav Klimov
a17973b70e
Merge pull request #10549 from irynamatveieva/improvements/send-rpc-request-reply-nodes
...
Send rpc request and send rpc reply nodes: added tests
2024-06-12 16:34:21 +03:00
IrynaMatveieva
4be5fe0cfa
added tests for azure iot hub node
2024-06-11 17:21:24 +03:00
IrynaMatveieva
da3b42754a
added posibility to set ttl in config
2024-06-11 12:10:41 +03:00
IrynaMatveieva
a86a42813f
added tests for mqtt node
2024-06-10 15:21:43 +03:00
IrynaMatveieva
c137a14481
created complex test instead of parametrized
2024-06-07 18:03:45 +03:00