1369 Commits

Author SHA1 Message Date
Igor Kulikov
c08a5e02f8 Improve device state check interval 2019-12-03 18:55:22 +02:00
Igor Kulikov
3c3ad1ac38 Improve Remote JS Invoke Service statistics 2019-12-03 16:01:10 +02:00
Igor Kulikov
562917649c Improve JS Executor 2019-12-03 14:45:59 +02:00
Andrew Shvayka
5fe40b70b3 No more protobuf in JS executor 2019-12-03 12:38:52 +02:00
Andrew Shvayka
28e2c74ce3 JS Invoke become async 2019-11-29 18:31:24 +02:00
Andrew Shvayka
da9b2b4960 Code cleanup 2019-11-29 17:43:39 +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
YevhenBondarenko
eb7c2f1659 Feature/rest client (#2218)
* added methods from admin-controller, alarm-controller, asset-controller, audit-log-controller

* refactored rest client and added methods from auth controller

* added methods from component-descriptor-controller

* added methods from customer controller

* added methods from dashboard controller

* added methods from device controller

* refactored url pageLink params

* added methods from entity relation controller

* added methods from entity view controller

* refactored

* added methods from event controller

* added methods from rpc controller

* added methods from rule chain controller

* added methods from telemetry controller

* added methods from tenant controller

* added methods from user controller

* added methods from widgets bundle controller

* added methods from widget type controller

* created method refreshToken

* moved classes SecuritySettings, UserPasswordPolicy, ClaimRequest, UpdateMessage, to common module, and added "/api" to urls where this part was missing
2019-11-29 13:48:31 +02:00
Andrew Shvayka
872cc5fff6 Merge branch 'master' of github.com:thingsboard/thingsboard 2019-11-28 18:38:20 +02:00
Andrew Shvayka
93a8c90882 Improvement to device state service 2019-11-28 18:37:01 +02:00
Dima Landiak
14d7f0af2f upgrade scripts fix 2019-11-28 17:39:20 +02:00
Dima Landiak
64a3baad41 remove null chars from str value of attributes and telemetry for sql 2019-11-27 19:58:02 +02:00
Andrew Shvayka
08bd89ef32 Changes to yml file 2019-11-27 19:56:54 +02:00
Andrew Shvayka
423880ab09 RPC Actor Stats 2019-11-27 19:44:34 +02:00
Andrew Shvayka
90d8bef576 Alarm performance improvements 2019-11-27 18:38:55 +02:00
Andrew Shvayka
84e391963e Rule engine transport stats 2019-11-26 17:15:36 +02:00
Andrew Shvayka
d40c054ca3 Print Cassandra Queries with specified frequency 2019-11-26 16:48:08 +02:00
Andrew Shvayka
bf4f389c48 Build fix 2019-11-26 14:01:46 +02:00
Andrew Shvayka
7471ada0c5 Fix device state fuction 2019-11-26 13:54:55 +02:00
Andrew Shvayka
e18582f912 Fixed device state service 2019-11-26 13:22:52 +02:00
Andrew Shvayka
42a15097c6 Performance Improvement on start 2019-11-26 12:49:11 +02:00
Andrew Shvayka
81e6cccac9 Improved Device State Service load 2019-11-25 19:41:25 +02:00
Andrew Shvayka
ac67516dc2 Optimization of Device Creation and Lookup Performance 2019-11-22 15:47:54 +02:00
Andrew Shvayka
1d29a8d9a6
Batch attribute updates
* added batch support to AttributeKvInsertRepository

* added logs for testing

* added batch support to AttributeKvInsertRepository

* added logs for testing

* Code review part 1

* Improvements

* Batch Update Implementation

* added realization SaveOrUpdate batch to Hsql and refactored

* refactored
2019-11-22 15:11:32 +02:00
Volodymyr Babak
44377d56ca Added alarm push from edge to cloud 2019-11-19 19:43:27 +02:00
Chantsova Ekaterina
9e9b0d7595 Update widget settings 2019-11-19 16:36:03 +02:00
Chantsova Ekaterina
e253b6443c Update widget for backward compatibility 2019-11-19 16:36:03 +02:00
YevhenBondarenko
9c5dd4345c added default value to persistToTelemetry 2019-11-19 16:35:02 +02:00
YevhenBondarenko
5ee58710a5 refactored renamed useTelemetry to persistToTelemetry 2019-11-19 16:35:02 +02:00
YevhenBondarenko
bc08e6204f refactored method save from DefaultDeviceStateService 2019-11-19 16:35:02 +02:00
YevhenBondarenko
50b89d774c refactored DefaultDeviceStateService, added the field useTelemetry(need for saving attributes, if it true, attributes will be save like a telemetry) 2019-11-19 16:35:02 +02:00
Volodymyr Babak
acfaf68042 Added ALARM entity support 2019-11-18 19:37:16 +02:00
Volodymyr Babak
c99cf51ca6 Added push to edge/cloud functionality 2019-11-15 18:38:14 +02:00
Igor Kulikov
6af9aa0ecb JPA improvements. 2019-11-15 18:27:57 +02:00
Volodymyr Babak
efd565d8b6 Added root rule chain for the edge. Part 2 2019-11-12 19:07:46 +02:00
Volodymyr Babak
66af90bf0a Added Rule Chain type 2019-11-11 19:20:11 +02:00
nordmif
6f2c1deca8 increased default JS execution time to 3000 ms 2019-11-11 19:02:05 +02:00
Volodymyr Babak
e0881cfc44 Added Rule Chain Metadata Update Msg. Added assigned edges text to rule chain 2019-11-11 17:19:29 +02:00
woodyjon
695d3a796c 2 small typos in widget codes (#2160) 2019-11-08 15:42:10 +02:00
Dima Landiak
fc78186414 fix the right message sending on transaction end (#2137) 2019-11-08 14:21:21 +02:00
Chantsova Ekaterina
a51c44e5db Multiple attributes input widget improvement (#2144)
* Extend multiple input widget

* Update multiple attributes widget

* Change bundle, minor changes

* Fix disablefor date input
2019-11-08 14:20:21 +02:00
Vladyslav
ac8e67eff0 Create new input widgets for edit location enity to map (#2138) 2019-11-08 14:19:15 +02:00
Volodymyr Babak
5e46f3e7af Asset, Device and Entity View assign to edge 2019-11-08 11:49:43 +02:00
YevhenBondarenko
46c7862258 Activation Link(added logic if x-forwarded-proto is set but x-forwarded-port not set, set port to 80 or 443) 2019-11-08 11:01:01 +02:00
Volodymyr Babak
ad5e8c0b96 Added proto update messages and base logic 2019-11-07 15:06:04 +02:00
Volodymyr Babak
a770a59bf0 Added Edge gRPC session 2019-10-29 19:21:53 +02:00
Volodymyr Babak
d3bda85a93 Added routing key and secret 2019-10-28 12:13:01 +02: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
Volodymyr Babak
0cca90ff21 Added manage edge rule chains functionality 2019-10-21 19:12:57 +03:00