stable

Clone or download

Read-only

Optimize author fetching

Part of epic #12142 Baseline v1 Fetch all authors after baseline fetching. This allow to share queries on same author and make UI more reactive when single author shown in multiple baselines. Change-Id: I984756d2e0fc79be6f4e17b9ba232ec11268bf3d

Modified Files

Name
M scripts/baseline/components/BaselineTableBodyCells.spec.js +3 −3 Go to diff View file
M scripts/baseline/components/BaselineTableBodyCells.vue +1 −5 Go to diff View file
M scripts/baseline/components/BaselinesPage.vue +3 −1 Go to diff View file
D scripts/baseline/components/User.spec.js +0 −88 Go to diff View file
D scripts/baseline/components/User.vue +0 −64 Go to diff View file
A scripts/baseline/presenters/baseline.js +32 −0 Go to diff View file
A scripts/baseline/presenters/baseline.spec.js +97 −0 Go to diff View file