Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
34baf38
Add helper script to run structurizr-lite
MGibson1 May 1, 2025
3a35919
Add top-level diagram and bottom-level common catalogue
MGibson1 May 1, 2025
dc4d722
Establish shared ownership of root bitwarden system workspace
MGibson1 May 6, 2025
3a4c20a
Full localhost url
MGibson1 May 20, 2025
85d92ad
Prefer specified views
MGibson1 May 20, 2025
0b38dd9
Add some more container-level relationships
MGibson1 May 20, 2025
ed535d2
17 Jun 2025 icon service threat modeling review
MGibson1 Jun 17, 2025
2288241
Event Integrations Structurizr POC
brant-livefront Jul 30, 2025
85876df
Remove extensions which have been built into vscode
MGibson1 Jul 30, 2025
d48a2b2
Add recommended structurizr dsl extension
MGibson1 Jul 30, 2025
6b02a2d
Diagram updates with PR suggestions
brant-livefront Aug 1, 2025
017f9a6
Merge remote-tracking branch 'origin/main' into poc/structurizr
justindbaur Sep 22, 2025
e5158ab
Merge branch 'poc/structurizr' into brant/structurizr-event-integrations
withinfocus Dec 17, 2025
932c2c7
Merge remote-tracking branch 'origin/poc/structurizr' into brant/struโ€ฆ
MGibson1 Dec 17, 2025
d0a5c0c
Re-home event integrations to Dirt; Address Claude feedback / typos
brant-livefront Dec 18, 2025
d2704ff
Merge branch 'poc/structurizr' into brant/structurizr-event-integrations
brant-livefront Dec 26, 2025
1b1f734
Update diagrams (models/views/relationships) to reflect current stateโ€ฆ
brant-livefront Dec 29, 2025
b416fb2
Fixed typos and suggestions from Claude
brant-livefront Dec 29, 2025
34aaa4a
Fixed a few more minor notes from Claude
brant-livefront Dec 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/bitwarden_system.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ workspace "Bitwarden Server System" {
!include "admin_console/models.dsl"
!include "auth/models.dsl"
!include "billing/models.dsl"
!include "dirt/models.dsl"
!include "key_management/models.dsl"
!include "platform/models.dsl"
!include "tools/models.dsl"
Expand All @@ -23,10 +24,10 @@ workspace "Bitwarden Server System" {
# Include shared level relationships
!include "shared.relationships.dsl"


!include "admin_console/relationships.dsl"
!include "auth/relationships.dsl"
!include "billing/relationships.dsl"
!include "dirt/relationships.dsl"
!include "key_management/relationships.dsl"
!include "platform/relationships.dsl"
!include "tools/relationships.dsl"
Expand All @@ -37,6 +38,7 @@ workspace "Bitwarden Server System" {
!include "admin_console/views.dsl"
!include "auth/views.dsl"
!include "billing/views.dsl"
!include "dirt/views.dsl"
!include "key_management/views.dsl"
!include "platform/views.dsl"
!include "tools/views.dsl"
Expand All @@ -50,6 +52,9 @@ workspace "Bitwarden Server System" {
include *
}

filtered Bitwarden_Server exclude "Self-Hosted-Only" "Cloud"
filtered Bitwarden_Server exclude "Cloud-Only" "Self-Hosted"

// This is last to override team styles with common styles
!include "shared.views.dsl"
}
Expand Down
Loading
Loading