[Wikidata-bugs] [Maniphest] [Changed Status] T148928: Wikidata integration for proveit gadget

2017-04-06 Thread Sophivorus
Sophivorus changed the task status from "Stalled" to "Open".Sophivorus added a comment.
The new REST API offers a simple way to get citation data out of a URL, DOI, PMID, etc.
https://en.wikipedia.org/api/rest_v1/#!/Citation/getCitation
This, coupled with the Citoid parameter map already available for all the main templates, could greatly simplify the task of adding a Citoid service to ProveIt!TASK DETAILhttps://phabricator.wikimedia.org/T148928EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SophivorusCc: Mvolz, Daniel_Mietchen, Iniquity, Sophivorus, QZanden, merbst, Salgo60, Wess, D3r1ck01, Phil_Boswell, Shangkuanlc, Izno, Cumbril, Jrf, Husun1297, mobrovac, Wikidata-bugs, Etonkovidova, aude, Swainr, Jdforrester-WMF, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162250: Query Service: "order by" doesn't work on graph views

2017-04-06 Thread Smalyshev
Smalyshev added a comment.
Ordering by coordinate is a bit weird, I'm not even sure what exactly happens there, as coordinate is a compound data type. Need to check that...

Incidentally, it probably would be good to have functions to extract single coordinate, that way it could be sorted by one of them.TASK DETAILhttps://phabricator.wikimedia.org/T162250EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SmalyshevCc: Smalyshev, VIGNERON, LucasWerkmeister, Jonas, Lea_Lacroix_WMDE, Aklapper, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T153729: CI tests throw warning "Cannot find site mywiki in sites table"

2017-04-06 Thread gerritbot
gerritbot added a comment.
Change 346916 had a related patch set uploaded (by Paladox; owner: Daniel Kinzler):
[mediawiki/extensions/Wikibase@REL1_27] Use default wiki id in example settings.

https://gerrit.wikimedia.org/r/346916TASK DETAILhttps://phabricator.wikimedia.org/T153729EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Tgr, gerritbotCc: Tobi_WMDE_SW, KartikMistry, Amire80, santhosh, StudiesWorld, JanZerebecki, hoo, aude, Bene, demon, hashar, daniel, Lydia_Pintscher, thiemowmde, Nikerabbit, TerraCodes, Jay8g, gerritbot, Paladox, Aklapper, Tgr, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Smalyshev
Smalyshev added a comment.
FYI, neither base Kafka Consumer clients nor EventStreams does this.

Yes, I know :) It's one of the decisions I still haven't figured out - how much I can/should do on the backend so I don't have to do it on the client, vs sending the client the raw firehose output and let it do all the work. Minimal req is reliability (which I don't have now) but I am also interested in better performance such as making clients download and process less irrelevant data.TASK DETAILhttps://phabricator.wikimedia.org/T161731EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ottomata, SmalyshevCc: Anomie, Aklapper, Smalyshev, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, JAllemandou, mobrovac, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, Deskana, Manybubbles, Mbch331, Krenair, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Ottomata
Ottomata added a comment.
I'd rather have some intermediary that cleans up, deduplicates, etc. the changes.

FYI, neither base Kafka Consumer clients nor EventStreams does this.TASK DETAILhttps://phabricator.wikimedia.org/T161731EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: OttomataCc: Anomie, Aklapper, Smalyshev, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, JAllemandou, mobrovac, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, Deskana, Manybubbles, Mbch331, Krenair, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Smalyshev
Smalyshev added a comment.
It will be more, a lot more. What language are you working in?

The end consumer will be Java, but I don't want to consume the raw Kafka stream from Java, I'd rather have some intermediary that cleans up, deduplicates, etc. the changes.

Load balanced parallel consumers, or all distinct consumers doing different stuff?

All distinct. They will be pretty close to each other, but nothing forces them to consume exactly the same things, they are completely independent.

If any of those processes goes down, a different consumer process will be auto-assigned its work.

That's kind of the opposite of what I need :) Each client is independent and should get all the updates.TASK DETAILhttps://phabricator.wikimedia.org/T161731EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ottomata, SmalyshevCc: Anomie, Aklapper, Smalyshev, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, JAllemandou, mobrovac, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, Deskana, Manybubbles, Mbch331, Krenair, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Ottomata
Ottomata added a comment.
If so, you may want to consider consuming from Kafka rather than EventStreams.

I am considering this too, but I assume it's more code for me to write (maybe wrongly, I didn't look at it closely).

It will be more, a lot more.  What language are you working in?

But what in fact I need is something like 10-20 parallel consumers

Load balanced parallel consumers, or all distinct consumers doing different stuff?

Nice thing about using a Kafka client directly, is you can subscribe to multiple topics/partitions in a single consumer group, and have the load automatically balanced between them (up to the total number of topic-partitions).  If any of those processes goes down, a different consumer process will be auto-assigned its work.TASK DETAILhttps://phabricator.wikimedia.org/T161731EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: OttomataCc: Anomie, Aklapper, Smalyshev, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, JAllemandou, mobrovac, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, Deskana, Manybubbles, Mbch331, Krenair, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Smalyshev
Smalyshev added a comment.
let's jump in a hangout sometime to discuss this more.

Would be glad to. I'll try to set up something next week.

If there is a desire, we can expose these in EventStreams. Do you have desire? :)

Yes, see T145712 - recentchanges ignores pageprops updates, and it would be nice to have those too.

Does WDQS run in production?

Yes.

If so, you may want to consider consuming from Kafka rather than EventStreams.

I am considering this too, but I assume it's more code for me to write (maybe wrongly, I didn't look at it closely).

Kafka consumers support parallelization and scale much better than the EventStreams HTTP Kafka consumer proxy.

I may have written requirements to ask for more than I need, it gives an impression it has to serve Wikipedia-scale consumer load maybe. But what in fact I need is something like 10-20 parallel consumers, that order of magnitude. So I don't really foresee too much problem here as long as it doesn't require doing unindexed DB queries. I expect both Kafka and ES be fine with it.TASK DETAILhttps://phabricator.wikimedia.org/T161731EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ottomata, SmalyshevCc: Anomie, Aklapper, Smalyshev, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, JAllemandou, mobrovac, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, Deskana, Manybubbles, Mbch331, Krenair, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162230: Updater gets stuck if batchSize is short

2017-04-06 Thread gerritbot
gerritbot added a comment.
Change 346676 merged by jenkins-bot:
[wikidata/query/rdf@master] Set backoff to only work for recent changes

https://gerrit.wikimedia.org/r/346676TASK DETAILhttps://phabricator.wikimedia.org/T162230EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: gerritbot, Aklapper, Smalyshev, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, merbst, Salgo60, Avner, Lewizho99, Maathavan, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T161251: Themes from GLAM workshop workflow exercise

2017-04-06 Thread Capt_Swing
Capt_Swing triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T161251EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Capt_SwingCc: Aklapper, Capt_Swing, Sadads, QZanden, Acer, Salgo60, D3r1ck01, SBecker, Izno, Wikidata-bugs, Base, matthiasmullie, aude, aripstra, Deskana, Ricordisamoa, Fabrice_Florin, Mbch331, Jay8g, Tgr___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T161251: Themes from GLAM workshop workflow exercise

2017-04-06 Thread Capt_Swing
Capt_Swing edited projects, added Design-Research; removed Design-Research-Backlog.
TASK DETAILhttps://phabricator.wikimedia.org/T161251EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Capt_SwingCc: Aklapper, Capt_Swing, Sadads, QZanden, Acer, Salgo60, D3r1ck01, SBecker, Izno, Wikidata-bugs, Base, matthiasmullie, aude, aripstra, Deskana, Ricordisamoa, Fabrice_Florin, Mbch331, Jay8g, Tgr___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162331: Provide tools for processing obfuscated Chinese geodata (GCJ-02, BD-09)

2017-04-06 Thread Arthur2e5
Arthur2e5 added a comment.
Good question. With my AGF hat on, I would say that maps served in mainland China, Google or Baidu, also provide distorted/shift aerial imagery to mask the deviation applied, so "good guys" who look for places on the wrong aerial map are still screwed. With that map off by a bit, I should mention thatTASK DETAILhttps://phabricator.wikimedia.org/T162331EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Arthur2e5Cc: Pnorman, C933103, Aklapper, Arthur2e5, Cosine02, Liuxinyu970226, QZanden, Salgo60, D3r1ck01, Izno, Cwek, Wikidata-bugs, aude, zhuyifei1999, Shizhao, MaxSem, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162331: Provide tools for processing obfuscated Chinese geodata (GCJ-02, BD-09)

2017-04-06 Thread Pnorman
Pnorman added a comment.
Is systematic copying of coordinates from other sources not problematic anyways because it means the data infringes copyright and/or DB rights in many jurisdictions?TASK DETAILhttps://phabricator.wikimedia.org/T162331EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: PnormanCc: Pnorman, C933103, Aklapper, Arthur2e5, Cosine02, Liuxinyu970226, QZanden, Salgo60, D3r1ck01, Izno, Cwek, Wikidata-bugs, aude, zhuyifei1999, Shizhao, MaxSem, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162331: Provide tools for processing obfuscated Chinese geodata (GCJ-02, BD-09)

2017-04-06 Thread Arthur2e5
Arthur2e5 added a comment.
For people looking for a solution for now, I have set up a simple user gadget for conversion (web version). I have added links to the web version to the CN section for GeoTemplate on zhwiki and enwiki. I am planning on adding the said map previews to the web demo, but that might take a few weeks of procrastination.TASK DETAILhttps://phabricator.wikimedia.org/T162331EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Arthur2e5Cc: C933103, Aklapper, Arthur2e5, Cosine02, Liuxinyu970226, QZanden, Salgo60, D3r1ck01, Izno, Cwek, Wikidata-bugs, aude, zhuyifei1999, Shizhao, MaxSem, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T162238: Watchlist in Wikipedia to also report changes to related Wikidata item

2017-04-06 Thread matej_suchanek
matej_suchanek added projects: Wikidata, MediaWiki-extensions-WikibaseClient.
TASK DETAILhttps://phabricator.wikimedia.org/T162238EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: matej_suchanek, Headbomb, Magioladitis, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T125500: Index Wikidata labels and descriptions as separate fields in ElasticSearch

2017-04-06 Thread gerritbot
gerritbot added a comment.
Change 334194 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Create mappings for Wikibase labels

https://gerrit.wikimedia.org/r/334194TASK DETAILhttps://phabricator.wikimedia.org/T125500EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Smalyshev, gerritbotCc: Jonas, gerritbot, JanZerebecki, daniel, thiemowmde, Tobi_WMDE_SW, Smalyshev, Aklapper, StudiesWorld, Deskana, aude, Ricordisamoa, hoo, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, EBjune, Salgo60, Avner, Lewizho99, Maathavan, debt, Gehel, Jdrewniak, D3r1ck01, FloNight, Izno, Wikidata-bugs, jayvdb, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Ottomata
Ottomata added a comment.
@Smalyshev let's jump in a hangout sometime to discuss this more.

Just a few quick points:

Does not have data back more than 7 days

We could probably bump this up to 14 days for specific topics like recentchange.

Scalable - there's no hard limit on the number of clients connecting

EventStreams does not have a 'hard limit', but it definitely isn't intended to be used for wiki-reader scale.  Scalable service updates should be fine though.

Not consumable per-wiki due to the lack of filtering (T152731)

We haven't done this because we are waiting for a strong use case.  Implementing it will be a lot of bike shedding, and we've put that off due to a lack of solid use case.  If you really need this, say so, and we will start the bike shedding!

Qs:


We have a more than recentchange in other schemas, and we can add more.  If there is a desire, we can expose these in EventStreams.  Do you have desire? :)



Does WDQS run in production?  I think it does, right?  If so, you may want to consider consuming from Kafka rather than EventStreams.  Kafka consumers support parallelization and scale much better than the EventStreams HTTP Kafka consumer proxy.


TASK DETAILhttps://phabricator.wikimedia.org/T161731EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: OttomataCc: Anomie, Aklapper, Smalyshev, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, JAllemandou, mobrovac, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, Deskana, Manybubbles, Mbch331, Krenair, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Nuria
Nuria assigned this task to Ottomata.
TASK DETAILhttps://phabricator.wikimedia.org/T161731EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Ottomata, NuriaCc: Anomie, Aklapper, Smalyshev, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, JAllemandou, mobrovac, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, Deskana, Manybubbles, Mbch331, Krenair, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-04-06T16:17:19Z]  Synchronized wmf-config/Wikibase-production.php: Try using redisLockManager for test.wikidata.org (T159828) (duration: 00m 39s)TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, StashbotCc: Stashbot, aude, gerritbot, aaron, Marostegui, jcrespo, Aklapper, Jonas, Lydia_Pintscher, hoo, daniel, Ladsgroup, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Minhnv-2809, Maathavan, D3r1ck01, Izno, Luke081515, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread gerritbot
gerritbot added a comment.
Change 345387 merged by jenkins-bot:
[operations/mediawiki-config@master] Try using redisLockManager for test.wikidata.org

https://gerrit.wikimedia.org/r/345387TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: aude, gerritbot, aaron, Marostegui, jcrespo, Aklapper, Jonas, Lydia_Pintscher, hoo, daniel, Ladsgroup, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Minhnv-2809, Maathavan, D3r1ck01, Izno, Luke081515, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T162371: Benchmark RDF dump with foreign ID mapping

2017-04-06 Thread daniel
daniel added a parent task: T161592: Account for foreign repositories in RDF mapping.
TASK DETAILhttps://phabricator.wikimedia.org/T162371EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, danielCc: Smalyshev, daniel, WMDE-leszek, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread daniel
daniel added a subtask: T162371: Benchmark RDF dump with foreign ID mapping.
TASK DETAILhttps://phabricator.wikimedia.org/T161592EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszek, danielCc: gerritbot, daniel, Lydia_Pintscher, Aklapper, WMDE-leszek, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T162371: Benchmark RDF dump with foreign ID mapping

2017-04-06 Thread daniel
daniel created this task.daniel added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.Herald added a subscriber: Aklapper.
TASK DESCRIPTION@WMDE-leszek wrote https://gerrit.wikimedia.org/r/#/c/345332 for T161592: Account for foreign repositories in RDF mapping. Since RDF generation is a performance hotspot, we should compare profiling data before and after applying the patch, to see what impact it has on performance.

Profiling should be done against a sample of live data, e.g. the first 50k items and properties. The benchmark should be repeated, to make sure it's not skewed by external factors.TASK DETAILhttps://phabricator.wikimedia.org/T162371EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, danielCc: Smalyshev, daniel, WMDE-leszek, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread gerritbot
gerritbot added a comment.
Change 346540 merged by jenkins-bot:
[operations/mediawiki-config@master] Temporarily enable change dispatch logging on testwikidata

https://gerrit.wikimedia.org/r/346540TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: aude, gerritbot, aaron, Marostegui, jcrespo, Aklapper, Jonas, Lydia_Pintscher, hoo, daniel, Ladsgroup, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Minhnv-2809, Maathavan, D3r1ck01, Izno, Luke081515, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread gerritbot
gerritbot added a comment.
Change 346545 merged by Jcrespo:
[operations/puppet@production] Temporarily disable the change dispatch cron for testwikidata

https://gerrit.wikimedia.org/r/346545TASK DETAILhttps://phabricator.wikimedia.org/T159828EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: aude, gerritbot, aaron, Marostegui, jcrespo, Aklapper, Jonas, Lydia_Pintscher, hoo, daniel, Ladsgroup, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Minhnv-2809, Maathavan, D3r1ck01, Izno, Luke081515, Wikidata-bugs, Mbch331, Jay8g, Krenair___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T94416: [Task] Don't use 'enwiki' as site id for test2wiki and testwiki

2017-04-06 Thread hoo
hoo closed this task as "Resolved".hoo removed a project: Patch-For-Review.hoo added a comment.
Change deployed and fixed in a follow up (https://gerrit.wikimedia.org/r/346776).

Verified: https://test.wikidata.org/w/index.php?diff=156116=156113TASK DETAILhttps://phabricator.wikimedia.org/T94416EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Stashbot, Tobi_WMDE_SW, Lea_Lacroix_WMDE, thiemowmde, Lydia_Pintscher, gerritbot, hoo, aude, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T134594: Link items in wikibase-mergeitems-success

2017-04-06 Thread matej_suchanek
matej_suchanek removed a project: Patch-For-Review.matej_suchanek closed this task as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T134594EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: gerritbot, Aklapper, matej_suchanek, Zppix, QZanden, Salgo60, D3r1ck01, MuhammadShuaib, Izno, Psychoslave, Wikidata-bugs, aude, Gryllida, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread matej_suchanek
matej_suchanek removed a project: Patch-For-Review.matej_suchanek closed this task as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T128724EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: matej_suchanekCc: gerritbot, Aklapper, hoo, aude, daniel, Lydia_Pintscher, Bene, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T143820: [Story] Identify Sister City inconsistancies

2017-04-06 Thread WiseWoman
WiseWoman added a comment.
Yes, Tobias successfully defended his thesis on Tuesday! He has the list produced here: https://tools.wmflabs.org/sistercities/

I chose a few of them to look at, and one can quickly see the problems: We really need SOURCES for determining what is the true sister city. For example, there are two Halifaxes, and often the wrong one is entered. The parsing of the Wikipedia entries is error-prone, as there are only four (!) cities that use the sister city template, there are lots of different ways that cities have the sister cities documented. It turns out that cities also have sister ships and sister military regiments, etc., but there is no concept for this in Wikidata :) And then we have the problem of a city having a sub-region with the same name, and they have different sister cities.

It is a truely wonderful example of how complicated Real Life (tm) is.

During the thesis defense we made some suggestions to Tobias as to how he could improve the tool. I'll ask him if he can post his thesis somewhere and the link to his code.TASK DETAILhttps://phabricator.wikimedia.org/T143820EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WiseWomanCc: Lydia_Pintscher, Aklapper, mkroetzsch, Ricordisamoa, T.seppelt, WiseWoman, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Blocker] T99357: [Story] Review and deploy Wikibase-Quality-External-Validation on wikidata.org

2017-04-06 Thread Lydia_Pintscher
Lydia_Pintscher changed the status of subtask T99358: [Task] Security review of Wikibase-Quality-External-Validation branch master from "Open" to "Stalled".
TASK DETAILhttps://phabricator.wikimedia.org/T99357EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Bene, Tamslo, JanZerebecki, Liuxinyu970226, Ricordisamoa, Wikibase-Quality-External-Validation, Aklapper, Lydia_Pintscher, QZanden, Salgo60, D3r1ck01, Scott_WUaS, Izno, abian, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Status] T99358: [Task] Security review of Wikibase-Quality-External-Validation branch master

2017-04-06 Thread Lydia_Pintscher
Lydia_Pintscher changed the task status from "Open" to "Stalled".Lydia_Pintscher added a comment.
Sorry. For now you can ignore this. I'll mark it as stalled and reopen it when it becomes relevant again.TASK DETAILhttps://phabricator.wikimedia.org/T99358EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: csteipp, Lydia_PintscherCc: dpatrick, Lydia_Pintscher, gerritbot, soeren.oldag, JanZerebecki, Jonaskeutel, Tamslo, csteipp, Andreasburmeister, Liuxinyu970226, Aklapper, Wikibase-Quality-External-Validation, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Scott_WUaS, Izno, Luke081515, abian, Wikidata-bugs, aude, Bawolff, Mbch331, Jay8g, Krenair, Legoktm___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T143820: [Story] Identify Sister City inconsistancies

2017-04-06 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Is there any update about this?TASK DETAILhttps://phabricator.wikimedia.org/T143820EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WiseWoman, Lydia_PintscherCc: Lydia_Pintscher, Aklapper, mkroetzsch, Ricordisamoa, T.seppelt, WiseWoman, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T94416: [Task] Don't use 'enwiki' as site id for test2wiki and testwiki

2017-04-06 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-04-06T14:46:41Z]  Synchronized wmf-config/: Don't use "enwiki" as Wikibase site id on testwiki and test2wiki (T94416) (duration: 01m 08s)TASK DETAILhttps://phabricator.wikimedia.org/T94416EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, StashbotCc: Stashbot, Tobi_WMDE_SW, Lea_Lacroix_WMDE, thiemowmde, Lydia_Pintscher, gerritbot, hoo, aude, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T162166: For contintcloud either add RAM or Swap to the instances

2017-04-06 Thread chasemp
chasemp closed this task as "Resolved".chasemp claimed this task.chasemp added a comment.
Let's visit the disk usage issue later if needed, I don't want to over optimize this and create more problems without a reason.  It only made sense if we were already detouring that direction.TASK DETAILhttps://phabricator.wikimedia.org/T162166EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: chasempCc: Platonides, Smalyshev, chasemp, StudiesWorld, JanZerebecki, Aklapper, hoo, Paladox, thcipriani, aude, Anomie, WMDE-leszek, Ladsgroup, Aleksey_WMDE, Lydia_Pintscher, Stashbot, Legoktm, greg, hashar, QZanden, Tbscho, Salgo60, D3r1ck01, Izno, Wikidata-bugs, Dinoguy1000, Gryllida, jayvdb, MrStradivarius, scfc, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread chasemp
chasemp closed subtask T162166: For contintcloud either add RAM or Swap to the instances as "Resolved".
TASK DETAILhttps://phabricator.wikimedia.org/T125050EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: chasempCc: EBernhardson, Smalyshev, greg, Legoktm, Krinkle, Stashbot, Lydia_Pintscher, Aleksey_WMDE, Ladsgroup, WMDE-leszek, Anomie, hashar, aude, thcipriani, Paladox, hoo, Aklapper, JanZerebecki, StudiesWorld, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Dinoguy1000, jayvdb, MrStradivarius, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162166: For contintcloud either add RAM or Swap to the instances

2017-04-06 Thread hashar
hashar added a comment.
vm.overcommit_memory=1 fixed the fork issue (T125050).  Hence there is no need to add swap or 2GB RAM to the instance.

I guess we can repurpose this task toward reducing the disk size ?  Else we can close this.TASK DETAILhttps://phabricator.wikimedia.org/T162166EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hasharCc: Platonides, Smalyshev, chasemp, StudiesWorld, JanZerebecki, Aklapper, hoo, Paladox, thcipriani, aude, Anomie, WMDE-leszek, Ladsgroup, Aleksey_WMDE, Lydia_Pintscher, Stashbot, Legoktm, greg, hashar, QZanden, Tbscho, Salgo60, D3r1ck01, Izno, Wikidata-bugs, Dinoguy1000, Gryllida, jayvdb, MrStradivarius, scfc, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T159710: Write basic documentation for WikibaseMediaInfo extension

2017-04-06 Thread WMDE-leszek
WMDE-leszek claimed this task.WMDE-leszek moved this task from Backlog to Doing on the Wikidata-Sprint board.
TASK DETAILhttps://phabricator.wikimedia.org/T159710WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Ricordisamoa, Ladsgroup, johl, daniel, Jonas, aude, WMDE-leszek, thiemowmde, Aklapper, Lydia_Pintscher, Ivana_Isadora, QZanden, Acer, Salgo60, D3r1ck01, Izno, Wikidata-bugs, Base, matthiasmullie, Deskana, Fabrice_Florin, Mbch331, Jay8g, Spage, Tgr___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T94416: [Task] Don't use 'enwiki' as site id for test2wiki and testwiki

2017-04-06 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-04-06T14:12:37Z]  Synchronized wmf-config/Wikibase.php: Add testwiki and test2wiki to "specialSiteLinkGroups" on testwikidata (T94416) (duration: 00m 40s)TASK DETAILhttps://phabricator.wikimedia.org/T94416EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, StashbotCc: Stashbot, Tobi_WMDE_SW, Lea_Lacroix_WMDE, thiemowmde, Lydia_Pintscher, gerritbot, hoo, aude, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread hashar
hashar added a comment.
Seems the Wikibase related jobs that use Scribunto are passing just fine.  That does not close that task though which is about adding Scribunto to extension-gate.TASK DETAILhttps://phabricator.wikimedia.org/T125050EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hasharCc: EBernhardson, Smalyshev, greg, Legoktm, Krinkle, Stashbot, Lydia_Pintscher, Aleksey_WMDE, Ladsgroup, WMDE-leszek, Anomie, hashar, aude, thcipriani, Paladox, hoo, Aklapper, JanZerebecki, StudiesWorld, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Dinoguy1000, jayvdb, MrStradivarius, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T94416: [Task] Don't use 'enwiki' as site id for test2wiki and testwiki

2017-04-06 Thread gerritbot
gerritbot added a comment.
Change 208655 merged by jenkins-bot:
[operations/mediawiki-config@master] Update Wikibase site id and group for test2wiki and testwiki

https://gerrit.wikimedia.org/r/208655TASK DETAILhttps://phabricator.wikimedia.org/T94416EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hoo, gerritbotCc: Tobi_WMDE_SW, Lea_Lacroix_WMDE, thiemowmde, Lydia_Pintscher, gerritbot, hoo, aude, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Triaged] T161867: Refactor EditEntity API tests

2017-04-06 Thread WMDE-leszek
WMDE-leszek triaged this task as "Normal" priority.
TASK DETAILhttps://phabricator.wikimedia.org/T161867EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: daniel, Aklapper, Ladsgroup, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T159238: Add installation instructions for WikibaseMediaInfo

2017-04-06 Thread WMDE-leszek
WMDE-leszek claimed this task.WMDE-leszek moved this task from Backlog to Doing on the Wikidata-Sprint board.
TASK DETAILhttps://phabricator.wikimedia.org/T159238WORKBOARDhttps://phabricator.wikimedia.org/project/board/2351/EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: WMDE-leszekCc: Aklapper, Lydia_Pintscher, aude, daniel, WMDE-leszek, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, Ricordisamoa, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162346: Include truthy nt dumps in the Wikidata Dump Downloads Grafana dashboard

2017-04-06 Thread Addshore
Addshore added a comment.
https://phabricator.wikimedia.org/diffusion/ADES/browse/master/src/wikidata/dumpDownloads.php will need modificationTASK DETAILhttps://phabricator.wikimedia.org/T162346EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: AddshoreCc: Addshore, Lucie, Lydia_Pintscher, Smalyshev, Hadyelsahar, gerritbot, Aklapper, hoo, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T160518: When creating a new lexeme, the lemma language should be derived from the lexeme language

2017-04-06 Thread gerritbot
gerritbot added a comment.
Change 342243 merged by jenkins-bot:
[mediawiki/extensions/WikibaseLexeme@master] Derive lemma language from lexeme language for new lexemes.

https://gerrit.wikimedia.org/r/342243TASK DETAILhttps://phabricator.wikimedia.org/T160518EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jakob_WMDE, gerritbotCc: WMDE-leszek, Lydia_Pintscher, Aklapper, Jan_Dittrich, daniel, Ladsgroup, gerritbot, Jakob_WMDE, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162166: For contintcloud either add RAM or Swap to the instances

2017-04-06 Thread chasemp
chasemp added a comment.

In T162166#3158827, @hashar wrote:
Oops I forgot about overcommit_memory which I mentioned on the parent task. From T125050#3153574 :


let Linux memory management over commit memory https://www.kernel.org/doc/Documentation/vm/overcommit-accounting . If anything really needs more memory the OOM killer will strike which is usually terrible.


That is probably the easiest path for that fork issue indeed and keep the labs instance RAM at a sane level.  The points above about lowering the disk size still stand though. I would give it a try and follow up on T125050


FWIW this currently defaults to 2 I believe

2	-	Don't overcommit. The total address space commit
		for the system is not permitted to exceed swap + a
		configurable amount (default is 50%) of physical RAM.
		Depending on the amount you use, in most situations
		this means a process will not be killed while accessing
		pages but will receive errors on memory allocation as
		appropriate.

		Useful for applications that want to guarantee their
		memory allocations will be available in the future
		without having to initialize every page.TASK DETAILhttps://phabricator.wikimedia.org/T162166EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: chasempCc: Platonides, Smalyshev, chasemp, StudiesWorld, JanZerebecki, Aklapper, hoo, Paladox, thcipriani, aude, Anomie, WMDE-leszek, Ladsgroup, Aleksey_WMDE, Lydia_Pintscher, Stashbot, Legoktm, greg, hashar, QZanden, Tbscho, Salgo60, D3r1ck01, Izno, Wikidata-bugs, Dinoguy1000, Gryllida, jayvdb, MrStradivarius, scfc, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T158941: Wikibase: Fix tests to not assume synchronous jQuery.Deferred

2017-04-06 Thread gerritbot
gerritbot added a comment.
Change 346753 had a related patch set uploaded (by Jonas Kress (WMDE)):
[mediawiki/extensions/Wikibase@master] Replace QUnit.start()/.stop() with assert.async()

https://gerrit.wikimedia.org/r/346753TASK DETAILhttps://phabricator.wikimedia.org/T158941EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, gerritbotCc: Jdforrester-WMF, thiemowmde, Jonas, Lydia_Pintscher, gerritbot, Aklapper, Krinkle, QZanden, enigmaeth, rohitt, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T158941: Wikibase: Fix tests to not assume synchronous jQuery.Deferred

2017-04-06 Thread gerritbot
gerritbot added a project: Patch-For-Review.
TASK DETAILhttps://phabricator.wikimedia.org/T158941EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, gerritbotCc: Jdforrester-WMF, thiemowmde, Jonas, Lydia_Pintscher, gerritbot, Aklapper, Krinkle, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, enigmaeth, rohitt, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread hashar
hashar added a comment.
The Trusty instances that run the php5 jobs now allow Linux to over commit the memory. So a fork() should work now. I triggered a job and it managed to pass just fine.  Guess you can check php5  or CR+2 again patches that were falling.TASK DETAILhttps://phabricator.wikimedia.org/T125050EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hasharCc: EBernhardson, Smalyshev, greg, Legoktm, Krinkle, Stashbot, Lydia_Pintscher, Aleksey_WMDE, Ladsgroup, WMDE-leszek, Anomie, hashar, aude, thcipriani, Paladox, hoo, Aklapper, JanZerebecki, StudiesWorld, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Dinoguy1000, jayvdb, MrStradivarius, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161826: Links to Commons gallery (P935) and Commons category (P373) are not working

2017-04-06 Thread Sjoerddebruin
Sjoerddebruin added a comment.
Also check your _javascript_ console please. :)TASK DETAILhttps://phabricator.wikimedia.org/T161826EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: SjoerddebruinCc: Sjoerddebruin, Lydia_Pintscher, XXN, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread gerritbot
gerritbot added a comment.
Change 346634 merged by jenkins-bot:
[integration/config@master] dib: allow Linux memory overcommit on Trusty

https://gerrit.wikimedia.org/r/346634TASK DETAILhttps://phabricator.wikimedia.org/T125050EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: gerritbotCc: EBernhardson, Smalyshev, greg, Legoktm, Krinkle, Stashbot, Lydia_Pintscher, Aleksey_WMDE, Ladsgroup, WMDE-leszek, Anomie, hashar, aude, thcipriani, Paladox, hoo, Aklapper, JanZerebecki, StudiesWorld, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Dinoguy1000, jayvdb, MrStradivarius, Jackmcbarn, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T161826: Links to Commons gallery (P935) and Commons category (P373) are not working

2017-04-06 Thread Lydia_Pintscher
Lydia_Pintscher added a comment.
Can you check your gadgets?TASK DETAILhttps://phabricator.wikimedia.org/T161826EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Lydia_Pintscher, XXN, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T161983: Add Rangi language (lag) to Wikidata

2017-04-06 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: GerardM, jhsoby.Lydia_Pintscher added a comment.
I assume you want to add labels and descriptions in Rangi?TASK DETAILhttps://phabricator.wikimedia.org/T161983EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: jhsoby, GerardM, MF-Warburg, Lydia_Pintscher, Aklapper, Baba_Tabita, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T117534: DCAT-AP: XML output no longer valid

2017-04-06 Thread hoo
hoo added a comment.
Tested, per @ArielGlenn's request:

hoo@mwdebug1001:~/dcat$ hhvm --version
HipHop VM 3.18.1 (rel)
Compiler: 3.18.1+dfsg-1+wmf1
Repo schema: 47e86d9e41dac7800783dc589035875b00f7231c

The output still contains various xmlns:rdf="", like .TASK DETAILhttps://phabricator.wikimedia.org/T117534EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Liuxinyu970226, gerritbot, StudiesWorld, hoo, ArielGlenn, Lokal_Profil, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, aude, Svick, Mbch331, Jay8g, Krenair, Joe, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T155103: Create a truthy nt dump

2017-04-06 Thread hoo
hoo added a comment.
I would suggest to put the dumps like https://dumps.wikimedia.org/wikidatawiki/entities/20170403/wikidata-20170403-truthy-BETA.nt.gz (compared to https://dumps.wikimedia.org/wikidatawiki/entities/20170403/wikidata-20170403-all-BETA.ttl.gz for the current full ttl dump).TASK DETAILhttps://phabricator.wikimedia.org/T155103EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: gerritbot, Hadyelsahar, Smalyshev, Lydia_Pintscher, hoo, Lucie, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, gnosygnu, Wikidata-bugs, Hydriz, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Lokal_Profil
Lokal_Profil added a comment.

In T57549#3143256, @Jonas wrote:
A Wikibase installation can change the URL to the Wiki storing the geo-shapes, bu the checks will stay the same.
 In the future we might remove the constraint of the 'Data' namespace inside the check.


A follow up. I just noticed that Wikibase makes use of the internal geoShapeStorageFrontendUrl instead of the shared filerepo settings for the wiki itself. Would it be possible to expose geoShapeStorageFrontendUrl through the api? Also is there a similar variable for commonsMedia?TASK DETAILhttps://phabricator.wikimedia.org/T57549EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Jonas, Lokal_ProfilCc: Lokal_Profil, WMDE-leszek, Pasleim, LikeLifer, jmac, TheDJ, Jonas, Micru, gerritbot, mxn, Yurik, abian, Evad37, Abbe98, daniel, RolandUnger, Boshomi, Susannaanas, Christopher, Yair_rand, Kopiersperre, putnik, StudiesWorld, esbranson, DixonD, Aklapper, Sannita, Ricordisamoa, Cavila, Rits, Kolossos, El_Grafo, Wikidata-bugs, Tobias1984, aude, Rschen7754, Ainali, Lydia_Pintscher, Adik2382, Soteriaspace, Th3d3v1ls, JakeTheDeveloper, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T162331: Provide tools for processing obfuscated Chinese geodata (GCJ-02, BD-09)

2017-04-06 Thread Liuxinyu970226
Liuxinyu970226 added a project: Wikidata.
TASK DETAILhttps://phabricator.wikimedia.org/T162331EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Liuxinyu970226Cc: C933103, Aklapper, Arthur2e5, Cosine02, Liuxinyu970226, QZanden, Salgo60, D3r1ck01, Izno, Cwek, Wikidata-bugs, aude, zhuyifei1999, Shizhao, MaxSem, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T73349: [Bug] Fix empty map serialization behaviour

2017-04-06 Thread hoo
hoo added a comment.
@Addshore Can this be closed by now, or do we still have places to investigate this?TASK DETAILhttps://phabricator.wikimedia.org/T73349EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: hoo, vlsergey, Addshore, Aklapper, Ricordisamoa, Liuxinyu970226, Jimkont, JeroenDeDauw, Wikidata-bugs, mkroetzsch, JanZerebecki, Lydia_Pintscher, QZanden, Salgo60, D3r1ck01, Izno, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T88991: improve Wikidata dumps [tracking]

2017-04-06 Thread hoo
hoo added subtasks: T94019: Generate RDF from JSON, T144103: Create .nt (NTriples) dumps for wikidata data, T98320: [Task] Include redirects in JSON dumps, T162351: Create a "page prop" dump for Wikidata entities ("pagePropertiesRdf").
TASK DETAILhttps://phabricator.wikimedia.org/T88991EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Ricordisamoa, Denis.bykov, Jimkont, JanZerebecki, aude, Liuxinyu970226, Manybubbles, hoo, bd808, ArielGlenn, mark, Lydia_Pintscher, daniel, ezachte, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, Svick, Mbch331, jeremyb___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T98320: [Task] Include redirects in JSON dumps

2017-04-06 Thread hoo
hoo added a parent task: T88991: improve Wikidata dumps [tracking].
TASK DETAILhttps://phabricator.wikimedia.org/T98320EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: hoo, Ricordisamoa, mkroetzsch, Aklapper, Addshore, Wikidata-bugs, Bene, Lydia_Pintscher, daniel, Liuxinyu970226, QZanden, Salgo60, D3r1ck01, Izno, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T162351: Create a "page prop" dump for Wikidata entities ("pagePropertiesRdf")

2017-04-06 Thread hoo
hoo added a parent task: T88991: improve Wikidata dumps [tracking].
TASK DETAILhttps://phabricator.wikimedia.org/T162351EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Smalyshev, daniel, Lucie, Lydia_Pintscher, Aklapper, hoo, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T94019: Generate RDF from JSON

2017-04-06 Thread hoo
hoo added a parent task: T88991: improve Wikidata dumps [tracking].
TASK DETAILhttps://phabricator.wikimedia.org/T94019EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: hoo, Liuxinyu970226, mkroetzsch, Aklapper, daniel, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T144103: Create .nt (NTriples) dumps for wikidata data

2017-04-06 Thread hoo
hoo added a parent task: T88991: improve Wikidata dumps [tracking].
TASK DETAILhttps://phabricator.wikimedia.org/T144103EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Lydia_Pintscher, thalhamm, Hydriz, Lokal_Profil, Sylvain_WMFr, ArielGlenn, Jonas, hoo, aude, daniel, -jem-, Aklapper, Smalyshev, QZanden, EBjune, merbst, Salgo60, Avner, debt, Gehel, D3r1ck01, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, Deskana, Manybubbles, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T98320: [Task] Include redirects in JSON dumps

2017-04-06 Thread hoo
hoo added a parent task: T94019: Generate RDF from JSON.
TASK DETAILhttps://phabricator.wikimedia.org/T98320EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: hoo, Ricordisamoa, mkroetzsch, Aklapper, Addshore, Wikidata-bugs, Bene, Lydia_Pintscher, daniel, Liuxinyu970226, QZanden, Salgo60, D3r1ck01, Izno, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T94019: Generate RDF from JSON

2017-04-06 Thread hoo
hoo added subtasks: T162351: Create a "page prop" dump for Wikidata entities ("pagePropertiesRdf"), T98320: [Task] Include redirects in JSON dumps.
TASK DETAILhttps://phabricator.wikimedia.org/T94019EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: hoo, Liuxinyu970226, mkroetzsch, Aklapper, daniel, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T162351: Create a "page prop" dump for Wikidata entities ("pagePropertiesRdf")

2017-04-06 Thread hoo
hoo added a parent task: T94019: Generate RDF from JSON.
TASK DETAILhttps://phabricator.wikimedia.org/T162351EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Smalyshev, daniel, Lucie, Lydia_Pintscher, Aklapper, hoo, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T73170: [Story] Ensure feature parity of serialization based on WikibaseDataModelSerialization with what we do with WikibaseLib

2017-04-06 Thread hoo
hoo added a comment.
@daniel Can this be closed? I assume this is no longer relevant by now.TASK DETAILhttps://phabricator.wikimedia.org/T73170EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: hoo, Ricordisamoa, Aklapper, JeroenDeDauw, thiemowmde, Bene, Wikidata-bugs, Tobi_WMDE_SW, JanZerebecki, adrianheine, Lydia_Pintscher, daniel, QZanden, Salgo60, D3r1ck01, Izno, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T162351: Create a "page prop" dump for Wikidata entities ("pagePropertiesRdf")

2017-04-06 Thread hoo
hoo created this task.hoo added projects: Wikidata, MediaWiki-extensions-WikibaseRepository.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONIt would be nice to have a dump which contains just the data from the pagePropertiesRdf repo setting. Per default that is the number of statements (wikibase:statements) and the number of sitelinks (wikibase:sitelinks) of an entity.

Using that data, redirect data (see T98320) and the JSON dump, the RDF dumps could be derived from the JSON dump. This dump might also be useful on its own.

This dump could be JSON and/or RDF, we should see which one fits better (the task mentioned above and also third party uses).TASK DETAILhttps://phabricator.wikimedia.org/T162351EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Smalyshev, daniel, Lucie, Lydia_Pintscher, Aklapper, hoo, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Updated] T114761: [Story] clearer edit summaries for connected items

2017-04-06 Thread daniel
daniel added a project: User-Daniel.
TASK DETAILhttps://phabricator.wikimedia.org/T114761EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: danielCc: JKatzWMF, hoo, TheDJ, Lydia_Pintscher, Aklapper, daniel, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Changed Subscribers] T114761: [Story] clearer edit summaries for connected items

2017-04-06 Thread TheDJ
TheDJ added a subscriber: JKatzWMF.TheDJ added a comment.
This problem was one of the complaints about Wikidata in the watchlist, when people discussed wikidata descriptions usage on mobile for english wikipedia.

ping @JKatzWMFTASK DETAILhttps://phabricator.wikimedia.org/T114761EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: TheDJCc: JKatzWMF, hoo, TheDJ, Lydia_Pintscher, Aklapper, daniel, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Edited] T155103: Create a truthy nt dump

2017-04-06 Thread hoo
hoo edited the task description. (Show Details)
EDIT DETAILSFor various use cases, such as set up a quickly testable endpoint, it would be nice to have a truthy nt triple dump. 

**Note**: What's included in this dump needs to be described on [[https://www.wikidata.org/wiki/Wikidata:Database_download|Wikidata:Database download]] or somewhere similar.TASK DETAILhttps://phabricator.wikimedia.org/T155103EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: gerritbot, Hadyelsahar, Smalyshev, Lydia_Pintscher, hoo, Lucie, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, gnosygnu, Wikidata-bugs, Hydriz, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Closed] T95316: Comparison of the existing Wikidata RDF dumps

2017-04-06 Thread Lydia_Pintscher
Lydia_Pintscher closed this task as "Resolved".Lydia_Pintscher claimed this task.
TASK DETAILhttps://phabricator.wikimedia.org/T95316EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Lydia_PintscherCc: Ricordisamoa, Addshore, Lydia_Pintscher, mkroetzsch, daniel, Smalyshev, Aklapper, Lucie, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Block] T155103: Create a truthy nt dump

2017-04-06 Thread hoo
hoo created subtask T162346: Include truthy nt dumps in the Wikidata Dump Downloads Grafana dashboard.
TASK DETAILhttps://phabricator.wikimedia.org/T155103EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: gerritbot, Hadyelsahar, Smalyshev, Lydia_Pintscher, hoo, Lucie, Adik2382, Lunewa, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, gnosygnu, Wikidata-bugs, Hydriz, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T162346: Include truthy nt dumps in the Wikidata Dump Downloads Grafana dashboard

2017-04-06 Thread hoo
hoo created this task.hoo added a project: Wikidata.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONOnce the truthy dumps are being published along the other dumps, they should be added to the stats on https://grafana.wikimedia.org/dashboard/db/wikidata-dump-downloads.TASK DETAILhttps://phabricator.wikimedia.org/T162346EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Addshore, Lucie, Lydia_Pintscher, Smalyshev, Hadyelsahar, gerritbot, Aklapper, hoo, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Claimed] T94416: [Task] Don't use 'enwiki' as site id for test2wiki and testwiki

2017-04-06 Thread hoo
hoo claimed this task.hoo added a comment.
This will be deployed between 14:00–16:00 UTC today (April 6).TASK DETAILhttps://phabricator.wikimedia.org/T94416EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: hooCc: Tobi_WMDE_SW, Lea_Lacroix_WMDE, thiemowmde, Lydia_Pintscher, gerritbot, hoo, aude, Aklapper, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, Salgo60, Lewizho99, Maathavan, D3r1ck01, Izno, Wikidata-bugs, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T162111: Make WDQS active / active

2017-04-06 Thread Stashbot
Stashbot added a comment.
Mentioned in SAL (#wikimedia-operations) [2017-04-06T08:37:23Z]  shutting down wdqs codfw for data reimport - T162111TASK DETAILhttps://phabricator.wikimedia.org/T162111EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: StashbotCc: Stashbot, gerritbot, Smalyshev, Gehel, Aklapper, Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, EBjune, merbst, Salgo60, Avner, Lewizho99, Zppix, Maathavan, debt, Jdrewniak, D3r1ck01, Jonas, FloNight, Xmlizer, Izno, jkroll, Wikidata-bugs, Jdouglas, aude, Deskana, Manybubbles, faidon, Mbch331, Jay8g, fgiunchedi___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Jonas
Jonas created subtask T162343: Make the "save" button add the new form to the list widget .
TASK DETAILhttps://phabricator.wikimedia.org/T160524EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aleksey_WMDE, thiemowmde, Jan_Dittrich, Jonas, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Jonas
Jonas created subtask T162341:  Create an "add" button to add a Form to a list of Forms.
TASK DETAILhttps://phabricator.wikimedia.org/T160524EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aleksey_WMDE, thiemowmde, Jan_Dittrich, Jonas, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T162340: Implement Form widget

2017-04-06 Thread Jonas
Jonas created this task.Jonas added projects: Wikidata, Lexicographical data, Wikidata-Sprint.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONImplement Form widget as shown in M210: Mockup for adding a form to a forms list of a lexeme in strctured data/Wikidata for wiktionary
Must support view as well as edit mode.
Should be able to instantiate on top of existing HTML pre-rendered via the backend, as well as create it's own HTML using a template.
Super-trivial with nothing but an input field for a single representation.
No input for gramatical role or anything.
No input for ID.
Note: We did investigation if existing JQuery UI modules can be reused for the new widgets. We had a look at ValueView as well as terms widgets. Conclusion: Create a new subclasses of EditableTemplatedWidget. Use labelview as a blueprint, but do not copy everything. Reuse elements that make sense. Start with a straight  field.
Note: We may use OOJS elements later. Do not do this for this story, but keep it in mind.TASK DETAILhttps://phabricator.wikimedia.org/T162340EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Jonas, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T162343: Make the "save" button add the new form to the list widget

2017-04-06 Thread Jonas
Jonas created this task.Jonas added projects: Wikidata, Lexicographical data, Wikidata-Sprint.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONMake the "save" button add the new form to the list widget
This patch creates the wiring to the "FormList" widget previously created.
It will make the currently edited Form to leave the edit mode.TASK DETAILhttps://phabricator.wikimedia.org/T162343EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Jonas, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Jonas
Jonas created subtask T162342: Make the "add" button display the "add Form" form.
TASK DETAILhttps://phabricator.wikimedia.org/T160524EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aleksey_WMDE, thiemowmde, Jan_Dittrich, Jonas, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Jonas
Jonas created subtask T162340: Implement Form widget.
TASK DETAILhttps://phabricator.wikimedia.org/T160524EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aleksey_WMDE, thiemowmde, Jan_Dittrich, Jonas, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T162341: Create an "add" button to add a Form to a list of Forms

2017-04-06 Thread Jonas
Jonas created this task.Jonas added projects: Wikidata, Lexicographical data, Wikidata-Sprint.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONCreate an "add" button to add a Form to a list of Forms
This uses the toolbar infrastructure.
In the first patch the button doesn't do anything.
Note: It might not be possible to split this from the next task that wires the add button.
Make sure the browser test succeeds at this step.TASK DETAILhttps://phabricator.wikimedia.org/T162341EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Jonas, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T162342: Make the "add" button display the "add Form" form

2017-04-06 Thread Jonas
Jonas created this task.Jonas added projects: Wikidata, Lexicographical data, Wikidata-Sprint.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONMake the "add" button display the "add Form" form
This patch creates the wiring to the Form widget previously created.
Add Form to List of Forms and put Form to edit mode.TASK DETAILhttps://phabricator.wikimedia.org/T162342EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aklapper, Jonas, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Jonas
Jonas created subtask T162339: Create "formlist" widget for list of Forms.
TASK DETAILhttps://phabricator.wikimedia.org/T160524EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aleksey_WMDE, thiemowmde, Jan_Dittrich, Jonas, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T162338: Add browsertests for 'Add Form to list of Forms'

2017-04-06 Thread Jonas
Jonas created this task.Jonas added projects: Wikidata, Lexicographical data, Wikidata-Sprint.Herald added a subscriber: Aklapper.
TASK DESCRIPTIONWrite browser test as seen in the ticket
Including all support files.
Expectation is that the browser test runs without errors, with the new test failing.
This tasks includes comming up with a naming scheme for the HTML elements under test.
Suggestion is something like "wikibase-lexeme-…".
Decision: never use IDs in HTML, only class names.
Acceptance criteria is as follows: If I comment out the failing browser test line, the next should fail with a useful error message. And so on. If all are commented out, the test should succeed (with being empty).TASK DETAILhttps://phabricator.wikimedia.org/T162338EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aklapper, Jonas, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


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

2017-04-06 Thread Jonas
Jonas created subtask T162338: Add browsertests for 'Add Form to list of Forms'.
TASK DETAILhttps://phabricator.wikimedia.org/T160524EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: JonasCc: Aleksey_WMDE, thiemowmde, Jan_Dittrich, Jonas, Aklapper, QZanden, Salgo60, D3r1ck01, Izno, Wikidata-bugs, aude, Darkdadaah, Mbch331___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T158507: Consider translations and tweak the "notability" requirement for placeholders to be indexable

2017-04-06 Thread Nemo_bis
Nemo_bis added a comment.
Just having the most important property labels translated will already give a very high degree of localization and that is something we will look into before making placeholder indexable on a new wiki.

Have you done this for cywiki? Because when I search article placeholders on cy.wikipedia.org I mostly see English content.TASK DETAILhttps://phabricator.wikimedia.org/T158507EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: Nemo_bisCc: hoo, Nemo_bis, Aklapper, QZanden, Salgo60, D3r1ck01, MuhammadShuaib, Izno, Psychoslave, Wikidata-bugs, aude, Gryllida, jayvdb, Ricordisamoa, Shizhao, Arrbee, Mbch331, Jay8g___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs