User:Aude/Wikidata/2016 April

From mediawiki.org

April 2016[edit]

April 1-April 3[edit]

April 4-6[edit]

  • holidays

April 7[edit]

  • catching up on what's going on with Wikibase while I was away
  • Update Wikibase import scripts to work with Data Model 6.0

April 11[edit]

  • working on Wikibase integration with Elastic

April 12[edit]

  • attending sprint meetings
  • making backup of my macbook hard drive

April 13[edit]

  • holiday

April 14[edit]

  • working on Wikibase integration with Elastic

April 15[edit]

April 17 (Sunday)[edit]

April 18[edit]

  • Adjusting MediaInfo extension for changes in Wikibase View - Gerrit change 283971
  • Looking into the status of the MediaInfo extension. (and trying to create entities using wbeditentity in the ApiSandbox) Problems include:
    • EntityFactory::newEmpty does not work for MediaInfo (somewhat easy to fix)
    • Places in the code when assigning a fresh id to a new entity that expect methods like ItemId::newFromNumber exist for MediaInfoId
    • Problem with serialization (calling Wikibase\DataModel\SerializerFactory::newEntitySerializer, which is aware of only Item and Property entity types) in ParserOutputJsConfigBuilder - fixed by Bene's not-yet-merged chain of patches Gerrit change 278566
    • Problem with diffing: "Diffing the provided types of entities is not supported", "*": "#0 /var/www/wiki/w/extensions/Wikidata/vendor/wikibase/data-model-services/src/Diff/EntityDiffer.php - presumably what phab:T78298 is working to address.

April 19[edit]

  • attended story time meeting (first part)
  • for part of the day, meeting with Smithsonian people about Wikidata.
    • probably will be follow-up Wikidata editathons and maybe a hackathon
  • travelling to NYC :) and not sure how available I am after story time

April 20[edit]

April 21[edit]

  • Worked more on indexing terms in Elastic Search
  • Attended nycneo4j meetup. (I have experimented in the past with using neo4j to query Wikidata content, and it has its capabilities even if we didn't choose it for our query service)

April 22[edit]

  • Worked more on search ...

April 25[edit]

  • Fix fatal error in OutputPageBeforeHTMLHookHandler phab:T132645

April 26[edit]

  • attend sprint planning meetings
  • deployed arbitrary access on commons
  • prepare backport to fix phab:T132645

April 27[edit]

  • Worked more on search

April 28[edit]

  • Investigate broken rdf dumps
  • Trying to backport + deploy phab:T132645, but running into unrelated Echo test failures phab:T133774. Maybe Jan knows a solution? or Hashar is around tomorrow to help me work around this.
  • Move populateInterwiki.php to core
  • Moving populateSitesTable.php out of Wikibase!

April 29[edit]

  • Investigated broken rdf dumps
  • We got fix for phab:T132645 deployed