- import the entity
- merge a config change to configure the new entity ID
merge a config change to enable suggestion constraints
Description
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Lucas_Werkmeister_WMDE | T204439 new constraint level for suggestions | |||
Resolved | Lucas_Werkmeister_WMDE | T221107 Configure suggestion constraint level on Beta |
Event Timeline
Mentioned in SAL (#wikimedia-releng) [2019-04-16T17:36:37Z] <Lucas_WMDE> lucaswerkmeister-wmde@deployment-deploy01:~$ mwscript extensions/WikibaseQualityConstraints/maintenance/ImportConstraintEntities.php --wiki=wikidatawiki --config-format=wgConf | tee T221107.php
Maintenance script output:
'wgWBQualityConstraintsSubclassOfId' => [ 'default' => 'P279', 'wikidatawiki' => 'P279', ], 'wgWBQualityConstraintsSuggestionConstraintId' => [ 'default' => 'Q62026391', 'wikidatawiki' => 'Q524851', ],
Took 4.606 s to run (2.816 s user, 0.604 s system).
We can ignore the “subclass of” part, that’s just a fluke (the script doesn’t expect the local entity to actually have the same ID as the original one, so it keeps outputting it).
Change 504386 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)):
[operations/mediawiki-config@master] Configure suggestion constraint status on Beta Wikidata
Change 504386 merged by jenkins-bot:
[operations/mediawiki-config@master] Configure suggestion constraint status on Beta Wikidata
Mentioned in SAL (#wikimedia-operations) [2019-04-16T17:46:56Z] <lucaswerkmeister-wmde@deploy1001> Synchronized wmf-config/InitialiseSettings-labs.php: [[gerrit:504386|no-op preparatory change (T221107)]] (duration: 00m 52s)
Change 504389 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)):
[operations/mediawiki-config@master] Enable suggestion constraint status on Beta Wikidata
Change 504389 abandoned by Lucas Werkmeister (WMDE):
Enable suggestion constraint status on Beta Wikidata
Reason:
Yeah, let’s just wait until suggestion constraints are enabled by default.
Moving to “stalled” – once the suggestion constraint status is enabled by default in WikibaseQualityConstraints, we can verify that it also works on Beta, and then close this task.