stable

Clone or download

Read-only

Load baseline data in single chunk

Part of epic #12142 Baseline v1 Change-Id: I738987237916371f80019ab576a1a0868cda363b

Modified Files

Name
A scripts/baseline/api/request-manufacturer.js +50 −0 Go to diff View file
A scripts/baseline/api/request-manufacturer.spec.js +128 −0 Go to diff View file
M scripts/baseline/components/baseline-content/Artifact.spec.js +26 −33 Go to diff View file
M scripts/baseline/components/baseline-content/Artifact.vue +3 −69 Go to diff View file
M scripts/baseline/components/baseline-content/ArtifactsList.vue +2 −6 Go to diff View file
M scripts/baseline/components/baseline-content/ContentBody.spec.js +4 −19 Go to diff View file
M scripts/baseline/components/baseline-content/ContentBody.vue +4 −42 Go to diff View file
R scripts/baseline/components/baseline-content/ArtifactsListSkeleton.vue Go to diff View file
D scripts/baseline/components/baseline-content/ContentPage.spec.js +0 −143 Go to diff View file
M scripts/baseline/components/baseline-content/ContentPage.vue +33 −41 Go to diff View file
A scripts/baseline/presenters/baseline-artifact.js +56 −0 Go to diff View file
A scripts/baseline/presenters/baseline-artifact.spec.js +129 −0 Go to diff View file
M scripts/baseline/presenters/baseline.js +2 −2 Go to diff View file
A scripts/baseline/store/baseline.js +79 −0 Go to diff View file
A scripts/baseline/store/baseline.spec.js +99 −0 Go to diff View file
M scripts/baseline/store/options.js +2 −0 Go to diff View file
M scripts/baseline/support/array-utils.js +8 −2 Go to diff View file
M scripts/baseline/support/array-utils.spec.js +31 −0 Go to diff View file
M scripts/baseline/support/factories.js +6 −1 Go to diff View file
A scripts/baseline/support/graph-utils.js +33 −0 Go to diff View file
A scripts/baseline/support/graph-utils.spec.js +53 −0 Go to diff View file