Jan Bols
1dd0ae3057
Make RemoteToRuleChainTellNextMsg Serializable
8 years ago
Andrew Shvayka
8db6820256
Audit Log improvements
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
vparomskiy
cdf3cb6598
flags should be added before jar file specified
8 years ago
vparomskiy
20318fff5d
(windows) add flags for GC tuning and logging
(windows) add default heap size flags
8 years ago
Andrew Shvayka
31a940aeb6
Fix for issue 842
8 years ago
vparomskiy
3b1b610f7a
add flags for GC tuning and logging
8 years ago
vparomskiy
b13b810e4e
use threadsafe collection during subscription
8 years ago
Igor Kulikov
75c0c5b3d0
Fix bugs.
8 years ago
Andrew Shvayka
8ad7558b3e
Cluster mode for DeviceStateService and multiple fixes
8 years ago
Igor Kulikov
7f6ad9a6a6
Fix Test BaseHttpDeviceApiTest.testGetAttributes
8 years ago
lonwern
3fa9437e68
Fixed couldn't get shared attributes.
8 years ago
Andrew Shvayka
622300181f
Notification for DeviceStateService about created Device
8 years ago
Igor Kulikov
9f82e59b2d
Improve Database Upgrade code.
8 years ago
Igor Kulikov
2622e15eac
Update names of rule nodes in default root chain.
8 years ago
Igor Kulikov
642c19c155
Disable debug mode by default for 'rpc call request' node.
8 years ago
Andrew Shvayka
7a687f373c
Check Relations Node and Originator Fields
8 years ago
Andrew Shvayka
6106f4c0bf
Routing RPC calls through rule engine now
8 years ago
Igor Kulikov
e3038f894e
Correct install.data_dir argument value.
8 years ago
Andrew Shvayka
ea0585f3d9
Max count of sessions per device
8 years ago
Andrew Shvayka
fde9eb023f
Added support of RPC calls in a cluster mode
8 years ago
Igor Kulikov
e556b48372
Fix css. Add docUrl to rule node definition.
8 years ago
vparomskiy
b647e5ffd5
disable Debug mode for default Root Rule Chain
8 years ago
vparomskiy
f83d3016d6
node debug messages saved in async way
8 years ago
Igor Kulikov
20df02ed08
Move common rule engine utils to API module.
8 years ago
Igor Kulikov
0e6c6af2f8
Fixed upgrade script.
8 years ago
Igor Kulikov
02e2c14fc9
Cleanup
8 years ago
Igor Kulikov
d1552a13b4
Move update scripts to ver.2.0.0
8 years ago
Igor Kulikov
d94ae25b4e
Fix license header
8 years ago
Igor Kulikov
94db399367
New system parameters: default cassandra ts key/val ttl; allow system mail service for rules.
8 years ago
Andrew Shvayka
55127ae61c
Fixed integration tests
8 years ago
Igor Kulikov
9995f8392c
Originator Type Switch Node. New Entity lifecycle message types.
8 years ago
Andrew Shvayka
e0b6c3238c
Added Failure relation to be present by default for each node. Forwarding Errors to Failure
8 years ago
Igor Kulikov
efbc65e11f
Enable/Disable Sandboxed JavaScript environment. UI: Tidy button to format java scripts.
8 years ago
Igor Kulikov
f73fbc5ee9
JavaScript Sandbox Service improvements.
8 years ago
Andrew Shvayka
ffb8a1a53b
Update script improvements
8 years ago
Igor Kulikov
04432ee73f
JavaScript sandbox service.
8 years ago
Andrew Shvayka
db4e1289c9
No more rules and plugins
8 years ago
vparomskiy
0baa4b3ac9
implement API limit for tenant based on Rule Messages count
8 years ago
Andrew Shvayka
36f4fb03a4
Improvements to Cluster mode
8 years ago
Igor Kulikov
25f82d384b
Message queue limit per tenant. Message queue periodic cleanup.
8 years ago