Ladsgroup has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/404491 )
Change subject: Bump wikibase-data-model-services to 3.9.0 ...................................................................... Bump wikibase-data-model-services to 3.9.0 Release notes: https://github.com/wmde/WikibaseDataModelServices/releases/tag/3.9.0 Change-Id: I60a1a541347326a179656504ebdd6f6922f93e2f --- M composer.json M composer.lock M composer/installed.json D wikibase/data-model-services/.gitignore D wikibase/data-model-services/.scrutinizer.yml D wikibase/data-model-services/.travis.yml A wikibase/data-model-services/COPYING M wikibase/data-model-services/RELEASE-NOTES.md D wikibase/data-model-services/composer.json D wikibase/data-model-services/phpcs.xml D wikibase/data-model-services/phpmd.xml D wikibase/data-model-services/phpunit.xml.dist M wikibase/data-model-services/src/Diff/Internal/AliasGroupListPatcher.php M wikibase/data-model-services/src/Diff/Internal/FingerprintPatcher.php M wikibase/data-model-services/src/Diff/Internal/SiteLinkListPatcher.php M wikibase/data-model-services/src/Diff/StatementListPatcher.php M wikibase/data-model-services/src/Diff/TermListPatcher.php M wikibase/data-model-services/src/Entity/PropertyDataTypeMatcher.php A wikibase/data-model-services/src/EntityId/EntityIdComposer.php M wikibase/data-model-services/src/EntityId/EntityIdFormatter.php M wikibase/data-model-services/src/EntityId/EntityIdLabelFormatter.php M wikibase/data-model-services/src/EntityId/PlainEntityIdFormatter.php A wikibase/data-model-services/src/Lookup/DisabledEntityTypesEntityLookup.php M wikibase/data-model-services/src/Lookup/EntityRetrievingTermLookup.php M wikibase/data-model-services/src/Lookup/InMemoryDataTypeLookup.php M wikibase/data-model-services/src/Statement/Filter/DataTypeStatementFilter.php M wikibase/data-model-services/src/Statement/Filter/NullStatementFilter.php M wikibase/data-model-services/src/Statement/Filter/PropertySetStatementFilter.php M wikibase/data-model-services/src/Statement/Grouper/ByPropertyIdStatementGrouper.php M wikibase/data-model-services/src/Statement/Grouper/FilteringStatementGrouper.php M wikibase/data-model-services/src/Statement/Grouper/NullStatementGrouper.php M wikibase/data-model-services/src/Statement/Grouper/StatementGrouper.php M wikibase/data-model-services/src/Statement/StatementGuidParser.php M wikibase/data-model-services/src/Statement/StatementGuidValidator.php D wikibase/data-model-services/tests/bootstrap.php D wikibase/data-model-services/tests/fixtures/EntityOfUnknownType.php D wikibase/data-model-services/tests/fixtures/FakeEntityDocument.php D wikibase/data-model-services/tests/unit/ByPropertyIdGrouperTest.php D wikibase/data-model-services/tests/unit/DataValue/ValuesFinderTest.php D wikibase/data-model-services/tests/unit/Diff/EntityDiffOldTest.php D wikibase/data-model-services/tests/unit/Diff/EntityDiffTest.php D wikibase/data-model-services/tests/unit/Diff/EntityDifferTest.php D wikibase/data-model-services/tests/unit/Diff/EntityPatcherTest.php D wikibase/data-model-services/tests/unit/Diff/EntityTypeAwareDiffOpFactoryTest.php D wikibase/data-model-services/tests/unit/Diff/Internal/AliasGroupListPatcherTest.php D wikibase/data-model-services/tests/unit/Diff/Internal/FingerprintPatcherTest.php D wikibase/data-model-services/tests/unit/Diff/Internal/SiteLinkListPatcherTest.php D wikibase/data-model-services/tests/unit/Diff/ItemDiffTest.php D wikibase/data-model-services/tests/unit/Diff/ItemDifferTest.php D wikibase/data-model-services/tests/unit/Diff/ItemPatcherTest.php D wikibase/data-model-services/tests/unit/Diff/PropertyDifferTest.php D wikibase/data-model-services/tests/unit/Diff/PropertyPatcherTest.php D wikibase/data-model-services/tests/unit/Diff/StatementListDifferTest.php D wikibase/data-model-services/tests/unit/Diff/StatementListPatcherTest.php D wikibase/data-model-services/tests/unit/Diff/TermListPatcherTest.php D wikibase/data-model-services/tests/unit/Entity/PropertyDataTypeMatcherTest.php D wikibase/data-model-services/tests/unit/EntityId/EntityIdLabelFormatterTest.php D wikibase/data-model-services/tests/unit/EntityId/EscapingEntityIdFormatterTest.php D wikibase/data-model-services/tests/unit/EntityId/PlainEntityIdFormatterTest.php D wikibase/data-model-services/tests/unit/EntityId/PrefixMappingEntityIdParserFactoryTest.php D wikibase/data-model-services/tests/unit/EntityId/PrefixMappingEntityIdParserTest.php D wikibase/data-model-services/tests/unit/EntityId/SuffixEntityIdParserTest.php D wikibase/data-model-services/tests/unit/Lookup/DispatchingEntityLookupTest.php D wikibase/data-model-services/tests/unit/Lookup/EntityLookupExceptionTest.php D wikibase/data-model-services/tests/unit/Lookup/EntityRedirectLookupExceptionTest.php D wikibase/data-model-services/tests/unit/Lookup/EntityRetrievingDataTypeLookupTest.php D wikibase/data-model-services/tests/unit/Lookup/EntityRetrievingTermLookupTest.php D wikibase/data-model-services/tests/unit/Lookup/InMemoryDataTypeLookupTest.php D wikibase/data-model-services/tests/unit/Lookup/InMemoryEntityLookupTest.php D wikibase/data-model-services/tests/unit/Lookup/InProcessCachingDataTypeLookupTest.php D wikibase/data-model-services/tests/unit/Lookup/ItemLookupExceptionTest.php D wikibase/data-model-services/tests/unit/Lookup/LabelDescriptionLookupExceptionTest.php D wikibase/data-model-services/tests/unit/Lookup/LanguageLabelDescriptionLookupTest.php D wikibase/data-model-services/tests/unit/Lookup/PropertyDataTypeLookupExceptionTest.php D wikibase/data-model-services/tests/unit/Lookup/PropertyLookupExceptionTest.php D wikibase/data-model-services/tests/unit/Lookup/RedirectResolvingEntityLookupTest.php D wikibase/data-model-services/tests/unit/Lookup/RestrictedEntityLookupTest.php D wikibase/data-model-services/tests/unit/Lookup/TermLookupExceptionTest.php D wikibase/data-model-services/tests/unit/Lookup/UnknownForeignRepositoryExceptionTest.php D wikibase/data-model-services/tests/unit/Lookup/UnresolvedEntityRedirectExceptionTest.php D wikibase/data-model-services/tests/unit/Statement/Filter/DataTypeStatementFilterTest.php D wikibase/data-model-services/tests/unit/Statement/Filter/NullStatementFilterTest.php D wikibase/data-model-services/tests/unit/Statement/Filter/PropertySetStatementFilterTest.php D wikibase/data-model-services/tests/unit/Statement/Grouper/ByPropertyIdStatementGrouperTest.php D wikibase/data-model-services/tests/unit/Statement/Grouper/FilteringStatementGrouperTest.php D wikibase/data-model-services/tests/unit/Statement/Grouper/NullStatementGrouperTest.php D wikibase/data-model-services/tests/unit/Statement/GuidGeneratorTest.php D wikibase/data-model-services/tests/unit/Statement/StatementGuidParserTest.php D wikibase/data-model-services/tests/unit/Statement/StatementGuidValidatorTest.php D wikibase/data-model-services/tests/unit/Statement/V4GuidGeneratorTest.php 90 files changed, 722 insertions(+), 5,711 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vendor refs/changes/91/404491/1 -- To view, visit https://gerrit.wikimedia.org/r/404491 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I60a1a541347326a179656504ebdd6f6922f93e2f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vendor Gerrit-Branch: master Gerrit-Owner: Ladsgroup <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
