525 Commits

Author SHA1 Message Date
Andrii Shvaika
e991c0ef23 No more Synchronization nodes 2020-04-14 08:44:34 +03:00
Andrii Shvaika
63bac58ae8 Implementation of statistics counters 2020-04-14 08:27:44 +03:00
Andrii Shvaika
d380ac7106 Device -> Server RPC implementation and improvements 2020-04-13 18:33:11 +03:00
hamza.slama
5b8ce2fb69 Move AlarmId To Id Package 2020-04-13 10:40:03 +03:00
Maksym Dudnik
d074ee7e23 Rule node Updated Translation 2020-04-13 09:34:59 +03:00
Andrii Shvaika
2f6c6ad1fe Merge with master 2020-04-08 18:24:52 +03:00
Andrii Shvaika
3eaae1ef32 Statistics Implementation 2020-04-08 14:09:56 +03:00
Andrii Shvaika
c52d0d26d3 Refactoring of Message Routing 2020-04-06 19:23:33 +03:00
Andrii Shvaika
638ca0e1d1 Refactoring to multiple queues for rule engine 2020-04-06 18:35:43 +03:00
Yevhen Bondarenko
a6e090ef86
Develop/2.5 pubsub (#2566)
* created Aws Sqs Queue

* improvement AwsSqs providers

* created pubsub queue

* revert package-lock.json

* Aws sqs improvements

* Aws sqs improvements

* Aws sqs improvements

* Aws sqs improvements

* Created pubsub queue

* aws improvements

* aws improvements

* aws improvements

* added visibility timeout to aws queue

* pub sub improvements

* pub sub improvements

* aws sqs improvements

* pub sub improvements

* added comment to transport.yml about ack deadline
2020-03-31 16:39:41 +03:00
Yevhen Bondarenko
2553cf6b6f
created Aws Sqs Queue (#2534)
* created Aws Sqs Queue

* improvement AwsSqs providers

* revert package-lock.json

* Aws sqs improvements

* Aws sqs improvements

* Aws sqs improvements

* Aws sqs improvements

* aws improvements

* aws improvements

* aws improvements

* added visibility timeout to aws queue
2020-03-30 19:13:34 +03:00
Andrii Shvaika
7531a26e61 Implementation of RPC Call support 2020-03-25 22:11:47 +02:00
Igor Kulikov
28097b4bb2 Update rule node config ui 2020-03-24 16:40:44 +02:00
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
ArtemHalushko
42c52bfdba
Map/3.0 (#2535)
* add base map infrastructure

* add leaflet css

* add tencent map

* add google maps support

* added image map support

* refactor schemes

* here maps support && WIP on markers

* add simple marker suppor

* data update & polyline support

* map bouds support

* add some settings support

* add map provider select to settings

* labels support

* WIP on trip animation widget

* WIP on history control and route interpolation

* trip-animation map provider & custom markers

* comleted track marker & history controls

* add license headers

* label fix & tooltips support

* WIP on polygons

* marker dropping support

* add polygon support

* add label to trip animation

* WIP on tooltips

* lint anf typed leaflet AddMarker

* some typing and poly improvements

* add typing

* add marker creation

* update proxy

* save position fix

Co-authored-by: Artem Halushko <ahalushko@thingboards.io>
Co-authored-by: Adsumus <artemtv42@gmail.com>
2020-03-20 16:57:35 +02:00
Igor Kulikov
c55ddd9f71 Merge with master 2020-03-20 16:21:19 +02:00
YevhenBondarenko
63e0a0be81 updated rulenode-core-config (added ui config to check alarm status node) 2020-03-18 16:35:23 +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
Igor Kulikov
957a0c9e61 Merge with master 2020-03-11 14:14:46 +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
Igor Kulikov
a1fcd397d5 Update rule nodes config UI 2020-02-20 13:15:23 +02:00
Igor Kulikov
96d3b245b0 Revert to version 3.0.0-SNAPSHOT 2020-02-20 12:35:01 +02:00
Igor Kulikov
e9b2c3107e Merge with master 2020-02-20 12:33:36 +02:00
Igor Kulikov
3e2a87135f Prepare for merge with master 2020-02-20 10:26:43 +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
Igor Kulikov
3378aa1d77 Fix angular 9 migration and style issues. 2020-02-12 17:19:30 +02:00
Igor Kulikov
4c5d82968e Rule nodes UI migration 2020-02-11 20:03:37 +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
4982f0e6a4 Finish RuleChain page. Implement missing widget subscription methods. Implement Entities table widget. 2020-01-22 20:05:30 +02:00
Igor Kulikov
08e5a7e09d Rule nodes UI 2020-01-16 20:40:53 +02:00
Igor Kulikov
6e323fd921 Update rule nodes config 2020-01-16 12:55:18 +02:00
Igor Kulikov
f345092b2e UI: Rule nodes configuration 2020-01-14 19:51:31 +02:00
Igor Kulikov
d0b4089fa9 UI: Rule nodes configuration 2020-01-14 16:57:42 +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
8e37e283d7 Update rulenode core config. 2019-12-24 16:33:43 +02:00
Igor Kulikov
93e33517c1 Fix merge conflicts. 2019-12-23 17:41:23 +02:00
Igor Kulikov
a42bd5d7ee UI: RuleNode configuration 2019-12-23 14:36:44 +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