You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
* cache node_modules and add linting to pr workflow
* commit templates (we should have templates as a shared resource)
* updates to workspaces and lerna
* get everything to finally build
COMMENTING OUT TESTS IN `cdk-change-analyzer-models` see #10
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This e44c28f introduced a breaking change in the codebase.
The problem is the constructor of model entity:
awscdk-change-analyzer/packages/change-analysis-models/infra-model/model-entity.ts
Lines 20 to 23 in 6d5d575
and the deserializer, which creates a new Model Entity. The static increment in the constructor makes the _id's to appear differently.
Fix:
_id
in theNodeData
(requires refactoring for EACH deserializer to pass down _id)The text was updated successfully, but these errors were encountered: