Andrii Shvaika
8d5c38b743
Queue refactoring
2020-05-01 17:43:13 +03:00
Andrii Shvaika
c7f282d393
Refactoring of the Queue Consumers
2020-05-01 12:45:06 +03:00
Andrii Shvaika
3d54384be7
Merge branch 'master' of github.com:thingsboard/thingsboard
2020-04-30 20:39:05 +03:00
Andrii Shvaika
09d8823205
Race condition fix
2020-04-30 20:38:53 +03:00
Dmytro Shvaika
89d19fb368
fix typo
2020-04-30 18:43:43 +03:00
Andrii Shvaika
702a8b6139
Force unsubscribe from Kafka topics
2020-04-30 18:10:05 +03:00
Andrii Shvaika
9b532e180e
Merge branch 'master' of github.com:thingsboard/thingsboard
2020-04-30 17:29:18 +03:00
Andrii Shvaika
a437eba585
Fixed default Rule Chain
2020-04-30 17:29:06 +03:00
VoBa
e39ccaa2cc
[2.5] Improved login by params to support nagivation to different dashboards ( #2702 )
...
* Improved login by params
* Fix
* Removed incorrect redirect
* Refactoring
2020-04-30 15:48:07 +03:00
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