3292 Commits

Author SHA1 Message Date
Andrii Shvaika
30a2d19d2d Fixes to Kafka JS headers issue 2020-04-30 15:17:39 +03:00
Andrii Shvaika
beb5d1d0ba Merge branch 'develop/2.5-js-executor' of https://github.com/YevhenBondarenko/thingsboard 2020-04-30 15:08:05 +03:00
ShvaykaD
56ac228662
[WIP] Improvements for PostgreSQL 11 partitioning. (#2681)
* improvements for migration to postgres 11

* tests update

* fix typo

* throw exception if query execution failed
2020-04-30 13:12:35 +03:00
Andrii Shvaika
4079daabcd Timeouts for Remote JS Executors 2020-04-30 12:50:41 +03:00
Andrew Shvayka
7a47cd503b Revert "Develop/2.5 js executor (#2685)"
This reverts commit 1599b24c3a748599a84f877987f452579c997ccf.
2020-04-30 11:19:50 +03:00
Vladyslav
b8a305ec57
Fix position autocomplete (#2699) 2020-04-30 09:50:50 +03:00
VoBa
0cae071e5a
Make executable files to be able to run by non root and non thingsboa… (#2698)
* Make executable files to be able to run by non root and non thingsboard user (to be in sync with OpenShift policies)

* Added default yes to agreement
2020-04-30 09:37:08 +03:00
Yevhen Bondarenko
1599b24c3a
Develop/2.5 js executor (#2685)
* moved kafka from service.js to own module

* created awsSqs, pubSub, rabbitmq js-executors

* revert RemoteJsInvokeService

* revert thingsboard.yml

* added queue settings to js-executor

* refactored queue factories

* added queue params to pubsub js-executor

* azure service bus js-executor
2020-04-29 21:02:47 +03:00
Andrii Shvaika
8e9fb46361 Fixed microservices 2020-04-29 19:52:18 +03:00
Vladyslav_Prykhodko
e5fe102b3a Fix limit to set coordinate 2020-04-29 18:46:19 +03:00
YevhenBondarenko
43b2eedbd5 azure service bus js-executor 2020-04-29 18:27:53 +03:00
Igor Kulikov
6b6d4702a8 Update package.json versions 2020-04-29 14:30:34 +03:00
Andrii Shvaika
5fa2e2fc49 Added automatic creation of relations for demo dashboard 2020-04-29 11:50:02 +03:00
YevhenBondarenko
8c413f8b9c added queue params to pubsub js-executor 2020-04-29 10:42:18 +03:00
YevhenBondarenko
cce6a44adc refactored queue factories 2020-04-29 10:14:05 +03:00
Andrii Shvaika
7944191f33 Merge branch 'master' of github.com:thingsboard/thingsboard 2020-04-29 10:02:08 +03:00
Andrii Shvaika
a38ee80e09 Refactoring of device creation using gateway 2020-04-29 10:02:00 +03:00
Igor Kulikov
fa5c051476 Fix demo data loader: set tenantId for termostatAlarms asset 2020-04-29 09:50:22 +03:00
Andrii Shvaika
79b4411c69 Synchronization of device connect processing in gateways 2020-04-29 09:45:24 +03:00
YevhenBondarenko
ef35ee8c30 added queue settings to js-executor 2020-04-29 09:41:21 +03:00
Vladyslav
8a246cceab
Clear code (#2691) 2020-04-29 09:34:33 +03:00
Andrii Shvaika
d78193f2e5 Test Thermostat devices 2020-04-28 21:19:53 +03:00
Vladyslav
6e50e97767
Add termostat dashboard reletion (#2687)
* Add termostat dashboard reletion

* Add create reletion
2020-04-28 20:05:54 +03:00
Andrii Shvaika
eb3cc332d1 Fix gateway/device last activity time checks 2020-04-28 18:19:30 +03:00
YevhenBondarenko
214a606066 revert thingsboard.yml 2020-04-28 17:07:25 +03:00
YevhenBondarenko
d264a5206c revert RemoteJsInvokeService 2020-04-28 17:05:53 +03:00
YevhenBondarenko
6322da3d04 merge with master 2020-04-28 16:51:04 +03:00
YevhenBondarenko
0dc31fbdde created awsSqs, pubSub, rabbitmq js-executors 2020-04-28 16:13:16 +03:00
bdrlamb
cb6e91277f Fix MQTT inactivity disconnects
MQTT clients don't send PINGREQ messages if they've recently sent [UN]SUBSCRIBE/PUBLISH messages.  The MQTT server last activity timestamp is currently only updated in response to PINGREQ messages.  This causes the server to disconnect any clients that regularly send PUBLISH messages since they don't send PINGREQ. 

This change adds reportActivity calls in response to PUBLISH, SUBSCRIBE and UNSUBSCRIBE in addition to PINGREQ.
2020-04-28 14:15:57 +03:00
Andrii Shvaika
6e82f4c8f0 Merge branch 'develop/2.5' 2020-04-28 14:09:36 +03:00
Andrii Shvaika
8abb718349 Merge with develop 2020-04-28 14:09:20 +03:00
Andrii Shvaika
86f21023fe Improved PartitionService and fixed startup order in docker-compose.yml 2020-04-27 14:44:29 +03:00
YevhenBondarenko
ba140644c7 added Azure Service Bus queue settings 2020-04-27 11:16:53 +03:00
YevhenBondarenko
30e5af3627 added zookeeper configs to coap and http 2020-04-27 11:16:12 +03:00
YevhenBondarenko
5b8122e1b3 added <logger name="com.microsoft.azure.servicebus.primitives.CoreMessageReceiver" level="OFF" /> 2020-04-27 11:16:12 +03:00
YevhenBondarenko
4aa225baba added exclusions to azure dependency, and added logger level OFF to CoreMessageReceiver 2020-04-27 11:16:12 +03:00
Andrii Shvaika
a779839081 Fixed transport 2020-04-24 19:16:25 +03:00
Andrii Shvaika
b5bedbfdf6 Refactoring of Docker Compose 2020-04-24 14:54:25 +03:00
Andrii Shvaika
a91a69c57f Fixed Docker Compose 2020-04-24 13:55:06 +03:00
Andrii Shvaika
9b0e92cac3 New Default Dashboard and Rule Chains 2020-04-24 12:46:48 +03:00
Andrii Shvaika
1510fe8448 Default Dashboard and Rule Chain 2020-04-24 12:22:34 +03:00
Andrii Shvaika
6b212bb5d7 Merge branch 'master' of github.com:thingsboard/thingsboard 2020-04-23 14:11:08 +03:00
Andrii Shvaika
cf5aa84e67 Changed default partition sizes 2020-04-23 14:10:45 +03:00
Dmytro Shvaika
9a052ef0bc fix typo in EventEntity class 2020-04-23 13:15:55 +03:00
Andrii Shvaika
087ea2d691 Commented Unstable Test 2020-04-23 09:25:25 +03:00
Andrew Shvayka
dbe0348042
Merge pull request #2621 from yefimov-andrey/dev-attributes-name-change
changed device attributes name to clarify its functionality
2020-04-22 19:37:45 +03:00
Andrew Shvayka
c286a489dd
Merge pull request #2655 from ShvaykaD/feature/psql-event-ttl
Events TTL for PostgreSQL
2020-04-22 19:36:58 +03:00
Andrii Shvaika
5dbf7d764c Default Dashboards 2020-04-22 18:52:34 +03:00
Dmytro Shvaika
6d20ed0550 fix event insert repository 2020-04-22 18:09:47 +03:00
Dmytro Shvaika
ce086f915e try to pass travis 2020-04-22 16:53:38 +03:00