stable

Clone or download

Read-only

Store baseline content in VueX

Part of epic #12142 Baseline v1 Objectives: - Ease story "select trackers to include when displaying a baseline" - Remove duplicate algorithms (a similar algorithm was used for baseline and for comparison). - Reduce technical debt by removing all presenters en manufacturers which role was not very clear. Change-Id: I759d5ca54578b2aa30fd9e919df8ac0b79acbf99

Modified Files

Name
D scripts/baseline/api/request-manufacturer.js +0 −50 Go to diff View file
D scripts/baseline/api/request-manufacturer.spec.js +0 −128 Go to diff View file
M scripts/baseline/components/baseline-content/Artifact.spec.js +22 −28 Go to diff View file
M scripts/baseline/components/baseline-content/Artifact.vue +13 −3 Go to diff View file
M scripts/baseline/components/baseline-content/ArtifactsList.vue +1 −3 Go to diff View file
M scripts/baseline/components/baseline-content/ContentBody.spec.js +5 −1 Go to diff View file
M scripts/baseline/components/baseline-content/ContentBody.vue +2 −13 Go to diff View file
D scripts/baseline/components/baseline-content/ContentBodySkeleton.vue +0 −43 Go to diff View file
M scripts/baseline/components/baseline-content/ContentPage.vue +34 −16 Go to diff View file
A scripts/baseline/components/baseline-content/ContentPageSkeleton.vue +57 −0 Go to diff View file
M scripts/baseline/components/common/BaselineLabel.spec.js +10 −3 Go to diff View file
M scripts/baseline/components/common/BaselineLabel.vue +9 −1 Go to diff View file
D scripts/baseline/presenters/baseline-artifact.js +0 −56 Go to diff View file
D scripts/baseline/presenters/baseline-artifact.spec.js +0 −148 Go to diff View file
D scripts/baseline/store/baseline.js +0 −95 Go to diff View file
D scripts/baseline/store/baseline.spec.js +0 −97 Go to diff View file
A scripts/baseline/store/current_baseline.js +42 −0 Go to diff View file
A scripts/baseline/store/current_baseline.spec.js +57 −0 Go to diff View file
M scripts/baseline/store/global.js +6 −0 Go to diff View file
M scripts/baseline/store/store_options.js +2 −2 Go to diff View file
M scripts/baseline/support/factories.js +0 −15 Go to diff View file
M scripts/baseline/support/store-wrapper.spec-helper.js +1 −1 Go to diff View file