|
Hello @schulzh , thank you for your contribution! |
Sorry, something went wrong.
|
Hi @anthonydahanne , I've added a unit test, could you take a look again? |
Sorry, something went wrong.
|
Hi @anthonydahanne , I've added two more serialization fixes to the PR. |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
(but not tested)
Sorry, something went wrong.
|
Hi @schulzh ! Thanks for your contribution. Would you mind rebasing on main before we can merge this please? |
Sorry, something went wrong.
|
Hi @Kehrlann , i've updated the branch. |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good!
I was hoping for a rebase rather than a merge, but that's OK.
Sorry, something went wrong.
This fixes two issues we've encountered with the manifest serialization.
The first is that docker was not serialized as a deep structure, but as a string (java object representation), which breaks the yaml. The second issue is that the disk quota was not serialized with the correct field name.