7777 Commits

Author SHA1 Message Date
Dima Landiak
c1f3abf9de refactoring 2018-09-06 15:55:49 +03:00
viktorbasanets
61da5d5d6e Was addet to validate instance of entity-view 2018-09-06 14:19:35 +03:00
viktorbasanets
e132d702a2 Was changed path to all sql and nosql tests 2018-09-06 13:10:48 +03:00
viktorbasanets
c5827e1b9e was added entity_type field to entity_views table 2018-09-06 13:07:31 +03:00
Dima Landiak
753ff4e31a merged with master 2018-09-06 12:41:13 +03:00
viktorbasanets
d731bf614e commit3 2018-09-05 19:29:42 +03:00
viktorbasanets
481d2f4770 commit 2018-09-05 18:12:09 +03:00
viktorbasanets
48ff2b2723 Was modified 2018-09-05 18:10:39 +03:00
viktorbasanets
0cb7f455f0 Was modified header 2018-09-04 11:05:52 +03:00
viktorbasanets
d24391a276 Was added update for sql and cql 2018-09-04 10:45:39 +03:00
viktorbasanets
64620a89ce Was add couple test methods 2018-09-03 19:32:29 +03:00
viktorbasanets
8fdfa909db Was modified classes to config and create DB for EntityView model 2018-09-03 19:30:48 +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
viktorbasanets
d4cc05deba Was corrected header 2018-08-29 15:35:10 +03:00
viktorbasanets
6e5bda589f Was returned to the original state 2018-08-29 15:28:48 +03:00
viktorbasanets
c8733b695c Was added tests of find entity by id and delete entity methods 2018-08-29 13:48:26 +03:00
viktorbasanets
f880fc2e42 Was added method for delete of entity view 2018-08-29 13:26:00 +03:00
vparomskiy
142a422b7a deduplicate JS scripts in JsScriptEngine 2018-08-28 16:54:31 +03:00
viktorbasanets
9bcfec00ba Was created controller EntityViewController 2018-08-28 13:57:42 +03:00
viktorbasanets
7e00615a0d Was modified BaseController abstract class: added EntityViewService 2018-08-27 19:03:39 +03:00
viktorbasanets
09a13ba82d Was added descriptive headings titles to source code files 2018-08-27 17:30:49 +03:00
viktorbasanets
076bddb32a Was modified thingsboard.yml 2018-08-27 17:15:01 +03:00
viktorbasanets
a22bef2e18 Was created first test to EntityViewController 2018-08-27 17:01:58 +03:00
Jan Bols
2b34574440 missing break in switch statement of AppActor 2018-08-24 11:44:36 +02:00
hagaic
8f614846eb add license headers 2018-08-22 09:16:59 +03:00
hagaic
5165160b3b revert upgrade C* in hybrid mode, since no upgrade of TS tables 2018-08-22 06:55:29 +03:00
hagaic
90e0d8965b install hybrid db schema (simplified) 2018-08-22 04:27:12 +03:00
hagaic
4976a5326f install hybrid db schema 2018-08-22 04:14:19 +03:00
hagaic
c9fc57b3fd make hybrid db optional 2018-08-21 02:05:45 +03:00
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
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