593 Commits

Author SHA1 Message Date
hagaic
b7ed7ea039 hybrid db initial commit 2018-08-21 00:58:45 +03: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
Andrew Shvayka
ba1dc4db50 Version set to 2.1.1-SNAPSHOT 2018-07-25 18:09:31 +03:00
Jan Bols
7c0087e6df Make RemoteToRuleChainTellNextMsg's parent class RuleNodeToRuleChainTellNextMsg Serializable. 2018-07-19 18:27:22 +02:00
Igor Kulikov
ed93f5d54d Version set to 2.1.0 2018-07-19 16:06:32 +03: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
b4a8b33091 Merge branch 'master' of github.com:thingsboard/thingsboard 2018-07-19 15:03:53 +03: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
9c10caa7d8 Version set to 2.1.0-SNAPSHOT 2018-07-18 17:04:37 +03: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
Igor Kulikov
01cb77f51d Version set to 2.0.4-SNAPSHOT 2018-06-12 15:50:44 +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
Andrew Shvayka
cf723c72c2 Changed version to v2.0.3-SNAPSHOT 2018-06-11 19:03:34 +03:00
Andrew Shvayka
31a940aeb6 Fix for issue 842 2018-06-11 18:59:55 +03:00
vparomskiy
3b1b610f7a add flags for GC tuning and logging 2018-06-11 18:13:35 +03:00
vparomskiy
b13b810e4e use threadsafe collection during subscription 2018-06-11 18:13:02 +03:00
Dima Landiak
a58eb0f74e typo 2018-06-05 18:36:49 +03:00
Dima Landiak
ce9967488b jpa delete timeseries implementation, partitions delete fix 2018-06-05 18:25:39 +03:00
Dima Landiak
e37e7242fd find and save new latest if previous deleted 2018-06-04 19:38:08 +03:00
Igor Kulikov
75c0c5b3d0 Fix bugs. 2018-06-04 17:32:23 +03:00
Andrew Shvayka
1960af7818 Merge branch 'master' of github.com:thingsboard/thingsboard 2018-06-04 13:44:13 +03:00
Andrew Shvayka
8ad7558b3e Cluster mode for DeviceStateService and multiple fixes 2018-06-04 13:43:10 +03:00
Igor Kulikov
7f6ad9a6a6 Fix Test BaseHttpDeviceApiTest.testGetAttributes 2018-06-04 12:34:40 +03:00
lonwern
3fa9437e68 Fixed couldn't get shared attributes. 2018-06-04 15:48:39 +08:00
Igor Kulikov
fd905987a8 Version set to 2.0.2-SNAPSHOT 2018-06-04 10:23:49 +03:00
Andrew Shvayka
622300181f Notification for DeviceStateService about created Device 2018-06-04 01:37:44 +03:00
Igor Kulikov
9f82e59b2d Improve Database Upgrade code. 2018-06-01 18:14:21 +03:00