stable
Clone or download
Read-only
Part of epic #12142 Baseline v1 With a global store, we will be able to easily delete baselines, which is a future feature. This patch is not included with baseline deletion in order to ease review. Change-Id: I2e9dd6bceb5dfcc518a31486805436ade418c6d0
Modified Files
Name | ||||
---|---|---|---|---|
M | scripts/baseline/components/BaselinesPage.vue | +16 | −24 | Go to diff View file |
M | scripts/baseline/components/baseline-content/Artifact.spec.js | +9 | −1 | Go to diff View file |
M | scripts/baseline/components/baseline-content/ContentBody.vue | +3 | −3 | Go to diff View file |
M | scripts/baseline/components/common/SemanticFieldLabel.spec.js | +16 | −45 | Go to diff View file |
M | scripts/baseline/components/common/SemanticFieldLabel.vue | +10 | −19 | Go to diff View file |
A | scripts/baseline/store/baselines.js | +65 | −0 | Go to diff View file |
M | scripts/baseline/store/index.js | +5 | −58 | Go to diff View file |
A | scripts/baseline/store/semantics.js | +102 | −0 | Go to diff View file |
R | scripts/baseline/store/index.spec.js | Go to diff View file | ||
M | scripts/baseline/support/store-wrapper.spec-helper.js | +7 | −2 | Go to diff View file |