3092 Commits

Author SHA1 Message Date
Vladyslav
e66afcd26c Fix translate 2020-05-04 00:21:58 +03:00
Volodymyr Babak
dab185208a Test fixed 2020-05-04 00:21:58 +03:00
Volodymyr Babak
4df25672b1 Revert debug logger 2020-05-04 00:21:58 +03:00
Volodymyr Babak
8dbc550fd3 Refactoring to review. Added tenantId and customerId. Added email tenant name strategy 2020-05-04 00:21:58 +03:00
Volodymyr Babak
d644dddcc9 Removed comment line 2020-05-04 00:21:58 +03:00
Volodymyr Babak
a563fdab3f Added basic and custom OAuth2 user mappers 2020-05-04 00:21:58 +03:00
Volodymyr Babak
7fc46010b7 Added base impl for OAuth-2 2020-05-04 00:21:58 +03:00
Andrii Shvaika
08ab9752fc Better logging of Rule Engine errors 2020-05-04 00:13:14 +03:00
Andrew Shvayka
d2919ba30e Improvement to Clear Alarm Node 2020-05-03 02:17:17 +03:00
Andrew Shvayka
e251bc5750 Improvement to deserialization and remove debug on dashboards 2020-05-02 18:12:43 +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