-
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.
EXPERIMENT: create & deploy a new Application #26. Added "Admin" appl…
…ication, renamed Meta-model "Application" to "SelfApplication"
- Loading branch information
1 parent
3a1bf03
commit e45e1c5
Showing
34 changed files
with
664 additions
and
72 deletions.
There are no files selected for viewing
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
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
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,39 @@ | ||
import { ApplicationDeploymentConfiguration } from "./0_interfaces/1_core/StorageConfiguration"; | ||
|
||
// duplicated from server!!!!!!!! | ||
// TODO: REMOVE!!!!! | ||
export const applicationDeploymentAdmin: ApplicationDeploymentConfiguration = { | ||
"uuid":"18db21bf-f8d3-4f6a-8296-84b69f6dc48b", | ||
"parentName":"ApplicationDeploymentConfiguration", | ||
"parentUuid":"7959d814-400c-4e80-988f-a00fe582ab98", | ||
"type":"singleNode", | ||
"name":"AmdinApplicationPostgresDeployment", | ||
"defaultLabel":"AdminApplicationPostgresDeployment", | ||
"application":"f3e04bb2-005f-484b-aaf2-072232f60f2c", | ||
"description": "The default Postgres Deployment for Application Admin", | ||
"applicationModelLevel": "model", | ||
// "admin": { | ||
// "location": { | ||
// "type": "sql", | ||
// "side":"server", | ||
// "connectionString": "postgres://postgres:postgres@localhost:5432/postgres", | ||
// "schema": "library" | ||
// } | ||
// }, | ||
"model": { | ||
"location": { | ||
"type": "sql", | ||
"side":"server", | ||
"connectionString": "postgres://postgres:postgres@localhost:5432/postgres", | ||
"schema": "admin" | ||
} | ||
}, | ||
"data": { | ||
"location": { | ||
"type": "sql", | ||
"side":"server", | ||
"connectionString": "postgres://postgres:postgres@localhost:5432/postgres", | ||
"schema": "admin" | ||
} | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
...admin_data/25d935e7-9e93-42c2-aade-0472b883492b/55af124e-8c05-4bae-a3ef-0933d41daa92.json
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,8 @@ | ||
{ | ||
"uuid": "f3e04bb2-005f-484b-aaf2-072232f60f2c", | ||
"parentName":"Application", | ||
"parentUuid":"25d935e7-9e93-42c2-aade-0472b883492b", | ||
"name":"Admin", | ||
"defaultLabel": "The Admin application.", | ||
"description": "The model and data of the Admin application." | ||
} |
27 changes: 27 additions & 0 deletions
27
...admin_data/7959d814-400c-4e80-988f-a00fe582ab98/18db21bf-f8d3-4f6a-8296-84b69f6dc48b.json
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,27 @@ | ||
{ | ||
"uuid":"18db21bf-f8d3-4f6a-8296-84b69f6dc48b", | ||
"parentName":"ApplicationDeployment", | ||
"parentUuid":"7959d814-400c-4e80-988f-a00fe582ab98", | ||
"type":"singleNode", | ||
"name":"AmdinApplicationPostgresDeployment", | ||
"defaultLabel":"AdminApplicationPostgresDeployment", | ||
"application":"f3e04bb2-005f-484b-aaf2-072232f60f2c", | ||
"description": "The default Postgres Deployment for Application Admin", | ||
"applicationModelLevel": "model", | ||
"model": { | ||
"location": { | ||
"type": "sql", | ||
"side":"server", | ||
"connectionString": "postgres://postgres:postgres@localhost:5432/postgres", | ||
"schema": "admin" | ||
} | ||
}, | ||
"data": { | ||
"location": { | ||
"type": "sql", | ||
"side":"server", | ||
"connectionString": "postgres://postgres:postgres@localhost:5432/postgres", | ||
"schema": "admin" | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...admin_data/ff3d211b-7eb6-473a-afbf-503bb70a5c26/ae552546-915e-410c-995b-b2451354d771.json
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,12 @@ | ||
{ | ||
"uuid": "ae552546-915e-410c-995b-b2451354d771", | ||
"parentName":"ApplicationVersion", | ||
"parentUuid":"ff3d211b-7eb6-473a-afbf-503bb70a5c26", | ||
"name":"Initial", | ||
"application":"55af124e-8c05-4bae-a3ef-0933d41daa92", | ||
"branch":"", | ||
"description": "Initial Admin application version", | ||
"previousVersion": "", | ||
"modelStructureMigration":[], | ||
"modelCUDMigration":[] | ||
} |
10 changes: 10 additions & 0 deletions
10
...dmin_model/16dbfe28-e1d7-4f20-9ba4-c1a9873202ad/25d935e7-9e93-42c2-aade-0472b883492b.json
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,10 @@ | ||
{ | ||
"uuid":"25d935e7-9e93-42c2-aade-0472b883492b", | ||
"parentName":"Entity", | ||
"parentUuid":"16dbfe28-e1d7-4f20-9ba4-c1a9873202ad", | ||
"parentDefinitionVersionUuid": "381ab1be-337f-4198-b1d3-f686867fc1dd", | ||
"name":"Application", | ||
"application": "18db21bf-f8d3-4f6a-8296-84b69f6dc48b", | ||
"conceptLevel":"Model", | ||
"description": "An Application" | ||
} |
10 changes: 10 additions & 0 deletions
10
...dmin_model/16dbfe28-e1d7-4f20-9ba4-c1a9873202ad/7959d814-400c-4e80-988f-a00fe582ab98.json
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,10 @@ | ||
{ | ||
"uuid":"7959d814-400c-4e80-988f-a00fe582ab98", | ||
"parentName":"Entity", | ||
"parentUuid":"16dbfe28-e1d7-4f20-9ba4-c1a9873202ad", | ||
"parentDefinitionVersionUuid": "381ab1be-337f-4198-b1d3-f686867fc1dd", | ||
"name":"ApplicationDeployment", | ||
"application": "18db21bf-f8d3-4f6a-8296-84b69f6dc48b", | ||
"conceptLevel":"Model", | ||
"description": "An Application Deployment" | ||
} |
10 changes: 10 additions & 0 deletions
10
...dmin_model/16dbfe28-e1d7-4f20-9ba4-c1a9873202ad/ff3d211b-7eb6-473a-afbf-503bb70a5c26.json
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,10 @@ | ||
{ | ||
"uuid":"ff3d211b-7eb6-473a-afbf-503bb70a5c26", | ||
"parentName":"Entity", | ||
"parentUuid":"16dbfe28-e1d7-4f20-9ba4-c1a9873202ad", | ||
"parentDefinitionVersionUuid": "381ab1be-337f-4198-b1d3-f686867fc1dd", | ||
"name":"ApplicationVersion", | ||
"application": "18db21bf-f8d3-4f6a-8296-84b69f6dc48b", | ||
"conceptLevel":"Model", | ||
"description": "A Version of an Application" | ||
} |
33 changes: 33 additions & 0 deletions
33
...dmin_model/3f2baa83-3ef7-45ce-82ea-6a43f7a8c916/e4488cba-b743-4b46-80e5-18c441c9882c.json
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,33 @@ | ||
{ | ||
"uuid": "e4488cba-b743-4b46-80e5-18c441c9882c", | ||
"application": "f3e04bb2-005f-484b-aaf2-072232f60f2c", | ||
"parentName":"Report", | ||
"parentUuid":"3f2baa83-3ef7-45ce-82ea-6a43f7a8c916", | ||
"name":"ApplicationDeploymentList", | ||
"defaultLabel": "Application Deployments", | ||
"definition": { | ||
"reportParameters": {}, | ||
"fetchQuery": { | ||
"select": { | ||
"ApplicationDeployments": { | ||
"queryType": "selectObjectListByEntity", | ||
"parentName": "ApplicationDeployment", | ||
"parentUuid": { | ||
"referenceType": "constant", | ||
"referenceUuid": "7959d814-400c-4e80-988f-a00fe582ab98" | ||
} | ||
} | ||
} | ||
}, | ||
"section": { | ||
"type":"objectListReportSection", | ||
"definition": { | ||
"label": "Application Deployments", | ||
"parentName": "ApplicationDeployment", | ||
"parentUuid": "7959d814-400c-4e80-988f-a00fe582ab98", | ||
"fetchedDataReference": "ApplicationDeployments", | ||
"sortByAttribute": "name" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.