John Erling Blad has submitted this change and it was merged. Change subject: New setclaim API module that allows creating or updating an entire claim given JSON serialization ......................................................................
New setclaim API module that allows creating or updating an entire claim given JSON serialization Change-Id: I571e5b2e4ed6b492f2cfc0fb25c2af5777ae39af --- M lib/WikibaseLib.hooks.php M lib/WikibaseLib.php M lib/includes/entity/Entity.php M lib/includes/entity/EntityId.php A lib/includes/serializers/ByPropertyListUnserializer.php M lib/includes/serializers/ClaimSerializer.php M lib/includes/serializers/ReferenceSerializer.php M lib/includes/serializers/SerializationOptions.php M lib/includes/serializers/Serializer.php M lib/includes/serializers/SerializerFactory.php M lib/includes/statement/Statement.php M lib/tests/phpunit/claim/ClaimTest.php A lib/tests/phpunit/serializers/ByPropertyListUnserializerTest.php A lib/tests/phpunit/serializers/UnserializerBaseTest.php M lib/tests/phpunit/statement/StatementTest.php M repo/config/Wikibase.experimental.php M repo/includes/api/ApiCreateClaim.php A repo/includes/api/SetClaim.php M repo/tests/phpunit/includes/api/ApiSetReferenceTest.php A repo/tests/phpunit/includes/api/SetClaimTest.php M repo/tests/phpunit/includes/api/SetQualifierTest.php 21 files changed, 805 insertions(+), 23 deletions(-) Approvals: John Erling Blad: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/44858 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I571e5b2e4ed6b492f2cfc0fb25c2af5777ae39af Gerrit-PatchSet: 9 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Daniel Werner <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: John Erling Blad <[email protected]> Gerrit-Reviewer: Tobias Gritschacher <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
