289 Commits

Author SHA1 Message Date
Andrii Shvaika
99d322d449 Refactoring of the rule engine 2020-03-24 10:35:54 +02:00
Andrii Shvaika
ce6ec88983 Refactoring of the websocket and subscription services 2020-03-20 18:00:57 +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
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
VoBa
3935f616c7 Feature/security updates (#1993)
* Added last login to user details

* Added last login to profile page

* Fixed label style

* Added actionType filter to Audit Logs controller

* Lockout feature; Password Reuse frequency

* Send email notification in case user lockout; Refactoring

* Fixed set of null password history; Added toast on user account locked/unlocked

* Typo fixed

* Ignored json validator for securitySettings

* Added Lockout action type

* Added permission check for user disable/enable

* Fixed email title
2019-09-10 15:45:19 +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
a171483b52 Removed Redundant dependency 2019-07-25 18:38:54 +03:00
Andrew Shvayka
467feb967f Added Common Utils as a new home for DonAsynchron 2019-07-25 18:37:29 +03:00
Igor Kulikov
63beb4c571 Update Netty and GRPC versions. 2019-07-19 13:58:33 +03:00
VoBa
a1aea81366 Added usage of msg count in the generator node 2019-07-19 13:47:02 +03:00
Igor Kulikov
b482238ef3 Version set to 2.4.1-SNAPSHOT 2019-07-12 16:15:00 +03:00
Igor Kulikov
c631d51e24 Version set to 2.4.0-SNAPSHOT 2019-06-27 10:12:30 +03:00
Igor Kulikov
4c01b25182 Fix conflicts 2019-06-27 09:28:59 +03:00
Volodymyr Babak
4aee1a9c9f Added alarm originator source; Added period in seconds use metadata pattern 2019-06-26 11:43:11 +03:00