Igor Kulikov
52f04308d4
Improve JS Executor. Add docker build.
2018-10-02 11:50:55 +03:00
Igor Kulikov
64b50fa8bc
Remote Js Executor basic message processing.
2018-09-27 21:05:14 +03:00
Andrew Shvayka
9ef768f5e6
Fixed timeout logic
2018-09-27 14:50:24 +03:00
Andrew Shvayka
029775e557
Fixes to Remote JS
2018-09-27 13:46:34 +03:00
Andrew Shvayka
4c4923e3f7
Timeout and Args support
2018-09-27 11:59:15 +03:00
Andrew Shvayka
bd1ef13a5d
Merge branch 'master' of github.com:thingsboard/thingsboard into feature/external-js-eval
2018-09-26 17:22:02 +03:00
Andrew Shvayka
7ba82aef3b
Fixes to configuration
2018-09-26 17:21:18 +03:00
Andrew Shvayka
601efbc931
Fixed action type for alarm audit log
2018-09-26 14:57:43 +03:00
Andrew Shvayka
2ada821d6c
Implementation draft
2018-09-26 14:54:59 +03:00
Andrew Shvayka
175e73256d
Refactoring
2018-09-24 19:20:55 +03:00
Andrew Shvayka
6c618a7db3
Fixed issue with Zookeeper reconnect
2018-09-23 16:22:04 +03:00
Andrew Shvayka
99694c99c3
Initial refactoring
2018-09-23 16:11:09 +03:00
vparomskiy
b8975fed73
Merge branch 'master' of https://github.com/thingsboard/thingsboard
2018-09-11 16:33:46 +03:00
vparomskiy
5ea053b71b
blacklisted Script error should show initial exception
2018-09-11 16:33:39 +03:00
vparomskiy
831f6201db
sync deduplicated script evaluation/release
2018-09-11 14:36:24 +03:00
Dima Landiak
29fc238676
refactoring and changing class names
2018-09-10 19:32:04 +03:00
Dima Landiak
c1f3abf9de
refactoring
2018-09-06 15:55:49 +03:00
Dima Landiak
753ff4e31a
merged with master
2018-09-06 12:41:13 +03:00
Andrew Shvayka
291634c10f
Fix for notification to the devices when shared attribute is saved via rule engine
2018-08-30 11:42:53 +03:00
vparomskiy
142a422b7a
deduplicate JS scripts in JsScriptEngine
2018-08-28 16:54:31 +03:00
Jan Bols
2b34574440
missing break in switch statement of AppActor
2018-08-24 11:44:36 +02:00
Andrew Shvayka
75b77f09f8
Merge pull request #1014 from davidgin/fixedPartitions
...
address issue Add partition granularity to time series data #1006 h…
2018-08-17 16:54:58 +03:00
Igor Kulikov
796294f33f
Login As User feature.
2018-08-17 15:59:14 +03:00
David
2b212d777c
formatting ,added INDEFINITE to possible partitioning in yml ,savePartition returns immediateFuture(null) if FixedPartition mode enabled
2018-08-16 17:24:59 +03:00
Andrew Shvayka
10fead768e
Alarm Controller audit log fix
2018-08-06 19:49:13 +03:00
Andrew Shvayka
4d5ad6d882
Merge branch 'master' of github.com:thingsboard/thingsboard
2018-08-03 12:09:10 +03:00
Andrew Shvayka
0b13fa2f0e
Hotfix for actor restarts during creation failure
2018-08-03 12:08:57 +03:00
Andrew Shvayka
4cbacde755
Merge pull request #948 from janbols/master
...
Cache assets
2018-07-31 14:10:10 +03:00
Andrew Shvayka
984ce805f5
Merge pull request #951 from janbols/Serializable
...
RuleNodeToRuleChainTellNextMsg is not Serializable
2018-07-31 14:07:31 +03:00
Dima Landiak
f94c61f256
Merge branch 'master' of github.com:thingsboard/thingsboard
2018-07-25 18:55:25 +03:00
Dima Landiak
914a052ae4
merged with deleting timeseries
2018-07-25 18:54:54 +03:00
Andrew Shvayka
d8ac388395
Fixed NPE in DataEntry objects and logging statistics of rule chains/nodes
2018-07-25 18:12:35 +03:00
Jan Bols
7c0087e6df
Make RemoteToRuleChainTellNextMsg's parent class RuleNodeToRuleChainTellNextMsg Serializable.
2018-07-19 18:27:22 +02:00
Andrew Shvayka
6535330a44
Merge pull request #949 from janbols/Serializable
...
Make RemoteToRuleChainTellNextMsg Serializable
2018-07-19 15:37:36 +03:00
Jan Bols
1dd0ae3057
Make RemoteToRuleChainTellNextMsg Serializable
2018-07-19 14:12:03 +02:00
Andrew Shvayka
8db6820256
Audit Log improvements
2018-07-19 15:03:40 +03:00
Jan Bols
fb294561e6
Cache assets when finding them by tenant and name cfr the caching of devices
...
=> add asset in cache directives of config files
2018-07-19 11:21:04 +02:00
Igor Kulikov
e9d7561fd8
Fixed ActorSystemContext initialization. UI: Fix rulenode missing original icon after copy/paste.
2018-07-18 11:59:45 +03:00
Igor Kulikov
52ffd5345c
Refactoring of Generator Node
2018-07-12 12:51:42 +03:00
Andrew Shvayka
5faf9df11f
Merge branch 'master' of github.com:thingsboard/thingsboard
2018-07-11 15:00:35 +03:00
Jan Bols
5f258b95d9
Keep exact header.
2018-07-06 22:37:04 +02:00
Jan Bols
5951747095
When firing an RpcBroadcastMsg message or a ToAllNodesMsg from one node, the other nodes never get notified because the messages doesn't have a serverAddress.
...
As a result firing such a method is not forwarded to the other cluster nodes.
This PR adds the serverAddress for each node that the message is sent to so the other nodes get the message and can react to component lifecycle changes.
2018-07-06 22:33:02 +02:00
Igor Kulikov
60046e8353
Reduce UI resources size. UI resources compression support.
2018-07-06 20:49:19 +03:00
Andrew Shvayka
d42df1d5b5
Automatic message routing during tellNext based on originator ID
2018-07-06 15:45:49 +03:00
vparomskiy
1082eda3d8
ignore unknown JVM flags for 'client' JVM instances
2018-06-21 11:13:32 +03:00
Jan Bols
0a0ed137bd
When following instructions on https://thingsboard.io/docs/user-guide/contribution/how-to-contribute/#create-database-schema-and-populate-demo-data , the install script doesn't work when the thingsboard user doens't have a password because su is used instead of sudo.
2018-06-18 11:57:47 +02:00
Igor Kulikov
1f58c1b0d6
Fix subscription service: ignore unmatched updates.
2018-06-15 17:07:01 +03:00
steve
42a451fcf3
Fixed ugly null pointer exception when there is no or incomplete root rule chain.
...
Make it go to an log entry instead.
2018-06-14 17:18:25 +03:00
vparomskiy
cdf3cb6598
flags should be added before jar file specified
2018-06-12 14:47:30 +03:00
vparomskiy
20318fff5d
(windows) add flags for GC tuning and logging
...
(windows) add default heap size flags
2018-06-12 10:43:23 +03:00