forked from openremote/openremote
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduced AttributeEvent multithreaded processing BREAKING (openremo…
…te#1205) - Asset update processing chain removed; services can now register an interceptor on the AssetProcessingService and/or listen to AttributeEvents generated after an attribute is updated in the DB - AssetUpdateProcessor interface replaced with AttributeEventInterceptor - AssetState removed and replaced with AttributeInfo interface implemented by the now enhanced AttributeEvent object - EC2 cloudformation template updates - Procotol refactor - removed use of camel routes for protocol event processing - ProtocolAssetService interface moved to model package - AgentProtocolAssetService now has an instance per Agent - AttributeEvent source now added as a property of the event (for internal use) rather than using the camel exchange header
- Loading branch information
1 parent
5bc183c
commit 531c73a
Showing
170 changed files
with
3,193 additions
and
3,541 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
OR_HOSTNAME=demo.openremote.app | ||
OR_ADDITIONAL_HOSTNAMES=demo.openremote.io | ||
OR_SETUP_RUN_ON_RESTART=true | ||
DAILY_RESTART=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
DAILY_RESTART=false | ||
OR_SETUP_TYPE=load1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
OR_HOSTNAME=staging.demo.openremote.app | ||
OR_ADDITIONAL_HOSTNAMES=staging.demo.openremote.io | ||
OR_SETUP_RUN_ON_RESTART=true | ||
DAILY_RESTART=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.