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

fix(storage): Fix deserialization regression for storage services #1041

Merged

Conversation

mochacat
Copy link
Contributor

@mochacat mochacat commented Jul 9, 2021

This PR resolves this issue: spinnaker/spinnaker#6468

This was introduced when I migrated Pipeline and Timestamped to a new front50-api package here: #1035

I needed to add the new Pipeline and Timestamped mixins to the other object mappers used for deserialization in the storage service classes.

There were also a few pipeline properties that were missing that needed to be added:

@ajordens ajordens merged commit f9cf126 into spinnaker:master Jul 9, 2021
pemmasanikrishna pushed a commit to pemmasanikrishna/front50 that referenced this pull request Sep 21, 2021
…innaker#1041)

* fix deserialization by adding Timestamped and Pipeline mixins classes to objectmappers used in storage services
* add getters/setters for missing Pipeline properties
* update pipeline serialization tests to include additional properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants