stable
Clone or download
Read-only
Part of request #12724 Format Vue template with newer Prettier No functional change expected Change-Id: Id8eab166d778e75e24342f2e949d375641f5f2d7
Modified Files
Name | ||||
---|---|---|---|---|
M | scripts/baseline/components/App.vue | +6 | −15 | Go to diff View file |
M | scripts/baseline/components/IndexPage.vue | +2 | −2 | Go to diff View file |
M | scripts/baseline/components/baseline-content/Artifact.test.js | +5 | −3 | Go to diff View file |
M | scripts/baseline/components/baseline-content/Artifact.vue | +2 | −2 | Go to diff View file |
M | scripts/baseline/components/baseline-content/ArtifactsList.vue | +3 | −2 | Go to diff View file |
M | scripts/baseline/components/baseline-content/ContentBody.test.js | +11 | −7 | Go to diff View file |
M | scripts/baseline/components/baseline-content/ContentBody.vue | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/baseline-content/ContentBodySkeleton.vue | +3 | −3 | Go to diff View file |
M | scripts/baseline/components/baseline-content/ContentPage.vue | +8 | −8 | Go to diff View file |
M | scripts/baseline/components/baseline-content/Field.vue | +6 | −2 | Go to diff View file |
M | scripts/baseline/components/baselines-list/Baseline.vue | +12 | −8 | Go to diff View file |
M | scripts/baseline/components/baselines-list/BaselinesList.vue | +4 | −5 | Go to diff View file |
M | scripts/baseline/components/baselines-list/ConsultBaselineButton.vue | +1 | −4 | Go to diff View file |
M | scripts/baseline/components/baselines-list/DeleteBaselineButton.vue | +1 | −5 | Go to diff View file |
M | scripts/baseline/components/common/ActionButton.vue | +3 | −9 | Go to diff View file |
M | scripts/baseline/components/common/ArtifactBadge.vue | +1 | −3 | Go to diff View file |
M | scripts/baseline/components/common/ArtifactLabel.vue | +2 | −1 | Go to diff View file |
M | scripts/baseline/components/common/ArtifactLink.vue | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/common/BaselineLabel.test.js | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/common/BaselineLabel.vue | +3 | −5 | Go to diff View file |
M | scripts/baseline/components/common/CollapsableContent.vue | +2 | −2 | Go to diff View file |
M | scripts/baseline/components/common/ContentLayout.vue | +5 | −5 | Go to diff View file |
M | scripts/baseline/components/common/DeleteConfirmationModal.vue | +4 | −10 | Go to diff View file |
M | scripts/baseline/components/common/HumanizedDate.vue | +1 | −4 | Go to diff View file |
M | scripts/baseline/components/common/TrackersMultiSelect.vue | +2 | −13 | Go to diff View file |
M | scripts/baseline/components/common/UserBadge.vue | +3 | −10 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonHeaderSkeleton.vue | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonPage.vue | +6 | −9 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonPageAsync.vue | +2 | −2 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonPageSkeleton.vue | +4 | −4 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonStatistics.vue | +1 | −4 | Go to diff View file |
M | scripts/baseline/components/comparison/ComparisonStatisticsSkeleton.vue | +4 | −4 | Go to diff View file |
M | scripts/baseline/components/comparison/NewComparisonModal.vue | +0 | −1 | Go to diff View file |
M | scripts/baseline/components/comparison/SaveComparisonModal.vue | +5 | −12 | Go to diff View file |
M | scripts/baseline/components/comparison/content/ArtifactComparison.vue | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/comparison/content/ArtifactsListComparison.vue | +4 | −7 | Go to diff View file |
M | scripts/baseline/components/comparison/content/ComparisonContentSkeleton.vue | +3 | −3 | Go to diff View file |
M | scripts/baseline/components/comparison/content/FieldComparison.vue | +1 | −1 | Go to diff View file |
M | scripts/baseline/components/comparisons-list/Comparison.vue | +6 | −5 | Go to diff View file |
M | scripts/baseline/components/comparisons-list/ComparisonsList.vue | +4 | −5 | Go to diff View file |
M | scripts/baseline/components/comparisons-list/ConsultComparisonButton.vue | +1 | −4 | Go to diff View file |
M | scripts/baseline/components/comparisons-list/DeleteComparisonButton.vue | +1 | −5 | Go to diff View file |
M | scripts/baseline/components/layout/Modal.vue | +2 | −10 | Go to diff View file |
M | scripts/baseline/components/new-baseline/MilestonesSelect.vue | +13 | −16 | Go to diff View file |
M | scripts/baseline/components/new-baseline/NewBaselineModal.vue | +9 | −23 | Go to diff View file |
M | scripts/baseline/constants/index.js | +3 | −3 | Go to diff View file |
M | scripts/baseline/store/current_baseline.js | +17 | −17 | Go to diff View file |
M | scripts/baseline/store/current_comparison/abstract_baseline_content.test.js | +29 | −21 | Go to diff View file |
M | scripts/baseline/store/current_comparison/index.test.js | +4 | −2 | Go to diff View file |
M | scripts/baseline/store/global.test.js | +18 | −12 | Go to diff View file |
M | scripts/baseline/support/array-utils.test.js | +4 | −1 | Go to diff View file |
M | scripts/baseline/support/comparison.test.js | +3 | −2 | Go to diff View file |