model
model copied to clipboard
Create your software architecture models and diagrams in Go.
## Context Hi! I started using Structurizr and really like the Structurizr DSL. I started building some diagrams, and would like to supplement them with some code. Since I mainly...
Hi folks! After a few hours of debugging to figure out why the links between my containers were not being shown in my deployment view, I saw https://github.com/goadesign/model/blob/2461d2ed73c9e307adfe0bc070b6950f82f56aac/expr/render.go#L101-L106 While it...
I'm trying to figure out how to make a FilteredView, but I'm not understanding how it's done. I tried to run the example code provided for FilteredView from [here](https://github.com/goadesign/model/blob/2461d2ed73c9e307adfe0bc070b6950f82f56aac/dsl/views.go#L429-L444) but...
Add tests that cover most functionality. The most pressing needs are to add tests to the `expr` package. See https://github.com/goadesign/structurizr/blob/master/expr/workspace_test.go as an example.
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.0. Release notes Sourced from eslint's releases. v8.25.0 Features 173e820 feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills) 6964cb1 feat: remove support for ignore...
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 6.4.1 to 6.4.2. Release notes Sourced from react-router's releases. v6.4.2 What's Changed Respect basename in useFormAction (#9352) Fix IndexRouteObject and NonIndexRouteObject types to make hasErrorElement optional (#9394)...
The [enterprise](https://github.com/goadesign/model/blob/4c1dc02adce64280fbe732d31dc16ddcd4cbb4ae/mdl/model.go#L12) is deprecated in the DSL and should be replaced with [groups](https://github.com/structurizr/dsl/blob/master/docs/language-reference.md#enterprise). Could someone hint to all the places which might need changes for it to work?
Like discussed in https://github.com/goadesign/model/issues/655
Looks like `AutoLayout()` currently shows `External()` elements within the enterprise (group) boundary in the `SystemLandscapeView()` by default. Is there any way to show them outside (without manual positioning)? If not,...
If `gen` dir doesn't exist, it's created with 0600 perms, thus not listable. When the web server tried to list the dir, it got a permission denied err. That was...