stable
Clone or download
Read-only
Part of epic #12142 Baseline v1 How to test: - Consult a baseline -> a skeleton is visible during artifact loading -> all artifacts linked to the baseline are visibles - When an artifact cannot be loaded -> error message on title artifact - When no artifact in the current baseline -> information message is visible Change-Id: Ifede9d91cba6e8e4df773cc0c0f27c4b6bce4c13
Modified Files
Name | ||||
---|---|---|---|---|
M | scripts/baseline/api/rest-querier.js | +28 | −1 | Go to diff View file |
M | scripts/baseline/api/rest-querier.spec.js | +23 | −1 | Go to diff View file |
M | scripts/baseline/components/NewBaselineModal.vue | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/Router.spec.js | +1 | −1 | Go to diff View file |
A | scripts/baseline/components/baseline-page/BaselineArtifact.spec.js | +80 | −0 | Go to diff View file |
A | scripts/baseline/components/baseline-page/BaselineArtifact.vue | +129 | −0 | Go to diff View file |
A | scripts/baseline/components/baseline-page/BaselineArtifactSkeleton.vue | +26 | −0 | Go to diff View file |
A | scripts/baseline/components/baseline-page/BaselineArtifacts.vue | +25 | −0 | Go to diff View file |
A | scripts/baseline/components/baseline-page/BaselineArtifactsSkeleton.vue | +37 | −0 | Go to diff View file |
A | scripts/baseline/components/baseline-page/BaselineContent.spec.js | +53 | −0 | Go to diff View file |
A | scripts/baseline/components/baseline-page/BaselineContent.vue | +71 | −0 | Go to diff View file |
R | scripts/baseline/components/BaselinePage.spec.js | Go to diff View file | ||
R | scripts/baseline/components/BaselinePage.vue | Go to diff View file | ||
R | scripts/baseline/components/BaselineStatistic.vue | Go to diff View file | ||
R | scripts/baseline/components/BaselineStatistics.vue | Go to diff View file | ||
M | scripts/baseline/components/routes.js | +1 | −1 | Go to diff View file |
M | scripts/baseline/po/fr.po | +15 | −0 | Go to diff View file |
M | scripts/baseline/po/template.pot | +12 | −0 | Go to diff View file |
M | scripts/baseline/support/factories.js | +10 | −0 | Go to diff View file |
M | themes/BurningParrot/baseline/_baseline.scss | +57 | −1 | Go to diff View file |