trivago / chapi

chronos & marathon console client - Manage your jobs like a git repository
MIT License
14 stars 10 forks source link

GetJobDiff not ignoring non-existing portDefinitions #84

Closed bidesh closed 7 years ago

bidesh commented 7 years ago

For the method getJobDiff in marathon compare business case, the precompare modification isn't called. And due to this, when calculating job diff, the things that needs to be ignored (like port definitions when it is not in the local job config) aren't.

This PR fixes that.