Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change UUID generation to preserve exports #874

Open
Nils1729 opened this issue Apr 18, 2023 · 0 comments
Open

Change UUID generation to preserve exports #874

Nils1729 opened this issue Apr 18, 2023 · 0 comments

Comments

@Nils1729
Copy link
Contributor

When we change an action reducer in a way that alters the number of pseudorandom values taken from the state, old exports will fail because UUIDs generated during the application of actions do not align with the original values.
This problem also exists if we adapt behaviors and activities in a way that influences the number of created activities and events.

Greenscreen23 added a commit that referenced this issue Apr 19, 2023
)

* Remove the state system from the request behavior and deduplicate request radiograms

* Update test scenarios accordingly

* Fix test scenarios

* Change wording in frontend

* Also pass events that notify when a request has been fulfilled

* Fix ids in export according to #874

* Always tell the request target that we are not requesting resources anymore.

* Invalidate requestedResources after receiving vehicles

* Fix linter

* apply suggestions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant