stable
Clone or download
Read-only
Part of epic #12142 Baseline v1 Change-Id: I4849c5972a9a2d77290c485b2e9dabbe44a7449f
Modified Files
Name | ||||
---|---|---|---|---|
M | scripts/baseline/api/rest-querier.js | +0 | −1 | Go to diff View file |
M | scripts/baseline/components/baseline-content/Statistics.vue | +15 | −5 | Go to diff View file |
M | scripts/baseline/components/common/Statistic.vue | +1 | −2 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonHeader.vue | +20 | −11 | Go to diff View file |
D | scripts/baseline/components/comparison/ComparisonHeaderAsync.vue | +0 | −90 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonPage.vue | +85 | −22 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonPageSkeleton.vue | +10 | −8 | Go to diff View file |
A | scripts/baseline/components/comparison/ComparisonStatisticSkeleton.vue | +35 | −0 | Go to diff View file |
A | scripts/baseline/components/comparison/ComparisonStatistics.spec.js | +64 | −0 | Go to diff View file |
A | scripts/baseline/components/comparison/ComparisonStatistics.vue | +103 | −0 | Go to diff View file |
A | scripts/baseline/components/comparison/ComparisonStatisticsSkeleton.vue | +36 | −0 | Go to diff View file |
M | scripts/baseline/components/comparison/SaveComparisonModal.spec.js | +1 | −1 | Go to diff View file |
R | scripts/baseline/components/comparison/ComparisonLabel.vue | Go to diff View file | ||
D | scripts/baseline/components/comparison/Statistics.vue | +0 | −68 | Go to diff View file |
M | scripts/baseline/components/comparison/TransientComparisonLabel.spec.js | +10 | −12 | Go to diff View file |
M | scripts/baseline/components/comparison/TransientComparisonLabel.vue | +5 | −5 | Go to diff View file |
D | scripts/baseline/components/comparison/TransientComparisonPage.vue | +0 | −71 | Go to diff View file |
M | scripts/baseline/components/comparison/content/ArtifactComparison.spec.js | +24 | −15 | Go to diff View file |
M | scripts/baseline/components/comparison/content/ArtifactComparison.vue | +22 | −12 | Go to diff View file |
M | scripts/baseline/components/comparison/content/ArtifactsListComparison.spec.js | +0 | −97 | Go to diff View file |
M | scripts/baseline/components/comparison/content/ArtifactsListComparison.vue | +12 | −35 | Go to diff View file |
A | scripts/baseline/components/comparison/content/ComparisonContent.spec.js | +65 | −0 | Go to diff View file |
M | scripts/baseline/components/comparison/content/ComparisonContent.vue | +10 | −44 | Go to diff View file |
R | scripts/baseline/components/comparison/content/ArtifactsListComparisonSkeleton.vue | Go to diff View file | ||
M | scripts/baseline/components/comparisons-list/Comparison.spec.js | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/comparisons-list/Comparison.vue | +10 | −1 | Go to diff View file |
M | scripts/baseline/components/comparisons-list/ConsultComparisonButton.vue | +1 | −1 | Go to diff View file |
M | scripts/baseline/po/fr.po | +12 | −3 | Go to diff View file |
D | scripts/baseline/presenters/baseline.js | +0 | −47 | Go to diff View file |
D | scripts/baseline/presenters/baseline.spec.js | +0 | −77 | Go to diff View file |
M | scripts/baseline/router/index.js | +6 | −4 | Go to diff View file |
M | scripts/baseline/store/comparison.js | +115 | −37 | Go to diff View file |
A | scripts/baseline/store/comparison.spec.js | +325 | −0 | Go to diff View file |
M | scripts/baseline/support/array-utils.js | +4 | −0 | Go to diff View file |
M | scripts/baseline/support/array-utils.spec.js | +44 | −2 | Go to diff View file |
A | scripts/baseline/support/comparison.js | +77 | −0 | Go to diff View file |
A | scripts/baseline/support/comparison.spec.js | +95 | −0 | Go to diff View file |
M | scripts/baseline/support/factories.js | +33 | −2 | Go to diff View file |
M | themes/BurningParrot/baseline/_comparison.scss | +5 | −1 | Go to diff View file |