User Details
User Details
- User Since
- Oct 20 2014, 11:38 AM (599 w, 3 d)
- Availability
- Available
- LDAP User
- Jakob
- MediaWiki User
- Jakob Warkotsch (WMDE) [ Global Accounts ]
Tue, Apr 14
Tue, Apr 14
Jakob_WMDE moved T422135: 🧄 Ensure search results contain the concept URI from Peer Review to Done on the Wikibase Reuse Team (Sprint 66) board.
Mon, Apr 13
Mon, Apr 13
Jakob_WMDE moved T422128: ⛓ Support labelWithLanguageFallback in all property fields from Doing to Peer Review on the Wikibase Reuse Team (Sprint 66) board.
Fri, Apr 10
Fri, Apr 10
Jakob_WMDE moved T422125: ⛓ Create BatchGetPropertyLabelsWithLanguageFallback use case from Doing to Peer Review on the Wikibase Reuse Team (Sprint 66) board.
Jakob_WMDE added a comment to T413657: 📌️ Build look up items by sitelink in GraphQL.
The bug where the API errored when there is no item for the requested sitelink is fixed now. Can be tried out here: https://doc.wikimedia.org/Wikibase/master/js/graphql-explorer/?query=ewogIGl0ZW1CeVNpdGVsaW5rKHNpdGVJZDogImVud2lraSIsIHRpdGxlOiAiVGhpcyBkb2VzIG5vdCBleGlzdCIpIHsKICAgIGlkCiAgfQp9
Jakob_WMDE moved T422501: Investigate if OR functionality results are working as expected or a bug from Backlog to Sprint 66 on the Wikibase Reuse Team board.
Jakob_WMDE added a comment to T422501: Investigate if OR functionality results are working as expected or a bug.
This is fixed on beta wikidata now. Can be tried out using the following query:
{
searchItems(
query: {
or: [
{ property: "P443", value: "potato" },
{ property: "P443", value: "does not exist" },
]
}
) {
edges {
node { id }
}
}
}Thu, Apr 9
Thu, Apr 9
Jakob_WMDE moved T421217: 🧅 Create wbsearchentities controller(s) for properties from Peer Review to Done on the Wikibase Reuse Team (Sprint 66) board.
Jakob_WMDE moved T420683: 🧅 Create entity type specific controllers from Peer Review to Done on the Wikibase Reuse Team (Sprint 66) board.
Wed, Apr 8
Wed, Apr 8
Jakob_WMDE moved T420683: 🧅 Create entity type specific controllers from To Do to Peer Review on the Wikibase Reuse Team (Sprint 66) board.
Jakob_WMDE moved T421032: 🧅 Document the controller concept from Peer Review to Done on the Wikibase Reuse Team (Sprint 66) board.
Jakob_WMDE added a comment to T422501: Investigate if OR functionality results are working as expected or a bug.
But when adding a single statement to the "or"-block that doesn't return a result, the whole result is empty.
Jakob_WMDE moved T422122: ⛓ Add labelWithLanguageFallback to the Item type from Doing to Peer Review on the Wikibase Reuse Team (Sprint 66) board.
Jakob_WMDE renamed T422122: ⛓ Add labelWithLanguageFallback to the Item type from ⛓ Add the labelWithLanguageFallback to the Item type to ⛓ Add labelWithLanguageFallback to the Item type.
Tue, Apr 7
Tue, Apr 7
Jakob_WMDE moved T421467: 🧅 Create wbsearchentities controller(s) for entity schema from Peer Review to Done on the Wikibase Reuse Team (Sprint 66) board.
Jakob_WMDE moved T421474: Remove entity-search-callback from entity type definitions from Tech backlog to Polished on the Wikibase Reuse Team board.
Jakob_WMDE updated the task description for T421474: Remove entity-search-callback from entity type definitions.
Jakob_WMDE moved T420318: Ensure Wikibase search e2e tests don't break for other extensions from Tech backlog to Polished on the Wikibase Reuse Team board.
Jakob_WMDE moved T420684: 🧅 Remove WikibaseRepoEntitySearchHelperCallbacks hook from Peer Review to Done on the Wikibase Reuse Team (Sprint 66) board.
Thu, Apr 2
Thu, Apr 2
Jakob_WMDE updated the task description for T413655: ⛓ Ensure language fallback works for labels of linked entities.
Jakob_WMDE renamed T413655: ⛓ Ensure language fallback works for labels of linked entities from Ensure language fallback works for labels of linked entities to ⛓ Ensure language fallback works for labels of linked entities.
Jakob_WMDE added a comment to T413655: ⛓ Ensure language fallback works for labels of linked entities.
Here's my suggestion for the schema of this new field:
Wed, Apr 1
Wed, Apr 1
Jakob_WMDE moved T421980: 🧅 Create wbsearchentities controller for sense from Doing to Peer Review on the Wikibase Reuse Team (Sprint 66) board.
Jakob_WMDE updated the task description for T420683: 🧅 Create entity type specific controllers.
Jakob_WMDE moved T420872: 🧅 Create basic e2e tests for wbsearchentities from Peer Review to Done on the Wikibase Reuse Team (Sprint 65) board.
Jakob_WMDE moved T420684: 🧅 Remove WikibaseRepoEntitySearchHelperCallbacks hook from Doing to Peer Review on the Wikibase Reuse Team (Sprint 65) board.
Jakob_WMDE renamed T421912: wbsearchentities: strictlanguage parameter does not exclude items with labels only in other languages from wbsearchentities: strictlanguage paameter does not exclude items with labels only in other languages to wbsearchentities: strictlanguage parameter does not exclude items with labels only in other languages.
Tue, Mar 31
Tue, Mar 31
Jakob_WMDE added a comment to T413657: 📌️ Build look up items by sitelink in GraphQL.
Can be tested on https://test.wikidata.org/w/api.php?action=wbgraphql&format=json e.g. with the following query:
{
itemBySitelink(siteId: "enwiki", title: "Test") {
id
}
}Jakob_WMDE moved T413657: 📌️ Build look up items by sitelink in GraphQL from To Do to Product Verification on the Wikibase Reuse Team (Sprint 65) board.
Jakob_WMDE updated the task description for T413657: 📌️ Build look up items by sitelink in GraphQL.
Jakob_WMDE moved T421861: Enable item lookup by sitelink url from To polish to Backlog on the Wikibase Reuse Team board.
We won't do this as a subtask of T413657 but rather as a separate story.
Jakob_WMDE closed T420576: 📌️ Enable item lookup by sitelink url, a subtask of T413657: 📌️ Build look up items by sitelink in GraphQL, as Declined.
Jakob_WMDE moved T421037: 🧅 Create wbsearchentities controller(s) for items from Peer Review to Done on the Wikibase Reuse Team (Sprint 65) board.
Jakob_WMDE moved T421665: 🧅 Create wbsearchentities controller for lexeme from Doing to Peer Review on the Wikibase Reuse Team (Sprint 65) board.
Mon, Mar 30
Mon, Mar 30
Jakob_WMDE updated the task description for T417974: Revisit or document the logic to find out if CirrusSearch is enabled in different domains.
Jakob_WMDE updated the task description for T417974: Revisit or document the logic to find out if CirrusSearch is enabled in different domains.
Jakob_WMDE updated the task description for T420683: 🧅 Create entity type specific controllers.
Jakob_WMDE moved T421032: 🧅 Document the controller concept from Doing to Peer Review on the Wikibase Reuse Team (Sprint 65) board.
Jakob_WMDE renamed T421663: Cite browser tests failing in CI for multiple extensions from Cite browser tests failing in Wikibase CI to Cite browser tests failing in CI for multiple extensions.
Fri, Mar 27
Fri, Mar 27
Jakob_WMDE updated the task description for T421474: Remove entity-search-callback from entity type definitions.
Jakob_WMDE renamed T420684: 🧅 Remove WikibaseRepoEntitySearchHelperCallbacks hook from 🧅 Remove EntitySearchHelper from EntityTypeDefinitions to 🧅 Remove WikibaseRepoEntitySearchHelperCallbacks hook.
Jakob_WMDE moved T421037: 🧅 Create wbsearchentities controller(s) for items from Doing to Peer Review on the Wikibase Reuse Team (Sprint 65) board.
Thu, Mar 26
Thu, Mar 26
Jakob_WMDE updated the task description for T420683: 🧅 Create entity type specific controllers.
Jakob_WMDE moved T420682: 🧅 Create a controller registry from Peer Review to Done on the Wikibase Reuse Team (Sprint 65) board.
Jakob_WMDE moved T420488: 📌️ Look up items by sitelink from Peer Review to Done on the Wikibase Reuse Team (Sprint 65) board.
Wed, Mar 25
Wed, Mar 25
Jakob_WMDE moved T421052: searchItems does not work for values that contain spaces from Peer Review to Done on the Wikibase Reuse Team (Sprint 65) board.
Tue, Mar 24
Tue, Mar 24
Jakob_WMDE moved T421052: searchItems does not work for values that contain spaces from To Do to Peer Review on the Wikibase Reuse Team (Sprint 65) board.
Jakob_WMDE moved T421052: searchItems does not work for values that contain spaces from Backlog to Sprint 65 on the Wikibase Reuse Team board.
Jakob_WMDE added a project to T421052: searchItems does not work for values that contain spaces: Wikibase GraphQL.
Jakob_WMDE updated the task description for T419571: Build look up items by external ID in GraphQL.
Jakob_WMDE updated the task description for T420683: 🧅 Create entity type specific controllers.
Jakob_WMDE moved T420681: 🧅 Create a DispatchingWbSearchEntitiesController from Peer Review to Done on the Wikibase Reuse Team (Sprint 65) board.
Jakob_WMDE moved T421037: 🧅 Create wbsearchentities controller(s) for items from To Do to Doing on the Wikibase Reuse Team (Sprint 65) board.
Jakob_WMDE moved T420682: 🧅 Create a controller registry from Doing to Peer Review on the Wikibase Reuse Team (Sprint 65) board.
Jakob_WMDE updated the task description for T420684: 🧅 Remove WikibaseRepoEntitySearchHelperCallbacks hook.
Jakob_WMDE updated the task description for T421032: 🧅 Document the controller concept.
Jakob_WMDE updated the task description for T420683: 🧅 Create entity type specific controllers.
Mon, Mar 23
Mon, Mar 23
Jakob_WMDE updated the task description for T419571: Build look up items by external ID in GraphQL.
Jakob_WMDE updated the task description for T419571: Build look up items by external ID in GraphQL.
Jakob_WMDE added a comment to T419571: Build look up items by external ID in GraphQL.