viktorbasanets
cb087d0b53
For testing of entiti-view controller
8 years ago
viktorbasanets
770253a32c
Was fixed the type of startTs & endTs fields of EntityViewEntity class and queries of schemas db tables
8 years ago
viktorbasanets
0501e9d4b4
Was modified addLocalWsSubscription(...)
8 years ago
Dima Landiak
29fc238676
refactoring and changing class names
8 years ago
viktorbasanets
4e39ed53fe
Minor changes
8 years ago
viktorbasanets
1adb36cd47
Was added the filds of start-time and end-time
8 years ago
Volodymyr Babak
06a0941dbe
Entity view misc fixes
8 years ago
Volodymyr Babak
5bf9528ee8
Fixes for entity view
8 years ago
Dima Landiak
c1f3abf9de
refactoring
8 years ago
viktorbasanets
61da5d5d6e
Was addet to validate instance of entity-view
8 years ago
viktorbasanets
e132d702a2
Was changed path to all sql and nosql tests
8 years ago
viktorbasanets
c5827e1b9e
was added entity_type field to entity_views table
8 years ago
viktorbasanets
d731bf614e
commit3
8 years ago
viktorbasanets
481d2f4770
commit
8 years ago
viktorbasanets
48ff2b2723
Was modified
8 years ago
viktorbasanets
0cb7f455f0
Was modified header
8 years ago
viktorbasanets
d24391a276
Was added update for sql and cql
8 years ago
viktorbasanets
64620a89ce
Was add couple test methods
8 years ago
viktorbasanets
8fdfa909db
Was modified classes to config and create DB for EntityView model
8 years ago
Andrew Shvayka
291634c10f
Fix for notification to the devices when shared attribute is saved via rule engine
8 years ago
viktorbasanets
d4cc05deba
Was corrected header
8 years ago
viktorbasanets
6e5bda589f
Was returned to the original state
8 years ago
viktorbasanets
c8733b695c
Was added tests of find entity by id and delete entity methods
8 years ago
viktorbasanets
f880fc2e42
Was added method for delete of entity view
8 years ago
vparomskiy
142a422b7a
deduplicate JS scripts in JsScriptEngine
8 years ago
viktorbasanets
9bcfec00ba
Was created controller EntityViewController
8 years ago
viktorbasanets
7e00615a0d
Was modified BaseController abstract class: added EntityViewService
8 years ago
viktorbasanets
09a13ba82d
Was added descriptive headings titles to source code files
8 years ago
viktorbasanets
076bddb32a
Was modified thingsboard.yml
8 years ago
viktorbasanets
a22bef2e18
Was created first test to EntityViewController
8 years ago
Jan Bols
2b34574440
missing break in switch statement of AppActor
8 years ago
Igor Kulikov
796294f33f
Login As User feature.
8 years ago
David
2b212d777c
formatting ,added INDEFINITE to possible partitioning in yml ,savePartition returns immediateFuture(null) if FixedPartition mode enabled
8 years ago
Andrew Shvayka
10fead768e
Alarm Controller audit log fix
8 years ago
Andrew Shvayka
0b13fa2f0e
Hotfix for actor restarts during creation failure
8 years ago
Andrew Shvayka
d8ac388395
Fixed NPE in DataEntry objects and logging statistics of rule chains/nodes
8 years ago
Jan Bols
7c0087e6df
Make RemoteToRuleChainTellNextMsg's parent class RuleNodeToRuleChainTellNextMsg Serializable.
8 years ago
Jan Bols
1dd0ae3057
Make RemoteToRuleChainTellNextMsg Serializable
8 years ago
Andrew Shvayka
8db6820256
Audit Log improvements
8 years ago
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
8 years ago
Igor Kulikov
e9d7561fd8
Fixed ActorSystemContext initialization. UI: Fix rulenode missing original icon after copy/paste.
8 years ago
Igor Kulikov
52ffd5345c
Refactoring of Generator Node
8 years ago
Jan Bols
5f258b95d9
Keep exact header.
8 years ago
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.
8 years ago
Igor Kulikov
60046e8353
Reduce UI resources size. UI resources compression support.
8 years ago
Andrew Shvayka
d42df1d5b5
Automatic message routing during tellNext based on originator ID
8 years ago
vparomskiy
1082eda3d8
ignore unknown JVM flags for 'client' JVM instances
8 years ago
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.
8 years ago
Igor Kulikov
1f58c1b0d6
Fix subscription service: ignore unmatched updates.
8 years ago
steve
42a451fcf3
Fixed ugly null pointer exception when there is no or incomplete root rule chain.
Make it go to an log entry instead.
8 years ago