This repository was archived by the owner on Feb 4, 2026. It is now read-only.
lastModifedDate is self-fulfilling.
#217
Unanswered
hgomersall
asked this question in
Q&A
Replies: 1 comment
|
All of this assumes that you're using the Structurizr DSL... Structurizr Lite is designed as a way to author workspaces, so each time you load the diagram page, Structurizr Lite parses the DSL to create the JSON workspace, which in turn bumps the last modified date of the workspace.
This isn't as straightforward as you might imagine unfortunately, given that the DSL could include scripts, load remote content, etc. Some options/workarounds:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
We're using puppeteer with a short-lived docker container to generate SVG images as part of an automated workflow. Slightly annoyingly this touches the
lastModifiedDatefield inworkspace.json, which is the only change which then makes the repo dirty.It seems that
lastModifiedDateshould not change if nothing else has changed.Priority
Low (I have no budget and there's no rush - please add this feature for free)
More information
No response
All reactions