stable
Clone or download
Read-only
part of request #24234 stylelint: 13.12.0 -> 14.2.0 No functional change expected Change-Id: I4943633874758b0f1bd7e7e427d3714b5f1bfaee
Modified Files
Name | ||||
---|---|---|---|---|
M | .gitignore | +3 | −1 | Go to diff View file |
M | include/Adapter/ArtifactLinkRepository.php | +1 | −1 | Go to diff View file |
M | include/Adapter/BaselineArtifactRepositoryAdapter.php | +2 | −2 | Go to diff View file |
M | include/Adapter/BaselineRepositoryAdapter.php | +3 | −3 | Go to diff View file |
M | include/Adapter/ComparisonRepositoryAdapter.php | +2 | −2 | Go to diff View file |
M | include/Domain/Baseline.php | +1 | −1 | Go to diff View file |
M | include/Domain/BaselineArtifact.php | +1 | −1 | Go to diff View file |
M | include/Domain/BaselineRepository.php | +1 | −1 | Go to diff View file |
M | include/Domain/BaselineService.php | +2 | −2 | Go to diff View file |
M | include/Domain/Comparison.php | +1 | −1 | Go to diff View file |
M | include/Domain/ComparisonRepository.php | +1 | −1 | Go to diff View file |
M | include/Domain/ComparisonService.php | +1 | −1 | Go to diff View file |
M | include/Domain/TransientComparison.php | +1 | −1 | Go to diff View file |
M | include/REST/BaselineArtifactController.php | +1 | −1 | Go to diff View file |
M | include/REST/BaselineArtifactRepresentation.php | +1 | −1 | Go to diff View file |
M | include/REST/BaselineController.php | +1 | −1 | Go to diff View file |
M | include/REST/ComparisonController.php | +2 | −2 | Go to diff View file |
M | include/REST/ComparisonRepresentation.php | +1 | −1 | Go to diff View file |
M | include/REST/ComparisonsResource.php | +1 | −1 | Go to diff View file |
M | include/REST/ProjectBaselineController.php | +1 | −1 | Go to diff View file |
M | include/REST/ProjectComparisonController.php | +1 | −1 | Go to diff View file |
M | include/ServiceController.php | +2 | −2 | Go to diff View file |
M | tests/rest/BaselinesResourceTest.php | +3 | −3 | Go to diff View file |
M | tests/rest/ComparisonsResourceTest.php | +4 | −4 | Go to diff View file |
M | tests/unit/Adapter/ArtifactLinkRepositoryTest.php | +3 | −3 | Go to diff View file |
M | tests/unit/Adapter/BaselineArtifactRepositoryAdapterTest.php | +2 | −2 | Go to diff View file |
M | tests/unit/Adapter/BaselineRepositoryAdapterTest.php | +5 | −5 | Go to diff View file |
M | tests/unit/Adapter/ComparisonRepositoryAdapterTest.php | +12 | −12 | Go to diff View file |
M | tests/unit/REST/BaselinesPageRepresentationTest.php | +2 | −2 | Go to diff View file |
M | tests/unit/REST/IntegrationTestCaseWithStubs.php | +1 | −1 | Go to diff View file |
M | tests/unit/Stub/BaselineRepositoryStub.php | +1 | −1 | Go to diff View file |
M | themes/baseline/_comparison-content.scss | +3 | −1 | Go to diff View file |
M | themes/baseline/_new-comparison-modal.scss | +4 | −0 | Go to diff View file |
M | themes/baseline/_project-header-background.scss | +6 | −2 | Go to diff View file |