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
333e7927df
changed access modifier
2024-08-06 17:49:34 +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
Viacheslav Klimov
5443897172
Merge pull request #11334 from AndriiLandiak/optimize-imports
...
Optimize imports
2024-08-02 11:22:12 +03:00
Andrew Shvayka
eb622ae7be
Merge pull request #11340 from ArtemDzhereleiko/AD/rule-core/update-config
...
Update rule node core config
2024-08-01 17:21:22 +03:00
Artem Dzhereleiko
7a9abc98ff
UI: Update rule node core config
2024-08-01 15:32:27 +03:00
Viacheslav Klimov
cb7542abdc
Merge pull request #11181 from irynamatveieva/fix/time-series-node-name
...
Timeseries node: change name
2024-08-01 13:57:02 +03:00
Andrii Landiak
0c0c2fc5fc
Merge remote-tracking branch 'upstream/master' into optimize-imports
2024-08-01 12:52:17 +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
Andrii Landiak
5ca6ad03e3
CE: optimize java imports
2024-08-01 11:12:10 +03:00
irynamatveieva
649a8b65fd
fixed conflicts
2024-07-31 15:02:41 +03:00
Viacheslav Klimov
9d700b381a
Merge pull request #11224 from thingsboard/hotfix/3.7
...
Hotfix/3.7
2024-07-30 14:09:10 +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
IrynaMatveieva
82801e25ae
updated script
2024-07-25 15:30:05 +03:00
Volodymyr Babak
b6cfc32b6b
TbHttpClient - fixed proxy ssl configuration
2024-07-17 12:19:53 +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
YevhenBondarenko
58185d4a4c
hotfix Connection reset
2024-07-11 11:23:03 +02:00
YevhenBondarenko
65789f2e7b
fixed adding body condition and content-type creation
2024-07-11 11:03:37 +02:00
IrynaMatveieva
b7508db08f
changes timeseries to time series
2024-07-10 12:16:27 +03: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
Artem Dzhereleiko
a14eff7089
UI: Update rule node core config
2024-07-08 13:33:37 +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
291849f81b
fixed ui resources
2024-07-03 16:36:39 +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
Artem Dzhereleiko
c9ee67c762
UI: Update rule node core config
2024-07-01 15:21:31 +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
Igor Kulikov
468c007882
Version set to 3.7.1-SNAPSHOT
2024-06-20 15:53:41 +03:00
IrynaMatveieva
60d638dfd7
moved connecting mqtt client no the separate method
2024-06-20 15:47:29 +03:00
IrynaMatveieva
be2fb6d0b3
added missed version to the mqtt node
2024-06-20 11:27:35 +03:00