[Wikidata-bugs] [Maniphest] [Changed Status] T145712: Statement counts from pageprops do not match actual ones ( wikibase:statements and wikibase:sitelinks )

2017-03-29 Thread Smalyshev
Smalyshev changed the task status from "Open" to "Stalled". TASK DETAILhttps://phabricator.wikimedia.org/T145712EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Tgr, MZMcBride, aaron, Addshore, Multichill, hoo, Esc3300, Pasleim, thiemowmde,

[Wikidata-bugs] [Maniphest] [Retitled] T138214: CORS policies should allow scripts from query.wikidata.org to edit www.wikidata.org

2017-03-29 Thread Smalyshev
Smalyshev changed the title from "query.wikidata.org CORS policies" to "CORS policies should allow scripts from query.wikidata.org to edit www.wikidata.org". TASK DETAILhttps://phabricator.wikimedia.org/T138214EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Closed] T116298: SPARQL endpoint should gracefully handle cycles and loops in transitive properties

2017-03-29 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev added a comment. This works now: SELECT DISTINCT ?city WHERE { ?city wdt:P31/wdt:P279* wd:Q515 . # find instances of subclasses of city ?city wdt:P131* wd:Q1202 . hint:Prior hint:gearing "forward" . } See also

[Wikidata-bugs] [Maniphest] [Closed] T153893: [EPIC] Support limited federation for WDQS

2017-03-29 Thread Smalyshev
Smalyshev closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T153893EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Harej, Tarrow, Aklapper, Smalyshev, QZanden, EBjune, merbst, Avner, debt, Gehel, D3r1ck01, Jonas,

[Wikidata-bugs] [Maniphest] [Closed] T145899: Path query for taxons times out

2017-03-29 Thread Smalyshev
Smalyshev closed this task as "Resolved".Smalyshev added a comment. This one works now: SELECT ?item ?taxonName ?taxonRank ?parentName ?parentRank ?higherParent WHERE { BIND("Rivasmartinezia" AS ?taxonName) . BIND(wd:Q34740 AS ?taxonRank) . # Genus BIND(wd:Q756 AS ?higherParent) . # Plantae

[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-29 Thread MZMcBride
MZMcBride added a comment. From the current task description: Problem: There is currently no canonical URI/URL for referring to and retrieving these data sets. Can someone please elaborate on this? This task has a whole lot of text about potential solutions and it's not clear to me why a "nice"

[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-29 Thread daniel
daniel added a comment. /wiki/{title} is the user interface URL. I think it makes sense to have a separate URL for the data. This will also make it much easier to introduce a URL that supports content negotiation via 303 redirects.TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T161718: WikibaseQualityExternalValidation covers docs incorrect namespaces

2017-03-29 Thread Reedy
Reedy added a comment. Poking at this further, not sure if it's actually a PhpStorm bug.. Filed upstream https://youtrack.jetbrains.com/issue/WI-35736TASK DETAILhttps://phabricator.wikimedia.org/T161718EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc:

[Wikidata-bugs] [Maniphest] [Commented On] T161721: WikibaseQuality covers docs incorrect namespaces

2017-03-29 Thread Reedy
Reedy added a comment. Poking at this further, not sure if it's actually a PhpStorm bug.. Filed upstream https://youtrack.jetbrains.com/issue/WI-35736TASK DETAILhttps://phabricator.wikimedia.org/T161721EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc:

[Wikidata-bugs] [Maniphest] [Commented On] T161720: WikibaseQualityConstraints covers docs incorrect namespaces

2017-03-29 Thread Reedy
Reedy added a comment. Poking at this further, not sure if it's actually a PhpStorm bug.. Filed upstream https://youtrack.jetbrains.com/issue/WI-35736TASK DETAILhttps://phabricator.wikimedia.org/T161720EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc:

[Wikidata-bugs] [Maniphest] [Edited] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-29 Thread matmarex
matmarex edited the task description. (Show Details) EDIT DETAILS...* Wikidata uses as the canonical URI of concepts, and :Q23/Q23> as the canonical URI of the description. Both apply content negotiation and trigger a 303 redirect. The canonical URL for a specific serialization has the form

[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-29 Thread Smalyshev
Smalyshev added a comment. /wiki/{title} assumes HTML representation. If we could make it content-negotiate to another representation (JSON, CSV or whatever is appropriate for map data - geoJSON?) it'd be fine. But if it's hard to do, we'd better use URI that makes it easier.TASK

[Wikidata-bugs] [Maniphest] [Closed] T160422: wdqs-app-footer-updated not transcluded

2017-03-29 Thread Smalyshev
Smalyshev closed this task as "Invalid".Smalyshev added a comment. Looks like may be a case of cache not updating. Closing for now, if it happens again please reopen.TASK DETAILhttps://phabricator.wikimedia.org/T160422EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T161751: WikibaseQualityExternalValidation test failures

2017-03-29 Thread Reedy
Reedy edited the task description. (Show Details) EDIT DETAILS...``` 16:25:45 [90.0MB/20.46s] Updating dependencies (including require-dev) 16:25:46 [124.0MB/21.39s] [merge-plugin] Adding dependency wikibase/external-validation requires php (>= 5.5.0.0-dev) 16:25:46 [124.0MB/21.39s]

[Wikidata-bugs] [Maniphest] [Triaged] T161751: WikibaseQualityExternalValidation test failures

2017-03-29 Thread Reedy
Reedy triaged this task as "High" priority.Reedy added a project: Wikibase-Quality. TASK DETAILhttps://phabricator.wikimedia.org/T161751EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc: Aklapper, Reedy, QZanden, D3r1ck01, Scott_WUaS, Izno, abian,

[Wikidata-bugs] [Maniphest] [Created] T161751: WikibaseQualityExternalValidation test failures

2017-03-29 Thread Reedy
Reedy created this task.Reedy added a project: Wikibase-Quality-External-Validation.Herald added a subscriber: Aklapper.Herald added a project: Wikidata. TASK DESCRIPTIONOn https://gerrit.wikimedia.org/r/#/c/345390/1 it seems

[Wikidata-bugs] [Maniphest] [Commented On] T160422: wdqs-app-footer-updated not transcluded

2017-03-29 Thread Lokal_Profil
Lokal_Profil added a comment. In T160422#3123366, @Smalyshev wrote: @Lokal_Profil where are you seeing this? On the day I reported it I saw it when visiting query.wikidata.org (bottom right corner) from my laptop (on mobile now so can't confirm)TASK

[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-29 Thread GWicke
GWicke added a comment. I think the URL most users would consider canonical is /wiki/{title}. Wouldn't this already provide a reasonable URL for the concept of the page?TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL

[Wikidata-bugs] [Maniphest] [Changed Project Column] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-29 Thread daniel
daniel moved this task from ArchCom-Approved to Request IRC meeting on the ArchCom-RfC board.daniel edited projects, added ArchCom-RfC; removed ArchCom-RfC (ArchCom-Approved). TASK DETAILhttps://phabricator.wikimedia.org/T161527WORKBOARDhttps://phabricator.wikimedia.org/project/board/52/EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-29 Thread daniel
daniel added a comment. @GWicke yes, indeed. This ticket is not about concept URIs, but about URIs for page content. Page content may be a description of a real world concept, or be otherwise related to such concepts. In order to express such a relation ship, both (the concept and the description)

[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-29 Thread GWicke
GWicke added a comment. In T161527#3135095, @Smalyshev wrote: I think we have several concepts there that needs to be refined. Canonical object URI - this is the URI that uniquely identifies an object in Wikimedia world, and, by extension, in the whole world of linked data. I think there is

[Wikidata-bugs] [Maniphest] [Updated] T160140: Wikidata accepts invalid geo coordinates, causing indexing failures

2017-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T160140EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, aude, Smalyshev, Deskana, thiemowmde, daniel, Lydia_Pintscher, Aklapper, MaxSem,

[Wikidata-bugs] [Maniphest] [Commented On] T160140: Wikidata accepts invalid geo coordinates, causing indexing failures

2017-03-29 Thread gerritbot
gerritbot added a comment. Change 345419 had a related patch set uploaded (by MaxSem): [mediawiki/extensions/GeoData@master] Don't attempt to index invalid coordinates https://gerrit.wikimedia.org/r/345419TASK DETAILhttps://phabricator.wikimedia.org/T160140EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T161240: Expose wikidata query service LDF endpoint in a scalable and available way

2017-03-29 Thread Smalyshev
Smalyshev added a comment. The problem is as follows: Blazegraph stores the triples in BTree. Btree does have an ordering, and it is stable, but what is stored are not strings but terms generated from strings, which seem to be identified and ordered by essentially running ID - i.e. Term(1),

[Wikidata-bugs] [Maniphest] [Commented On] T161695: Wikidata dump maintenance scripts cause HHVM to leak memory heavily

2017-03-29 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2017-03-29T18:43:07Z] Started a Wikidata TTL dump run on snapshot1007 using Zend (due to T161695).TASK DETAILhttps://phabricator.wikimedia.org/T161695EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T161731: Create reliable change stream for specific wiki

2017-03-29 Thread Smalyshev
Smalyshev added a comment. I think EventStreams is closest to the goal too, but I want to have a complete description of the pony for the record so that we know what we need and what is missing. If and once it's implemented (T152731) covers part of it but not all - still need seeking and longer

[Wikidata-bugs] [Maniphest] [Updated] T161731: Create reliable change stream for specific wiki

2017-03-29 Thread Anomie
Anomie removed a project: MediaWiki-API.Anomie added a comment. The pony being requested here is not going to happen in the action API, removing tag. This is probably an effective duplicate of T152731: Implement server side filtering (if we should) because EventStreams the most likely place for

[Wikidata-bugs] [Maniphest] [Triaged] T161731: Create reliable change stream for specific wiki

2017-03-29 Thread Smalyshev
Smalyshev triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T161731EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Aklapper, Smalyshev, QZanden, EBjune, merbst, Sethakill, Avner, debt, dg711, Gehel, D3r1ck01,

[Wikidata-bugs] [Maniphest] [Created] T161731: Create reliable change stream for specific wiki

2017-03-29 Thread Smalyshev
Smalyshev created this task.Smalyshev added projects: MediaWiki-API, Wikidata-Query-Service, Epic, Wikimedia-Stream, EventBus.Herald added a subscriber: Aklapper.Herald added projects: Wikidata, Discovery, Analytics. TASK DESCRIPTIONRequirements: Real-time - I can get changes from wiki within

[Wikidata-bugs] [Maniphest] [Retitled] T161342: Missing updates due to recentchanges backfilling

2017-03-29 Thread Smalyshev
Smalyshev changed the title from "Some data not uploaded to WDQS ?" to "Missing updates due to recentchanges backfilling".Smalyshev triaged this task as "Normal" priority. TASK DETAILhttps://phabricator.wikimedia.org/T161342EMAIL

[Wikidata-bugs] [Maniphest] [Declined] T160413: Duplicate claims are shown as one in query results

2017-03-29 Thread Smalyshev
Smalyshev closed this task as "Declined".Smalyshev added a comment. Unable to reproduce, declining for now. Please reopen with reproduction if it still happens.TASK DETAILhttps://phabricator.wikimedia.org/T160413EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Closed] T160969: Federation needs proxy settings on WDQS servers

2017-03-29 Thread Smalyshev
Smalyshev closed this task as "Resolved". TASK DETAILhttps://phabricator.wikimedia.org/T160969EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: gerritbot, Gehel, Aklapper, Smalyshev, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst,

[Wikidata-bugs] [Maniphest] [Updated] T141620: Allow = in wbsearchentities

2017-03-29 Thread matej_suchanek
matej_suchanek edited projects, added MediaWiki-extensions-WikibaseRepository; removed Wikibase-DataModel. TASK DETAILhttps://phabricator.wikimedia.org/T141620EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: gerritbot, Addshore, Aklapper,

[Wikidata-bugs] [Maniphest] [Commented On] T161596: Allow logged in users on desktop Wikipedia to see and quickly edit Wikidata descriptions

2017-03-29 Thread Jdlrobson
Jdlrobson added a comment. (although apparently it only works on the mobile skin now.. but easily fixable)TASK DETAILhttps://phabricator.wikimedia.org/T161596EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: BethNaught, Yoshi24517, TheDJ,

[Wikidata-bugs] [Maniphest] [Updated] T57549: [Story] Add a new datatype for geoshapes

2017-03-29 Thread Lokal_Profil
Lokal_Profil added a comment. If I enter a geo-shape thorugh the api does the validator only check that the target page: Is on Commons Has content type Map.JsonConfig Or does it also look at the page name/namespace etc? Wondering for the sake of T161726: Suport new geo-shape datatype in

[Wikidata-bugs] [Maniphest] [Commented On] T161596: Allow logged in users on desktop Wikipedia to see and quickly edit Wikidata descriptions

2017-03-29 Thread Jdlrobson
Jdlrobson added a comment. I have! mw.loader.load('/w/index.php?title=User:Jdlrobson/wikidataInfobox.js="">TASK DETAILhttps://phabricator.wikimedia.org/T161596EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JdlrobsonCc: BethNaught, Yoshi24517, TheDJ,

[Wikidata-bugs] [Maniphest] [Updated] T124055: [Task] Convert PropertySuggester to use extension registration

2017-03-29 Thread matej_suchanek
matej_suchanek added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T124055EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: Reedy, Liuxinyu970226, Aklapper, aude, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden,

[Wikidata-bugs] [Maniphest] [Commented On] T159709: Security review for WikibaseMediaInfo extension

2017-03-29 Thread dpatrick
dpatrick added a comment. @Lydia_Pintscher Ping.TASK DETAILhttps://phabricator.wikimedia.org/T159709EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: dpatrickCc: dpatrick, Ricordisamoa, Aklapper, Lydia_Pintscher, QZanden, Acer, D3r1ck01, Izno, Luke081515,

[Wikidata-bugs] [Maniphest] [Commented On] T160524: [Story] Add Form to list of Forms

2017-03-29 Thread Aleksey_WMDE
Aleksey_WMDE added a comment. I remember someone was complaining that we don't experiment. Statement like "This is a subclass of the existing listview JS code" or "This uses the toolbar infrastructure", as I see it, instantly throw away any opportunity to make things differently and everything

[Wikidata-bugs] [Maniphest] [Edited] T161718: WikibaseQualityExternalValidation covers docs incorrect namespaces

2017-03-29 Thread Reedy
Reedy edited the task description. (Show Details) EDIT DETAILSThere's literally loads of these wrong namespaces according to PhpStorm (in most test files). They should be fixed up...TASK DETAILhttps://phabricator.wikimedia.org/T161718EMAIL

[Wikidata-bugs] [Maniphest] [Created] T161721: WikibaseQuality covers docs incorrect namespaces

2017-03-29 Thread Reedy
Reedy created this task.Reedy added a project: Wikibase-Quality.Herald added a subscriber: Aklapper.Herald added a project: Wikidata. TASK DESCRIPTIONNot as bad as T161718 or T161720 but the Html tests all need fixing F7081878: Screen Shot 2017-03-29 at 17.29.34.pngTASK

[Wikidata-bugs] [Maniphest] [Created] T161720: WikibaseQualityConstraints covers docs incorrect namespaces

2017-03-29 Thread Reedy
Reedy created this task.Reedy added projects: Wikibase-Quality, Wikibase-Quality-Constraints.Herald added a subscriber: Aklapper.Herald added a project: Wikidata. TASK DESCRIPTIONLike T161718 there are many F7081813: Screen Shot 2017-03-29 at 17.25.29.pngTASK

[Wikidata-bugs] [Maniphest] [Commented On] T161716: Turn WikibaseQualityExternalValidation constants into config variables

2017-03-29 Thread gerritbot
gerritbot added a comment. Change 345390 had a related patch set uploaded (by Reedy): [mediawiki/extensions/WikibaseQualityExternalValidation@master] Convert constants to global config https://gerrit.wikimedia.org/r/345390TASK DETAILhttps://phabricator.wikimedia.org/T161716EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T161716: Turn WikibaseQualityExternalValidation constants into config variables

2017-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T161716EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: gerritbot, Reedy, JanZerebecki, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Lewizho99,

[Wikidata-bugs] [Maniphest] [Updated] T161718: WikibaseQualityExternalValidation covers docs incorrect namespaces

2017-03-29 Thread Reedy
Reedy added a project: Wikibase-Quality. TASK DETAILhttps://phabricator.wikimedia.org/T161718EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc: Aklapper, Reedy, QZanden, D3r1ck01, Scott_WUaS, Izno, abian, Wikidata-bugs, aude,

[Wikidata-bugs] [Maniphest] [Commented On] T113037: [Task] Run some Wikibase tests with different languages

2017-03-29 Thread Krinkle
Krinkle added a comment. Un-tagging CI-config as this seems like something that should be done within the PHPUnit and/or browser tests run just for a few test suites. Not to fragment the entire matrix. You can even run all PHPUnit tests (if desired) by creating a TestSuite subclass that iterates

[Wikidata-bugs] [Maniphest] [Retitled] T113037: [Task] Run some Wikibase tests with different languages

2017-03-29 Thread Krinkle
Krinkle changed the title from "[Task] run some Wikibase CI jobs with different languages" to "[Task] Run some Wikibase tests with different languages".Krinkle edited projects, added MediaWiki-extensions-WikibaseClient; removed Continuous-Integration-Config.Krinkle edited the task description.

[Wikidata-bugs] [Maniphest] [Created] T161718: WikibaseQualityExternalValidation covers docs incorrect namespaces

2017-03-29 Thread Reedy
Reedy created this task.Reedy added a project: Wikibase-Quality-External-Validation.Herald added a subscriber: Aklapper.Herald added a project: Wikidata. TASK DESCRIPTIONThere's literally loads of these wrong namespaces according to PhpStorm. They should be fixed up F7081710: Screen Shot

[Wikidata-bugs] [Maniphest] [Claimed] T159828: Use redis-based lock manager for dispatchChanges on test sites.

2017-03-29 Thread daniel
daniel claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: gerritbot, aaron, Marostegui, jcrespo, Aklapper, Jonas, Lydia_Pintscher, hoo, daniel, Ladsgroup, Adik2382, Th3d3v1ls,

[Wikidata-bugs] [Maniphest] [Commented On] T159828: Use redis-based lock manager for dispatchChanges on test sites.

2017-03-29 Thread daniel
daniel added a comment. @hoo Can you confirm that we are actually running multiple instances of dispatchChanges.php for test.wikidata.org? Which clients does it dispatch to?TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL

[Wikidata-bugs] [Maniphest] [Block] T106104: [Task] Convert WikibaseQuality, WikibaseQualityConstraints and WikibaseQualityExternalValidation to use extension registration

2017-03-29 Thread Reedy
Reedy created subtask T161716: Turn WikibaseQualityExternalValidation constants into config variables. TASK DETAILhttps://phabricator.wikimedia.org/T106104EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MtDu, ReedyCc: MtDu, gerritbot, Ricordisamoa, Paladox,

[Wikidata-bugs] [Maniphest] [Created] T161716: Turn WikibaseQualityExternalValidation constants into config variables

2017-03-29 Thread Reedy
Reedy created this task.Reedy added projects: Wikidata, Wikibase-Quality, Wikibase-Quality-External-Validation.Herald added a subscriber: Aklapper. TASK DESCRIPTION In T106104#1929640, @JanZerebecki wrote: Those 3 constants (created with the define php function) INSTANCE_OF_PID,

[Wikidata-bugs] [Maniphest] [Commented On] T159828: Use redis-based lock manager for dispatchChanges on test sites.

2017-03-29 Thread gerritbot
gerritbot added a comment. Change 345387 had a related patch set uploaded (by Daniel Kinzler): [operations/mediawiki-config@master] Try using redisLockManager for test.wikidata.org https://gerrit.wikimedia.org/r/345387TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T159828: Use redis-based lock manager for dispatchChanges on test sites.

2017-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, gerritbotCc: gerritbot, aaron, Marostegui, jcrespo, Aklapper, Jonas, Lydia_Pintscher, hoo, daniel,

[Wikidata-bugs] [Maniphest] [Commented On] T124055: [Task] Convert PropertySuggester to use extension registration

2017-03-29 Thread Reedy
Reedy added a comment. https://github.com/Wikidata-lib/PropertySuggester/pull/198TASK DETAILhttps://phabricator.wikimedia.org/T124055EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: ReedyCc: Reedy, Liuxinyu970226, Aklapper, aude, QZanden, D3r1ck01, Izno,

[Wikidata-bugs] [Maniphest] [Commented On] T159828: Use redis-based lock manager for dispatchChanges on test sites.

2017-03-29 Thread jcrespo
jcrespo added a comment. Sorry about this- you are not the only "sufferers" of beta not being a reliable place for testing in a truly distributed fashion- we were just discussing this on IRC. I also support a test on test, and offer my help if I can provide it. Thanks again for working on

[Wikidata-bugs] [Maniphest] [Merged] T125050: [Task] Add Scribunto to extension-gate in CI

2017-03-29 Thread Anomie
Anomie added a subscriber: WMDE-leszek.Anomie merged a task: T161698: LuaStandalone: LuaWikibaseLibraryTests - proc_open(): fork failed - Cannot allocate memory. TASK DETAILhttps://phabricator.wikimedia.org/T125050EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T161698: LuaStandalone: LuaWikibaseLibraryTests - proc_open(): fork failed - Cannot allocate memory

2017-03-29 Thread Anomie
Anomie added a comment. This seems to be starting from a false premise: as noted in T125050#3140483 these tests have been enabled since Feb 27 2016. It's probably best to have the discussion there instead of trying to have it in two places, so I'm going to close this even though it's not exactly

[Wikidata-bugs] [Maniphest] [Updated] T161698: LuaStandalone: LuaWikibaseLibraryTests - proc_open(): fork failed - Cannot allocate memory

2017-03-29 Thread Anomie
Anomie closed this task as a duplicate of T125050: [Task] Add Scribunto to extension-gate in CI. TASK DETAILhttps://phabricator.wikimedia.org/T161698EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AnomieCc: WMDE-leszek, hoo, aude, Aklapper, QZanden, D3r1ck01,

[Wikidata-bugs] [Maniphest] [Updated] T92980: [Story] Convert all extensions that are part of the Wikidata build to use the new extension registration

2017-03-29 Thread Reedy
Reedy added subscribers: tstarling, Reedy.Reedy added a comment. In T140852#3139266, @tstarling wrote: It would be really nice if we could complete this and get O(1) setup time for $wgAutoloadClasses TASK DETAILhttps://phabricator.wikimedia.org/T92980EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T125050: [Task] Add Scribunto to extension-gate in CI

2017-03-29 Thread Anomie
Anomie added a comment. In T125050#3140483, @hashar wrote: For Wikibase tests, the job mwext-testextension-php55-composer-trusty fails. The end of debug log shows a spam of: 1016.5270 1799.0M Scribunto_LuaStandaloneInterpreter::terminate: terminating I note that the CLI log for #149 (which

[Wikidata-bugs] [Maniphest] [Commented On] T159828: Use redis-based lock manager for dispatchChanges on test sites.

2017-03-29 Thread daniel
daniel added a comment. @Ladsgroup thanks for pointing that out. Let's do this on test.wikidata.org, then.TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, danielCc: aaron, Marostegui, jcrespo,

[Wikidata-bugs] [Maniphest] [Retitled] T159828: Use redis-based lock manager for dispatchChanges on test sites.

2017-03-29 Thread daniel
daniel changed the title from "Use redis-based lock manager in dispatch changes in beta cluster" to "Use redis-based lock manager for dispatchChanges on test sites.".daniel reopened this task as "Open".daniel removed a project: Performance.daniel edited the task description. (Show Details) EDIT

[Wikidata-bugs] [Maniphest] [Block] T159826: Use redis-based lock manager in dispatch changes in production

2017-03-29 Thread daniel
daniel reopened subtask T159828: Use redis-based lock manager for dispatchChanges on test sites. as "Open". TASK DETAILhttps://phabricator.wikimedia.org/T159826EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ladsgroup, danielCc: daniel, hoo, Lydia_Pintscher,

[Wikidata-bugs] [Maniphest] [Commented On] T160524: [Story] Add Form to list of Forms

2017-03-29 Thread thiemowmde
thiemowmde added a comment. [Bug] Fix error in incurrent Lexeme view It straight goes to edit mode when calling a Lexeme page, and editing does not work as expected [Task] Write browser test as seen in the ticket Including all support files. Expectation is that the browser test runs without

[Wikidata-bugs] [Maniphest] [Updated] T125050: [Task] Add Scribunto to extension-gate in CI

2017-03-29 Thread hashar
hashar added a comment. So nothing specific has changed. T126670 has been closed as a cleanup task since we have $wgScribuntoDefaultEngine = 'luasandbox'; since Feb 27 2016. For Wikibase tests, the job mwext-testextension-php55-composer-trusty fails. The end of debug log shows a spam of:

[Wikidata-bugs] [Maniphest] [Commented On] T128724: [Bug] Using wbeditentity, properties with arbitrary data type id can be created

2017-03-29 Thread gerritbot
gerritbot added a comment. Change 345296 merged by Daniel Kinzler: [mediawiki/extensions/Wikibase@master] Minimize DataTypeDefinitions usage in EditEntity further https://gerrit.wikimedia.org/r/345296TASK DETAILhttps://phabricator.wikimedia.org/T128724EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T159851: Add a column for full entity ID to wb_terms table

2017-03-29 Thread daniel
daniel added a comment. The schema update is not sufficient, we also need code to populate the new column. That code should be triggered by a schema update, but also needs a maintenance script. The script needs to operate in batches of configurable size, and should wait for slaves to catch up

[Wikidata-bugs] [Maniphest] [Commented On] T161527: Canonical data URIs and URLs for machine readable page content

2017-03-29 Thread daniel
daniel added a comment. This RFC is scheduled for discussion on IRC tonight, at 21:00 UTC (2pm PDT, 23:00 CEST), on freenode, in the channel #wikimedia-office.TASK DETAILhttps://phabricator.wikimedia.org/T161527EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To:

[Wikidata-bugs] [Maniphest] [Edited] T160524: [Story] Add Form to list of Forms

2017-03-29 Thread WMDE-leszek
WMDE-leszek edited the task description. (Show Details) EDIT DETAILS...{M209} {M210} Cucumber:... And I enter random string as Forma form representation And I save Then randomepresentation string should be displayed as Form in list of Forms...TASK

[Wikidata-bugs] [Maniphest] [Updated] T161592: Account for foreign repositories in RDF mapping

2017-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T161592EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, gerritbotCc: gerritbot, daniel, Lydia_Pintscher, Aklapper, WMDE-leszek, Adik2382, Th3d3v1ls,

[Wikidata-bugs] [Maniphest] [Commented On] T161592: Account for foreign repositories in RDF mapping

2017-03-29 Thread gerritbot
gerritbot added a comment. Change 345332 had a related patch set uploaded (by WMDE-leszek): [mediawiki/extensions/Wikibase@master] [WIP]Consider foreign entities in RDF mapping https://gerrit.wikimedia.org/r/345332TASK DETAILhttps://phabricator.wikimedia.org/T161592EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T160524: [Story] Add Form to list of Forms

2017-03-29 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Sprint. TASK DETAILhttps://phabricator.wikimedia.org/T160524EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: thiemowmde, Jan_Dittrich, Jonas, Aklapper, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude,

[Wikidata-bugs] [Maniphest] [Changed Subscribers] T161543: Enable geoshape datatype on Wikidata

2017-03-29 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: hoo, aude.Lydia_Pintscher added a comment. This has been announced to go live on April 17th.TASK DETAILhttps://phabricator.wikimedia.org/T161543EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: aude, hoo,

[Wikidata-bugs] [Maniphest] [Commented On] T161523: [Story] Section header for Senses

2017-03-29 Thread gerritbot
gerritbot added a comment. Change 345329 had a related patch set uploaded (by Jakob): [mediawiki/extensions/WikibaseLexeme@master] Add section header for senses. https://gerrit.wikimedia.org/r/345329TASK DETAILhttps://phabricator.wikimedia.org/T161523EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T161523: [Story] Section header for Senses

2017-03-29 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAILhttps://phabricator.wikimedia.org/T161523EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jakob_WMDE, gerritbotCc: gerritbot, Aklapper, Lydia_Pintscher, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden,

[Wikidata-bugs] [Maniphest] [Updated] T161523: [Story] Section header for Senses

2017-03-29 Thread Jakob_WMDE
Jakob_WMDE added a project: Wikidata-Sprint. TASK DETAILhttps://phabricator.wikimedia.org/T161523EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jakob_WMDECc: Aklapper, Lydia_Pintscher, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah,

[Wikidata-bugs] [Maniphest] [Block] T158705: Inject dependencies in Wikibase API modules and special pages

2017-03-29 Thread Ladsgroup
Ladsgroup created subtask T161705: Inject EditEntity API module dependencies. TASK DETAILhttps://phabricator.wikimedia.org/T158705EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Lydia_Pintscher, Aklapper, Ladsgroup, QZanden, D3r1ck01, Izno,

[Wikidata-bugs] [Maniphest] [Commented On] T161705: Inject EditEntity API module dependencies

2017-03-29 Thread Ladsgroup
Ladsgroup added a comment. https://gerrit.wikimedia.org/r/345324TASK DETAILhttps://phabricator.wikimedia.org/T161705EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: Aklapper, Lydia_Pintscher, Ladsgroup, QZanden, D3r1ck01, Izno, Wikidata-bugs,

[Wikidata-bugs] [Maniphest] [Created] T161705: Inject EditEntity API module dependencies

2017-03-29 Thread Ladsgroup
Ladsgroup created this task.Ladsgroup added projects: Wikidata-Sprint, Technical-Debt, MediaWiki-extensions-WikibaseRepository, Wikidata, User-Ladsgroup. TASK DESCRIPTIONTASK DETAILhttps://phabricator.wikimedia.org/T161705EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T159828: Use redis-based lock manager in dispatch changes in beta cluster

2017-03-29 Thread Ladsgroup
Ladsgroup added a comment. Beta cluser doesn't have dispatching.TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: aaron, Marostegui, jcrespo, Aklapper, Jonas, Lydia_Pintscher, hoo, daniel,

[Wikidata-bugs] [Maniphest] [Unblock] T159826: Use redis-based lock manager in dispatch changes in production

2017-03-29 Thread Ladsgroup
Ladsgroup closed subtask T159828: Use redis-based lock manager in dispatch changes in beta cluster as "Invalid". TASK DETAILhttps://phabricator.wikimedia.org/T159826EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: daniel, hoo, Lydia_Pintscher,

[Wikidata-bugs] [Maniphest] [Closed] T159828: Use redis-based lock manager in dispatch changes in beta cluster

2017-03-29 Thread Ladsgroup
Ladsgroup closed this task as "Invalid". TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: LadsgroupCc: aaron, Marostegui, jcrespo, Aklapper, Jonas, Lydia_Pintscher, hoo, daniel, Ladsgroup, QZanden,

[Wikidata-bugs] [Maniphest] [Commented On] T161674: Implement LexemeFieldDefinitions (for search) and register with LexemeHandler

2017-03-29 Thread gerritbot
gerritbot added a comment. Change 345279 merged by WMDE-leszek: [mediawiki/extensions/WikibaseLexeme@master] Introduce LexemeFieldDefinitions https://gerrit.wikimedia.org/r/345279TASK DETAILhttps://phabricator.wikimedia.org/T161674EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T161698: LuaStandalone: LuaWikibaseLibraryTests - proc_open(): fork failed - Cannot allocate memory

2017-03-29 Thread aude
aude edited the task description. (Show Details) EDIT DETAILS...https://integration.wikimedia.org/ci/job/mwext-testextension-php55-composer-trusty/160/artifact/log/mw-debug-cli.log/*view*/ Scribunto tests were re-enabled to run at gate and submit (see T126670). It would be nice if we can find a

[Wikidata-bugs] [Maniphest] [Edited] T161698: LuaStandalone: LuaWikibaseLibraryTests - proc_open(): fork failed - Cannot allocate memory

2017-03-29 Thread aude
aude edited the task description. (Show Details) EDIT DETAILS...1016.3283 1799.0M Scribunto_LuaStandaloneInterpreter::terminate: terminating https://integration.wikimedia.org/ci/job/mwext-testextension-php55-composer-trusty/160/artifact/log/mw-debug-cli.log/*view*/TASK

[Wikidata-bugs] [Maniphest] [Created] T161698: LuaStandalone: LuaWikibaseLibraryTests - proc_open(): fork failed - Cannot allocate memory

2017-03-29 Thread aude
aude created this task.aude added projects: Wikidata, MediaWiki-extensions-Scribunto.Herald added a subscriber: Aklapper. TASK DESCRIPTIONWikibase-related gate and submit tests are failing due to issues with scribunto:

[Wikidata-bugs] [Maniphest] [Commented On] T161695: Wikidata dump maintenance scripts cause HHVM to leak memory heavily

2017-03-29 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2017-03-29T11:30:30Z] Started a Wikidata JSON dump run on snapshot1007 using Zend (due to T161695).TASK DETAILhttps://phabricator.wikimedia.org/T161695EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T161695: Wikidata dump maintenance scripts cause HHVM to leak memory heavily

2017-03-29 Thread hoo
hoo edited the task description. (Show Details) EDIT DETAILS...This has been an issue with hhvm 3.12.7, I didn't test it with7 and the new hhvm 3.18.1.TASK DETAILhttps://phabricator.wikimedia.org/T161695EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc:

[Wikidata-bugs] [Maniphest] [Commented On] T161695: Wikidata dump maintenance scripts cause HHVM to leak memory heavily

2017-03-29 Thread hoo
hoo added a comment. Same on mwdebug1001 with hhvm 3.18: 23336 www-data 20 0 2264696 912092 5 R 91.5 22.5 13:00.97 php /srv/mediawiki/multiversion/MWScript.php extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --wiki wikidatawiki --sharding-factor 5 --shard 0 --snippet

[Wikidata-bugs] [Maniphest] [Edited] T43807: Support for pseudo-language "mul" to indicate multilingual content

2017-03-29 Thread Liuxinyu970226
Liuxinyu970226 removed a subscriber: wikibugs-l-list.Liuxinyu970226 edited the task description. (Show Details) EDIT DETAILS...**See Also**: https://bugzilla.wikimedia.org/show_bug.cgi?id=32189{T34189}TASK DETAILhttps://phabricator.wikimedia.org/T43807EMAIL

[Wikidata-bugs] [Maniphest] [Updated] T161695: Wikidata dump maintenance scripts cause HHVM to leak memory heavily

2017-03-29 Thread MoritzMuehlenhoff
MoritzMuehlenhoff added a project: HHVM. TASK DETAILhttps://phabricator.wikimedia.org/T161695EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MoritzMuehlenhoffCc: ArielGlenn, Lydia_Pintscher, Aklapper, hoo, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Svick,

[Wikidata-bugs] [Maniphest] [Updated] T161577: OOM problems with snapshot1007 due to wikidata dumpRdf jobs taking all 60GB+ of main memory

2017-03-29 Thread hoo
hoo added a comment. I created a new bug for the memory leak: T161695: Wikidata dump maintenance scripts cause HHVM to leak memory heavily.TASK DETAILhttps://phabricator.wikimedia.org/T161577EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: daniel,

[Wikidata-bugs] [Maniphest] [Created] T161695: Wikidata dump maintenance scripts cause HHVM to leak memory heavily

2017-03-29 Thread hoo
hoo created this task.hoo added projects: Wikidata, Datasets-General-or-Unknown.Herald added a subscriber: Aklapper. TASK DESCRIPTIONThis has been discovered in T161577 and tested in T161577#3139796, though we still don't know the exact cause. This has been an issue with hhvm 3.12.7, I didn't

[Wikidata-bugs] [Maniphest] [Commented On] T161577: OOM problems with snapshot1007 due to wikidata dumpRdf jobs taking all 60GB+ of main memory

2017-03-29 Thread hoo
hoo added a comment. Snapshot1007 currently has: hoo@snapshot1007:~$ hhvm --version HipHop VM 3.12.7 (rel) Compiler: 3.12.7+dfsg-1+wmf1~trusty1 Repo schema: a28132f015144d07eea2af17c422c8d422b7111eTASK DETAILhttps://phabricator.wikimedia.org/T161577EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T161577: OOM problems with snapshot1007 due to wikidata dumpRdf jobs taking all 60GB+ of main memory

2017-03-29 Thread gerritbot
gerritbot added a comment. Change 345303 merged by ArielGlenn: [operations/puppet@production] Use Zend php to create the Wikidata entity dumps https://gerrit.wikimedia.org/r/345303TASK DETAILhttps://phabricator.wikimedia.org/T161577EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T161577: OOM problems with snapshot1007 due to wikidata dumpRdf jobs taking all 60GB+ of main memory

2017-03-29 Thread gerritbot
gerritbot added a comment. Change 345303 had a related patch set uploaded (by Hoo man): [operations/puppet@production] Use Zend php to create the Wikidata entity dumps https://gerrit.wikimedia.org/r/345303TASK DETAILhttps://phabricator.wikimedia.org/T161577EMAIL

[Wikidata-bugs] [Maniphest] [Claimed] T161523: [Story] Section header for Senses

2017-03-29 Thread Jakob_WMDE
Jakob_WMDE claimed this task. TASK DETAILhttps://phabricator.wikimedia.org/T161523EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jakob_WMDECc: Aklapper, Lydia_Pintscher, QZanden, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah,

[Wikidata-bugs] [Maniphest] [Commented On] T161577: OOM problems with snapshot1007 due to wikidata dumpRdf jobs taking all 60GB+ of main memory

2017-03-29 Thread hoo
hoo added a comment. HHVM on snapshot1007: 22079 datasets 20 0 10.522g 9.948g 22216 R 88.5 15.8 78:49.10 php /srv/mediawiki/multiversion/MWScript.php extensions/Wikidata/extensions/Wikibase/repo/maintenance/dumpRdf.php --wiki wikidatawiki --sharding-factor 5 --shard 0 --snippet Processed

[Wikidata-bugs] [Maniphest] [Commented On] T128724: [Bug] Using wbeditentity, properties with arbitrary data type id can be created

2017-03-29 Thread gerritbot
gerritbot added a comment. Change 345132 merged by jenkins-bot: [mediawiki/extensions/Wikibase@master] Don't allow creating properties with arbitrary datatypes https://gerrit.wikimedia.org/r/345132TASK DETAILhttps://phabricator.wikimedia.org/T128724EMAIL

  1   2   >