[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-05-06 Thread gerritbot
gerritbot added a comment. Change 507277 abandoned by Alaa Sarhan: Add MediaWikiDatabaseNormalizedTermStore implementation of NormalizedTermStoreSchemaAccess. Reason: Follow on https://github.com/wmde/mediawiki-term-store https://gerrit.wikimedia.org/r/507277 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-05-06 Thread gerritbot
gerritbot added a comment. Change 507276 abandoned by Alaa Sarhan: Add InMemorySchemaAccess test helper class Reason: Follow on https://github.com/wmde/mediawiki-term-store https://gerrit.wikimedia.org/r/507276 TASK DETAIL https://phabricator.wikimedia.org/T221706 EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-05-06 Thread gerritbot
gerritbot added a comment. Change 507275 abandoned by Alaa Sarhan: Add EntityTermsStoreSchemaAccess NormalizedTermStoreSchemaAccess interfaces Reason: Follow on https://github.com/wmde/mediawiki-term-store https://gerrit.wikimedia.org/r/507275 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-05-06 Thread gerritbot
gerritbot added a comment. Change 507824 abandoned by Alaa Sarhan: Add MediaWikiDatabaseEntityTermStore implementation of EntityTermStoreSchemaAccess. Reason: Follow on https://github.com/wmde/mediawiki-term-store https://gerrit.wikimedia.org/r/507824 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-05-02 Thread gerritbot
gerritbot added a comment. Change 507824 had a related patch set uploaded (by Alaa Sarhan; owner: Alaa Sarhan): [mediawiki/extensions/Wikibase@master] Add MediaWikiDatabaseEntityTermStore implementation of EntityTermStoreSchemaAccess. https://gerrit.wikimedia.org/r/507824 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-04-30 Thread alaa_wmde
alaa_wmde added a comment. Check for getting insert id https://github.com/wikimedia/mediawiki/blob/master/includes/libs/rdbms/database/DatabaseMysqli.php#L155 TASK DETAIL https://phabricator.wikimedia.org/T221706 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-04-30 Thread gerritbot
gerritbot added a comment. Change 506692 abandoned by Alaa Sarhan: [WIP] Adding MediaWikieTermStore, first with only PropertyTermStore implementation. Reason: Abandoned in favor of smaller series of patches (follow from the connected Bug https://phabricator.wikimedia.org/T221706)

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-04-30 Thread gerritbot
gerritbot added a comment. Change 507277 had a related patch set uploaded (by Alaa Sarhan; owner: Alaa Sarhan): [mediawiki/extensions/Wikibase@master] Add MediaWikiDatabaseAccess implementation of SchemaAccess. https://gerrit.wikimedia.org/r/507277 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-04-30 Thread gerritbot
gerritbot added a comment. Change 507276 had a related patch set uploaded (by Alaa Sarhan; owner: Alaa Sarhan): [mediawiki/extensions/Wikibase@master] Add InMemorySchemaAccess test helper class https://gerrit.wikimedia.org/r/507276 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-04-30 Thread gerritbot
gerritbot added a comment. Change 507275 had a related patch set uploaded (by Alaa Sarhan; owner: Alaa Sarhan): [mediawiki/extensions/Wikibase@master] Add SchemaAccess interface to abstract normalized terms schema access from mediawiki dbal's implementation of wikibase-term-store

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-04-26 Thread gerritbot
gerritbot added a comment. Change 506692 had a related patch set uploaded (by Alaa Sarhan; owner: Alaa Sarhan): [mediawiki/extensions/Wikibase@master] [WIP] Adding MediaWikieTermStore, first with only PropertyTermStore implementation. https://gerrit.wikimedia.org/r/506692 TASK DETAIL

[Wikidata-bugs] [Maniphest] [Commented On] T221706: Implement PropertyTermStore wikibase-term-store using MW DBAL

2019-04-26 Thread alaa_wmde
alaa_wmde added a comment. The MW DBAL implementation will reside inside Wikibase extension code-base for now. That is because: - MW DBAL is not extracted outside of mediawiki/core as a separate package - mediawiki/core is not provided as a package one can depend on (at least dev