open-nomad/ui/mirage/serializers/evaluation.js
Phil Renaud 182bead357
[ui, mirage] Evaluation mocks (#12471)
* Linear and Branching mock evaluations

* De-comment

* test-trigger

* Making evaluation trees dynamic

* Reinstated job relationship on eval mock

* Dasherize job prefix back to normal

* Handle bug where UUIDKey is not present on job

* Appending node to eval

* Job ID as a passed property

* Remove unused import

* Branching evals set up as generatable
2022-04-27 12:11:24 -04:00

7 lines
146 B
JavaScript

import ApplicationSerializer from './application';
export default ApplicationSerializer.extend({
embed: true,
include: ['relatedEvals'],
});