Skip to content

Commit

Permalink
Merge branch 'main' into kft/add_acceptance_test_ci_jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian F. Thomsen authored Mar 28, 2023
2 parents 6bce287 + 5477be7 commit 2cb1765
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
- '.github/actions/dotnet-*/**'
- 'source/!((IntegrationEvents|RequestResponse)/**)/**'
render_diagrams:
- 'docs/c4-model-edi-component-level.dsl'
- 'docs/diagrams/c4-model-edi-component-level.dsl'
- '.github/workflows/render-diagrams.yml'
- '.github/workflows/detect-changes.yml'
2 changes: 1 addition & 1 deletion .github/workflows/render-diagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
render_c4:
uses: Energinet-DataHub/.github/.github/workflows/structurizr.yml@v10
with:
dsl: source/datahub3-model/model.dsl
dsl: docs/diagrams/edi.dsl
secrets: inherit
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ workspace extends https://raw.githubusercontent.com/Energinet-DataHub/opengeh-ar

edi = group "EDI" {
peekComponent = container "Peek component" "Handles peek requests from actors" "C#, Azure function" {
actor -> this "Peek messages"
extSoftSystem -> this "Peek messages"
tags "Microsoft Azure - Function Apps"
}
dequeueComponent = container "Dequeue component" "Handles dequeue requests from actors" "C#, Azure function" {
actor -> this "Dequeue messages"
extSoftSystem -> this "Dequeue messages"
tags "Microsoft Azure - Function Apps"
}
timeSeriesListener = container "TimeSeries listener" "Listens for integration events indicating time series data is ready" "C#, Azure function" {
Expand All @@ -30,7 +30,7 @@ workspace extends https://raw.githubusercontent.com/Energinet-DataHub/opengeh-ar
}
performanceTest = group "PerformanceTest" {
testApi = container "API component" "Exposes performance test helper functions" "ASP.NET web API" {
}
}
simulationComponent = container "Simulation" "Simulates actors" "Grafana K6" {
this -> testApi "Fecth actor numbers and tokens"
this -> peekComponent "Peek messages"
Expand Down
Binary file added docs/diagrams/edi/Container-001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/diagrams/edi/SystemContext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2cb1765

Please sign in to comment.