Volodymyr Babak
2b70cfc95a
Constant usage; ASC order
2020-03-24 11:44:47 +02:00
Volodymyr Babak
660b7fc62b
Merge branch 'feature/edge' into feature/edge-last-week
2020-03-17 18:56:46 +02:00
Volodymyr Babak
f5034b4dcd
Merge remote-tracking branch 'upstream/master' into feature/edge
2020-03-17 18:43:22 +02:00
Volodymyr Babak
69ba71be27
Added init service on edge connect
2020-03-13 19:16:36 +02:00
ShvaykaD
e9e24f3aa5
improvements/kafka-rule-node-ui ( #2506 )
...
* added ability to set metadata key-pairs as record headers in kafka node
* added default charset if it is undefined
2020-03-11 18:08:28 +02:00
ShvaykaD
515dc983d3
Improvements/kafka rule node ( #2505 )
...
* added metadata key-values as kafka headers
* added default charset to configuration
* fix typo
2020-03-11 18:07:42 +02:00
Volodymyr Babak
24d4aed56c
Added rule chain type definition into rule node
2020-03-10 18:45:35 +02:00
YevhenBondarenko
d68ef2333a
updated guava and protobuf versions
2020-03-10 16:14:01 +02:00
YevhenBondarenko
ad4e27d08b
added TbCheckAlarmStatusNode to rulenode-core-config.js
2020-03-05 17:22:05 +02:00
YevhenBondarenko
a4ae57eb86
improvements
2020-03-05 16:05:29 +02:00
YevhenBondarenko
b3aaf66f3f
created TbCheckAlarmStatusNode
2020-03-05 16:05:29 +02:00
Yevhen Bondarenko
416c3fd10e
Introduced SMTP TLS version to default mail service and send email node
...
* added tlsVersion to TbSendEmailNode
* added tlsVersion to DefaultMailService
* added check tlsVersion for old version
2020-02-15 11:47:52 +02:00
Andrew Shvayka
03f5375a02
JSON support ( #2415 )
...
* Created JsonDataEntry and added DataType JSON
* Added json to ts and attributes, created sql schema-entities-hsql.sql (json_v varchar)
* refactored
* refactored
* added json array support
* Aggregation improvement
* Changed in JsonDataEntry value type from JsonNode to String
* fix AggregatePartitionsFunction
Co-authored-by: Yevhen Bondarenko <56396344+YevhenBondarenko@users.noreply.github.com>
2020-02-14 19:18:18 +02:00
ShvaykaD
cc0e541788
fixed tell-failure for attributes fetch node ( #2365 )
...
* fixed tell-failure for attributes fetch node
2020-01-29 16:58:52 +02:00
Igor Kulikov
850d6d948c
Update License header year to 2020
2020-01-06 16:52:41 +02:00
Igor Kulikov
1265a9a1e3
Revert "Update License header year to 2020"
...
This reverts commit 9b42397c4a820688daf07117cb7efefa3f387f46.
2020-01-06 16:48:55 +02:00
Igor Kulikov
9b42397c4a
Update License header year to 2020
2020-01-06 16:41:04 +02:00
Igor Kulikov
93e33517c1
Fix merge conflicts.
2019-12-23 17:41:23 +02:00
Andrew Shvayka
1b4ef0c9fa
Latest UI
2019-12-20 17:42:07 +02:00
Andrew Shvayka
2b63f86d56
Merge remote-tracking branch 'origin/master' into ShvaykaD-improvements/alarm-propagate
2019-12-20 17:22:24 +02:00
Andrew Shvayka
3340c88be7
Merge with master
2019-12-20 17:22:12 +02:00
Dmytro Shvaika
29a29662e6
rule-node-ui-changes
2019-12-20 17:21:46 +02:00
vlad
43503f9c61
Activity event support for Copy to view node added
2019-12-19 18:00:24 +02:00
Andrew Shvayka
da7da1ef76
Async JS Execution
2019-12-11 14:27:13 +02:00
Igor Kulikov
c84a8a5e67
Version set to 2.5.0-SNAPSHOT
2019-12-10 15:25:03 +02:00
Dmytro Shvaika
f9c65d709d
code update
2019-12-09 15:57:26 +02:00
Dmytro Shvaika
dd64749075
init commit
2019-12-08 23:52:29 +02:00
Igor Kulikov
da81db88d8
Fix Rule Engine tests.
2019-12-03 16:45:27 +02:00
Andrew Shvayka
28e2c74ce3
JS Invoke become async
2019-11-29 18:31:24 +02:00
Andrew Shvayka
75931abd89
Merge branch 'master' of github.com:thingsboard/thingsboard
2019-11-29 17:21:32 +02:00
Andrew Shvayka
a69a3d4d58
JS Stats
2019-11-29 17:21:10 +02:00
Dima Landiak
b25ea1e613
rest api call node added parallel processing logic
2019-11-29 13:49:51 +02:00
Dima Landiak
85b63c5bbb
rest api call node generated ui ( #2206 )
2019-11-29 13:49:20 +02:00
Dmytro Shvaika
47e06f505f
update the rulenode-core-config.js
2019-11-22 17:12:35 +02:00
Dmytro Shvaika
78e6b6cdce
added ability to fetch latest values with ts
2019-11-22 15:36:47 +02:00
Dima Landiak
b67170f072
originator telemetry node added limit param, fixed ui
2019-11-22 15:01:53 +02:00
Dima Landiak
18767381f9
originator telemetry node added limit param
2019-11-22 15:01:38 +02:00
Volodymyr Babak
44377d56ca
Added alarm push from edge to cloud
2019-11-19 19:43:27 +02:00
Volodymyr Babak
c99cf51ca6
Added push to edge/cloud functionality
2019-11-15 18:38:14 +02:00
Igor Kulikov
6af9aa0ecb
JPA improvements.
2019-11-15 18:27:57 +02:00
Dima Landiak
a2e99688c5
rest api call node ui fix
2019-10-23 17:59:04 +03:00
Dima Landiak
18041c34c7
rest api call node added redis queue support ( #2112 )
...
* rest api call node added redis queue support
* rest api node refactoring
2019-10-23 17:58:46 +03:00
Igor Kulikov
41527ca059
Version set to 2.4.2-SNAPSHOT. Restore Black Box Tests.
2019-10-18 12:44:52 +03:00
Valerii Sosliuk
c85f218993
Alarm Clear Test Fixed
2019-10-17 12:49:02 +03:00
Valerii Sosliuk
db67999b71
Clear Alarm Node fix clearTs and endTs in log message
2019-10-10 13:49:33 +03:00
ShvaykaD
b7a2dddff9
rule-node-ui-update ( #1969 )
2019-09-09 11:54:58 +03:00
yefimov-andrey
303b63f392
moved name from Tenant and Customer to ContactBased ( #1929 )
2019-09-09 11:54:40 +03:00
yefimov-andrey
d0295ef353
Feature/fetch last level only ( #1922 )
...
* adding fetching only last level of relations
* further implementaion of fetching last level
* implementation of fetching last level
* implementation of fetching last level
* draft of fetching only last level
* removal of unnecessary new method
* cleanup and formatting
* cleanup and formatting
* formatting
* formatting
* formatting
* final version of fetching only last level, the boolean added to the relation search parameters
* fetchLastLevelOnly added to some more search queries
* fixed tests to include fetchLastLevelOnly parameter
* removed unnecessary use of fetchLastLevelOnly parameter
* removed default value of fetchLastLevelOnly
2019-08-16 12:29:54 +03:00
Andrew Shvayka
e43558109e
Extracted dao-api module to simplify rule-engine-api
2019-07-26 09:00:57 +03:00
Andrew Shvayka
467feb967f
Added Common Utils as a new home for DonAsynchron
2019-07-25 18:37:29 +03:00