Skip to content

Commit

Permalink
Merge branch 'development' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfaron committed Dec 5, 2024
2 parents dbd986d + 33d9bd1 commit 9638b68
Show file tree
Hide file tree
Showing 172 changed files with 41,191 additions and 35,238 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ENDPOINTS": "[\"file:///endpoints/samples?name=Samples\"]",
// "USER_STORAGE": "mongodb://aas-server:bObXJWW6e8Nh78YF@localhost:27017/aasportal-users",
// "TEMPLATE_STORAGE": "http://aas-server:5w0vmrkzrwDIDyZs@localhost:8080/templates",
// "AAS_INDEX": "mysql://aas-server:60PYRe6Vd8C99u4n@localhost:3306",
"AAS_INDEX": "mysql://aas-server:60PYRe6Vd8C99u4n@localhost:3306",
}
},
{
Expand All @@ -57,7 +57,7 @@
"name": "Test aas-portal",
"type": "chrome",
"request": "launch",
"preLaunchTask": "test",
"preLaunchTask": "test-aas-portal",
"url": "http://localhost:9876/debug.html",
},
{
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"type": "shell",
"label": "test",
"label": "test-aas-portal",
"command": "npm",
"args": ["run", "test", "-w", "aas-portal"],
"isBackground": true,
Expand Down
332 changes: 222 additions & 110 deletions aasportal.mdx

Large diffs are not rendered by default.

Binary file modified docs/source/images/aas-portal-project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/images/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9638b68

Please sign in to comment.