Skip to content

Commit

Permalink
Add application control component
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 21, 2023
1 parent 930ef84 commit 7711871
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/loading-gs64-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
load-spec:
- Application-Configuration
- Application-Control
- Core
- Dependent-SUnit-Extensions
- Deployment
Expand Down
21 changes: 21 additions & 0 deletions rowan/components/Application-Control.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
RwSimpleProjectLoadComponentV2 {
#name : 'Application-Control',
#projectNames : [
'Launchpad'
],
#componentNames : [
'JSON-RPC'
],
#packageNames : [
'Stargate-Application-Control'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Stargate-Application-Control' : { 'symbolDictName' : 'Stargate' }
}
}
}
}
}
2 changes: 1 addition & 1 deletion rowan/components/Deployment.ston
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RwSimpleProjectLoadComponentV2 {
#projectNames : [ ],
#componentNames : [
'Application-Configuration',
'JSON-RPC'
'Application-Control'
],
#packageNames : [ ]
}
6 changes: 4 additions & 2 deletions rowan/components/Tests.ston
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ RwSimpleProjectLoadComponentV2 {
],
#packageNames : [
'Stargate-Application-Configuration-Tests',
'Stargate-Application-Control-Tests',
'Stargate-JSON-RPC-Tests'
],
#conditionalPackageMapSpecs : {
'gemstone' : {
'allusers' : {
#packageNameToPlatformPropertiesMap : {
'Stargate-JSON-RPC-Tests' : { 'symbolDictName' : 'Stargate' },
'Stargate-Application-Configuration-Tests' : { 'symbolDictName' : 'Stargate' }
'Stargate-Application-Configuration-Tests' : { 'symbolDictName' : 'Stargate' },
'Stargate-Application-Control-Tests' : { 'symbolDictName' : 'Stargate' },
'Stargate-JSON-RPC-Tests' : { 'symbolDictName' : 'Stargate' }
}
}
}
Expand Down
9 changes: 9 additions & 0 deletions rowan/specs/Stargate-Application-Control.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
RwLoadSpecificationV2 {
#specName: 'Stargate-Application-Control',
#projectName : 'Stargate',
#diskUrl : 'Stargate',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Application-Control'
]
}

0 comments on commit 7711871

Please sign in to comment.