[Wikidata-bugs] [Maniphest] T138332: Interwiki links to/from Multilingual Wikisource

2021-02-01 Thread Ladsgroup
Ladsgroup added a comment. okay we might need to postpone this since wmf.28 got cancelled and we need to wait until wmf.29 is deployed everywhere. I can instead backport it to wmf.27 (which would take 20 minutes in deployment ^ since rebuilding l10n is heavy). What do you think @Lydia_Pints

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread ItamarWMDE
ItamarWMDE added a comment. > It looks like vuetify offers controlling the tool-tip in a similar way to what tainted-refs did but using v-model rather than rather than having a v-if element wrapping it (which I think might be nicer). You could even consider this being the only api and not in

[Wikidata-bugs] [Maniphest] T235420: Create wikidata badges to indicate when sitelinks point to Wikipedia redirect pages

2021-02-01 Thread Eugene
Eugene added a comment. @Addshore I agree with you that it could be solved diffrently. But come on, orriginal task is from Aug 6 2013, and still it is impossbile to add redirect! Many wikis have template like {{tl|wikidata redirect}}, Wikidata has already two badges for this purpose. But all

[Wikidata-bugs] [Maniphest] T260349: Wikibase does not purge cached Special:EntityData URLs when revisions or entities are deleted

2021-02-01 Thread sbassett
sbassett added a comment. Note: I committed the deletion of the two wmf.28 Wikibase patches under `/srv/patches` on the deployment server (`5578144525`) since wmf.28 was rolled back and as noted by gerritbot above, https://gerrit.wikimedia.org/r/658323 and https://gerrit.wikimedia.org/r/6583

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread Tarrow
Tarrow added a comment. In T273041#6793152 , @ItamarWMDE wrote: > I don't think it's the Lookup's responsibility to render the Icon, if you want an icon to trigger the popup then an Icon component should be the target of it. Otherwise,

[Wikidata-bugs] [Maniphest] T250528: wdqs-ui QueryExampleDialog creates new wikibase.queryService.api.Wikibase which doesn't use configured api location

2021-02-01 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T250528 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE, Maintenance_bot Cc: Lydia_Pintscher, Samantha_Alipio_WMDE, Lucas_Werkmei

[Wikidata-bugs] [Maniphest] T250528: wdqs-ui QueryExampleDialog creates new wikibase.queryService.api.Wikibase which doesn't use configured api location

2021-02-01 Thread gerritbot
gerritbot added a comment. Change 659256 **merged** by jenkins-bot: [wikidata/query/gui@master] Inject WikibaseApi into QueryExampleDialog https://gerrit.wikimedia.org/r/659256 TASK DETAIL https://phabricator.wikimedia.org/T250528 EMAIL PREFERENCES https://phabricator.wikimedia.org

[Wikidata-bugs] [Maniphest] T228293: RevisionedUnresolvedRedirectException: Unresolved redirect from Q.. to Q.. (API and Job)

2021-02-01 Thread hashar
hashar added a comment. Restricted Application added a project: wdwb-tech-focus. Another one: name=Unresolved redirect from Q104821940 to Q56305763 /w/rest.php/en.wikipedia.org/v3/page/pagebundle/Template%3AISO_15924%2Fqid/1003335501 Wikibase\DataModel\Services\Lookup\UnresolvedEn

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread ItamarWMDE
ItamarWMDE added a comment. Perhaps it's time to consider those `prefix` and `suffix` slots we've been talking about before otherwise, we might want to leave the label open as a slot to be able to include non-textual content: I'm your label I'm something..

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread Michael
Michael added a comment. But, in practical terms, we somehow have to get that icon robustly next to the label. I don't really worry much about the popover itself. But placing that Icon from the outside next to the Label while treating the entire Lookup component as a black box, seems ambitio

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread ItamarWMDE
ItamarWMDE added a comment. I don't think it's the Lookup's responsibility to render the Icon, if you want the icon to trigger the popup then the icon should be the target of it. TASK DETAIL https://phabricator.wikimedia.org/T273041 EMAIL PREFERENCES https://phabricator.wikimedia.org/set

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread Michael
Michael added a comment. Yes, but the `` has to somehow know that it is wrapped by a Popover so that it can render the {icon info-circle spin}. So we have to somehow adjust its props. TASK DETAIL https://phabricator.wikimedia.org/T273041 EMAIL PREFERENCES https://phabricator.wikimedia.o

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread ItamarWMDE
ItamarWMDE added a comment. The "wrapper scenario" could essentially be achieved in one of two ways: 1. Naive Wrapper (MaterialUI) 2. Parenting Wrapper (Vuetify) Whatever content we want in this popove

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread Michael
Michael added a comment. Though really, we can simplify that "for attribute"-scenario to Content of Value Tooltip No fancy attributes and CSS selectors needed. just an icon-button that is shown if some prop is true and an extra event that is emitted when that

[Wikidata-bugs] [Maniphest] T273506: Sporadic “TypeError: Return value of EntityContentFactory::getTitleForId() must be an instance of Title, null returned” for Special:EntityData on Commons

2021-02-01 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. This also happens if the URL ends in `.html`, by the way, because that also triggers content negotiations, with other formats, such as `.json`, it correctly shows an error message that no such entity exists. I suppose `EntityDataUriManager` and `En

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread Michael
Michael added a comment. So the "for attribute"-scenarion would then roughly look like ... ? I still have to wrap my head around how the "Using a wrapper" scenario would change the props of e.g. the `Lookup` component. TASK DETAIL https://phabricator.

[Wikidata-bugs] [Maniphest] T273506: Sporadic “TypeError: Return value of EntityContentFactory::getTitleForId() must be an instance of Title, null returned” for Special:EntityData on Commons

2021-02-01 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Not sure what to do here, to be honest. `EntityContentFactory::getTitle()` is allowed to return `null`, according to the interface it implements: interface EntityTitleLookup { /** * Returns the Title for the given entity.

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread ItamarWMDE
ItamarWMDE added a comment. > ` Popover content ` > `Button label` Exactly, as an additional comment, in my mind it would be great if we could pass any CSS selector in the `for` property to apply the popover to, but I understand if we need to rely solely on `id` or name. TASK DETAIL

[Wikidata-bugs] [Maniphest] T273506: Sporadic “TypeError: Return value of EntityContentFactory::getTitleForId() must be an instance of Title, null returned” for Special:EntityData on Commons

2021-02-01 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Ah, I wondered why it only started happening recently. Thanks. TASK DETAIL https://phabricator.wikimedia.org/T273506 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE Cc: Jdforrester-WMF

[Wikidata-bugs] [Maniphest] T273506: Sporadic “TypeError: Return value of EntityContentFactory::getTitleForId() must be an instance of Title, null returned” for Special:EntityData on Commons

2021-02-01 Thread Jdforrester-WMF
Jdforrester-WMF added a parent task: T272518: Watch for extensions broken by WikiPage now deprecating construction on bad titles. TASK DETAIL https://phabricator.wikimedia.org/T273506 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jdforrester-WMF Cc

[Wikidata-bugs] [Maniphest] T273506: Sporadic “TypeError: Return value of EntityContentFactory::getTitleForId() must be an instance of Title, null returned” for Special:EntityData on Commons

2021-02-01 Thread Jdforrester-WMF
Jdforrester-WMF added a comment. This is a specific instance of T272518: Watch for extensions broken by WikiPage now deprecating construction on bad titles . Just needs a check before execution, but eh. TASK DETAIL https://phabricator.wikimedia.o

[Wikidata-bugs] [Maniphest] T273506: Sporadic “TypeError: Return value of EntityContentFactory::getTitleForId() must be an instance of Title, null returned” for Special:EntityData on Commons

2021-02-01 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. Apparently those page IDs simply don’t exist, and this TypeError happens with any nonexistent page ID, e.g. Special:EntityData/M4 or M13

[Wikidata-bugs] [Maniphest] T273506: Sporadic “TypeError: Return value of EntityContentFactory::getTitleForId() must be an instance of Title, null returned” for Special:EntityData on Commons

2021-02-01 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE created this task. Lucas_Werkmeister_WMDE added projects: Wikimedia-production-error, Wikidata, SDC General, Commons. Restricted Application added a subscriber: Aklapper. Restricted Application added a project: wdwb-tech-focus. TASK DESCRIPTION name=Error message Retu

[Wikidata-bugs] [Maniphest] T273041: (MS 6) Create popover component

2021-02-01 Thread Sarai-WMDE
Sarai-WMDE added subscribers: ItamarWMDE, Michael. Sarai-WMDE added a comment. @Michael brought up this important question about the popover: "Do we have a plan/idea how we want to get it where it is designed to appear?" There are two approaches that @ItamarWMDE and I find convenient.

[Wikidata-bugs] [Maniphest] T272130: Consider moving the Wikidata Query Builder repository from github to gerrit

2021-02-01 Thread sbassett
sbassett added a project: SecTeam-Processed. TASK DETAIL https://phabricator.wikimedia.org/T272130 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: sbassett Cc: sbassett, Michael, Ladsgroup, Jakob_WMDE, DannyS712, Aklapper, Lydia_Pintscher, Devnull, A

[Wikidata-bugs] [Maniphest] T273500: Ensure all CSS classes follow proper BEM methodology

2021-02-01 Thread Michael
Michael created this task. Michael added projects: Wikidata Query Builder, wdwb-tech-focus (backlog), Wikidata. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION To ensure our app is maintainable with as little friction as possible, it would be helpful if we could apply the

[Wikidata-bugs] [Maniphest] T272699: (MS 6) Filter by references

2021-02-01 Thread Ladsgroup
Ladsgroup moved this task from Doing to Peer Review on the Wikidata Query Builder board. Ladsgroup added a comment. https://github.com/wmde/query-builder/pull/185 TASK DETAIL https://phabricator.wikimedia.org/T272699 WORKBOARD https://phabricator.wikimedia.org/project/board/4990/ EMAIL

[Wikidata-bugs] [Maniphest] T272032: Add rate limit for creating Item IDs

2021-02-01 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T272032 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE, gerritbot Cc: Addshore, Aklapper, Lucas_Werkmeister_WMDE, Alter-paule, Beast1978

[Wikidata-bugs] [Maniphest] T272032: Add rate limit for creating Item IDs

2021-02-01 Thread gerritbot
gerritbot added a comment. Change 660864 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)): [mediawiki/extensions/Wikibase@master] Add wikibase-idgenerator rate limit https://gerrit.wikimedia.org/r/660864 TASK DETAIL https://phabricator.w

[Wikidata-bugs] [Maniphest] T266495: Create Debian Package for Flink

2021-02-01 Thread Mstyles
Mstyles updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T266495 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Mstyles Cc: dcausse, elukey, EBernhardson, Aklapper, Gehel, Mstyles, Ottomata, MPhamWMF, CBogen, Akuckartz, Na

[Wikidata-bugs] [Maniphest] T267927: Reload wikidata journal from fresh dumps

2021-02-01 Thread RKemper
RKemper claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T267927 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RKemper Cc: Aklapper, dcausse, MPhamWMF, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_Werkmeister_WMDE, Gor

[Wikidata-bugs] [Maniphest] T265290: Rediscover, review, and update the federation input process for WDQS

2021-02-01 Thread CBogen
CBogen set the point value for this task to "5". TASK DETAIL https://phabricator.wikimedia.org/T265290 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: CBogen Cc: Salgo60, Zache, Bugreporter, Lea_Lacroix_WMDE, Aklapper, Gehel, MPhamWMF, CBogen, Akucka

[Wikidata-bugs] [Maniphest] T265290: Rediscover, review, and update the federation input process for WDQS

2021-02-01 Thread Gehel
Gehel updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T265290 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Gehel Cc: Salgo60, Zache, Bugreporter, Lea_Lacroix_WMDE, Aklapper, Gehel, MPhamWMF, CBogen, Akuckartz, Nandana,

[Wikidata-bugs] [Maniphest] T273350: Website links are broken when there are several links

2021-02-01 Thread Mike_Peel
Mike_Peel added a comment. I think getValueByLang doesn't support maxvals=1 at the moment. If you do {{#invoke:WikidataIB|getValue|P856|qid=Q1071969|fwd=ALL|osd=no|maxvals=1}} then you only get one value, but it's then not doing the language matching. TASK DETAIL https://phabrica

[Wikidata-bugs] [Maniphest] T267927: Reload wikidata journal from fresh dumps

2021-02-01 Thread CBogen
CBogen set the point value for this task to "3". TASK DETAIL https://phabricator.wikimedia.org/T267927 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: CBogen Cc: Aklapper, dcausse, MPhamWMF, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lucas_

[Wikidata-bugs] [Maniphest] T259105: Qurator: Data about Current Events

2021-02-01 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Thanks for the updates :) TASK DETAIL https://phabricator.wikimedia.org/T259105 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: GoranSMilovanovic, Lydia_Pintscher Cc: WMDE-leszek, Tobi_WMDE_SW, Lydia_Pintscher, Gor

[Wikidata-bugs] [Maniphest] T267825: Outdated data still present in WCQS a month after statement update

2021-02-01 Thread Zbyszko
Zbyszko added a comment. Issue was fixed manually for now - I'll do a proper deployment once I get some time to deal with recent microsite GUI changes. TASK DETAIL https://phabricator.wikimedia.org/T267825 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreference

[Wikidata-bugs] [Maniphest] T270109: Hoover Inequality Score Data Retrival and Calculation

2021-02-01 Thread GoranSMilovanovic
GoranSMilovanovic added a comment. @Lydia_Pintscher @Jan_Dittrich On the test server, of course - no WMF or WMDE domains are there. TASK DETAIL https://phabricator.wikimedia.org/T270109 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: GoranSMilova

[Wikidata-bugs] [Maniphest] T266470: Expose wdqs1009 to wdqs users and gather feedback

2021-02-01 Thread RKemper
RKemper triaged this task as "Medium" priority. RKemper claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T266470 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RKemper Cc: Gehel, Lea_Lacroix_WMDE, dcausse, Aklapper, MPhamWMF, CBogen,

[Wikidata-bugs] [Maniphest] T199896: API: Support editing statements on senses via wbeditentity

2021-02-01 Thread Lydia_Pintscher
Lydia_Pintscher raised the priority of this task from "Medium" to "High". Lydia_Pintscher added a comment. True. Changing to high. TASK DETAIL https://phabricator.wikimedia.org/T199896 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lydia_Pintsche

[Wikidata-bugs] [Maniphest] T273350: Website links are broken when there are several links

2021-02-01 Thread Lydia_Pintscher
Lydia_Pintscher added subscribers: Mike_Peel, RexxS, Lydia_Pintscher. Lydia_Pintscher added a comment. I think Matej is right. Maybe Mike or Doug can have a look. TASK DETAIL https://phabricator.wikimedia.org/T273350 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/email

[Wikidata-bugs] [Maniphest] T266986: The metrics of the streaming-updater-consumer should be visible in grafana

2021-02-01 Thread CBogen
CBogen added a project: Discovery-Search (Current work). TASK DETAIL https://phabricator.wikimedia.org/T266986 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: CBogen Cc: Aklapper, dcausse, MPhamWMF, Alter-paule, Beast1978, CBogen, Un1tY, Akuckartz, H

[Wikidata-bugs] [Maniphest] T252504: Smoke test the canary deployment of WDQS

2021-02-01 Thread Gehel
Restricted Application added a project: wdwb-tech-focus. TASK DETAIL https://phabricator.wikimedia.org/T252504 WORKBOARD https://phabricator.wikimedia.org/project/board/891/ EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Gehel Cc: Aklapper, Zbyszk

[Wikidata-bugs] [Maniphest] T273097: Create Flink Base Image

2021-02-01 Thread RKemper
RKemper updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T273097 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RKemper Cc: dcausse, Aklapper, Gehel, akosiaris, Mstyles, MPhamWMF, CBogen, Akuckartz, Nandana, Namenlos314, L

[Wikidata-bugs] [Maniphest] T272994: Ensure scalastyle import order rules are verified

2021-02-01 Thread CBogen
CBogen moved this task from All WDQS-related tasks to Tech Debt on the Wikidata-Query-Service board. CBogen triaged this task as "Medium" priority. TASK DETAIL https://phabricator.wikimedia.org/T272994 WORKBOARD https://phabricator.wikimedia.org/project/board/891/ EMAIL PREFERENCES https:

[Wikidata-bugs] [Maniphest] T272083: Experienced allocator issue in WDQS when running Updater

2021-02-01 Thread Gehel
Gehel added a comment. In T272083#6777411 , @Headingtona wrote: > What leads you to believe this is a corrupt journal file? Let me rephrase: when we had similar issues, we diagnosed it as a corrupted journal and we just reloaded the

[Wikidata-bugs] [Maniphest] T270109: Hoover Inequality Score Data Retrival and Calculation

2021-02-01 Thread Lydia_Pintscher
Lydia_Pintscher added a comment. Can we see it somewhere before adding it to the portal? In general probably fine but quick review for understandability etc would be good. TASK DETAIL https://phabricator.wikimedia.org/T270109 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/p

[Wikidata-bugs] [Maniphest] T261650: Provide branch hosting for docs storybook

2021-02-01 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T261650 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Jakob_WMDE, Sarai-WMDE Cc: ItamarWMDE, Pablo-WMDE, Tonina_Zhelyazkova_WMDE, Aklapper, Akuckartz, Nandana,

[Wikidata-bugs] [Maniphest] T268128: Remove unnecessary tokens

2021-02-01 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T268128 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sarai-WMDE Cc: Aklapper, Sarai-WMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplo

[Wikidata-bugs] [Maniphest] T271201: Investigate: Adding descriptions to component stories

2021-02-01 Thread Sarai-WMDE
Sarai-WMDE closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T271201 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Sarai-WMDE Cc: Aklapper, Sarai-WMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplo

[Wikidata-bugs] [Maniphest] T272130: Consider moving the Wikidata Query Builder repository from github to gerrit

2021-02-01 Thread sbassett
sbassett added a comment. @Ladsgroup @Michael TASK DETAIL https://phabricator.wikimedia.org/T272130 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: sbassett Cc: sbassett, Michael, Ladsgroup, Jakob_WMDE, DannyS712, Aklapper, Lydia_Pintscher, Devnu

[Wikidata-bugs] [Maniphest] T272682: (MS5) Open the query in the query service

2021-02-01 Thread Ladsgroup
Ladsgroup moved this task from Test (Verification) to Peer Review on the Wikidata Query Builder board. Ladsgroup added a comment. Thanks put it in https://github.com/wmde/query-builder/pull/184 TASK DETAIL https://phabricator.wikimedia.org/T272682 WORKBOARD https://phabricator.wikimedia.

[Wikidata-bugs] [Maniphest] T272961: Move wikidata RDF triples files/table to the wmf namespace in hdfs and hive

2021-02-01 Thread Gehel
Gehel edited projects, added Wikidata-Query-Service; removed Discovery-Search. Restricted Application added a project: Wikidata. TASK DETAIL https://phabricator.wikimedia.org/T272961 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Gehel Cc: Aklapper,

[Wikidata-bugs] [Maniphest] T255450: Understand Termbox SSR timouts better

2021-02-01 Thread Michael
Michael updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T255450 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Michael Cc: Addshore, Aklapper, Michael, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZa

[Wikidata-bugs] [Maniphest] T266326: Fix broken Storybook home redirect

2021-02-01 Thread ItamarWMDE
ItamarWMDE claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T266326 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ItamarWMDE Cc: Aklapper, Sarai-WMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen,

[Wikidata-bugs] [Maniphest] T255450: Understand Termbox SSR timouts better

2021-02-01 Thread Michael
Michael added a comment. In T255450#6770588 , @Addshore wrote: > @Michael do you see any further concrete actionables here, or things to be added to https://wikitech.wikimedia.org/wiki/WMDE/Wikidata/SSR_Service ? Not right now, I th

[Wikidata-bugs] [Maniphest] T272242: Language code "dag" for Dagbani does not work for lexemes

2021-02-01 Thread Lydia_Pintscher
Lydia_Pintscher added a project: Wikidata-Campsite. Lydia_Pintscher updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T272242 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lydia_Pintscher Cc: jhsoby, Masssly, Amire80, Nikki

[Wikidata-bugs] [Maniphest] T272887: (MS 5) expose visual query sharing via URL in the UI

2021-02-01 Thread Charlie_WMDE
Charlie_WMDE changed the task status from "Open" to "Stalled". Charlie_WMDE added a comment. stalled while i figure some things out TASK DETAIL https://phabricator.wikimedia.org/T272887 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Charlie_WMDE

[Wikidata-bugs] [Maniphest] T269418: Controls do not appear in composed storybook

2021-02-01 Thread ItamarWMDE
ItamarWMDE added a comment. Unfortunately, it seems as though this functionality is not currently supported by Storybook, that is, one cannot include additional managed addons (controls being one of them) from a composed storybook. https://github.com/storybookjs/storybook/issues/12278#is

[Wikidata-bugs] [Maniphest] T272682: (MS5) Open the query in the query service

2021-02-01 Thread Charlie_WMDE
Charlie_WMDE added a comment. looks good apart from the link only appearing after i've run the query. i'd expect it to always be there. if clicked before having ever run a query, it would just lead you to an empty QS page TASK DETAIL https://phabricator.wikimedia.org/T272682 EMAIL PREFERE

[Wikidata-bugs] [Maniphest] T273029: Make query sparql builder support "OR"-condition

2021-02-01 Thread Michael
Michael renamed this task from "Make query sparql builder support or condition" to "Make query sparql builder support "OR"-condition". TASK DETAIL https://phabricator.wikimedia.org/T273029 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Michael Cc: A

[Wikidata-bugs] [Maniphest] T273097: Create Flink Base Image

2021-02-01 Thread akosiaris
akosiaris added a comment. Hmm, I see your point. In that case, if there isn't a good place that Search controls to upload the version of flink that they want, the most prudent way out is the debian package described in T266495 TASK DETAIL https

[Wikidata-bugs] [Maniphest] T255657: Strange result in Wikidata query (full URLs given instead of identifiers)

2021-02-01 Thread gerritbot
gerritbot added a comment. Change 635855 **abandoned** by DCausse: [mediawiki/extensions/Wikibase@master] [rdf] check type of DataValue::getValue Reason: was just to illustrate the problem https://gerrit.wikimedia.org/r/635855 TASK DETAIL https://phabricator.wikimedia.org/T2556

[Wikidata-bugs] [Maniphest] T269451: Possible flink optimizations/cleanups

2021-02-01 Thread gerritbot
gerritbot added a comment. Change 660776 **merged** by jenkins-bot: [wikidata/query/rdf@master] Enable object reuse in streaming updater https://gerrit.wikimedia.org/r/660776 TASK DETAIL https://phabricator.wikimedia.org/T269451 EMAIL PREFERENCES https://phabricator.wikimedia.org/s

[Wikidata-bugs] [Maniphest] T182326: Make one group1 wiki a client of testwikidata (preferably a test wiki)

2021-02-01 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T182326 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, Maintenance_bot Cc: Tgr, Stashbot, gerritbot, demon, greg, Addshore, aude, Lydia_Pint

[Wikidata-bugs] [Maniphest] T269451: Possible flink optimizations/cleanups

2021-02-01 Thread gerritbot
gerritbot added a comment. Change 659313 **merged** by jenkins-bot: [wikidata/query/rdf@master] Drop custom parallelism https://gerrit.wikimedia.org/r/659313 TASK DETAIL https://phabricator.wikimedia.org/T269451 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/ema

[Wikidata-bugs] [Maniphest] T272120: Deleted item still gets shown in WDQS query results

2021-02-01 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T272120 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: Mahir256, dcausse, Aklapper, Mbch331, MPhamWMF, CBogen, Akuckartz, Nandana,

[Wikidata-bugs] [Maniphest] T204031: Deploy regular running of wikidata constraint checks using the job queue

2021-02-01 Thread Addshore
Addshore updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T204031 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Rosalie_WMDE, Addshore Cc: noarave, alaa_wmde, Gehel, Stashbot, MisterSynergy, Lydia_Pintscher, gerritbot, Pc

[Wikidata-bugs] [Maniphest] T250528: wdqs-ui QueryExampleDialog creates new wikibase.queryService.api.Wikibase which doesn't use configured api location

2021-02-01 Thread Addshore
Addshore added a project: Wikidata-Campsite. Addshore added subscribers: Samantha_Alipio_WMDE, Lydia_Pintscher. Addshore added a comment. @Samantha_Alipio_WMDE @Lydia_Pintscher this would be a good producty one for wikibase 3rd parties to get reviewed on the campsite TASK DETAIL https://pha

[Wikidata-bugs] [Maniphest] T231084: Assert.php: Bad value for parameter $oldContent: must be a TextContent|null [Story Points 5]

2021-02-01 Thread Addshore
Addshore moved this task from Incoming to External Realm on the wdwb-tech-focus board. Addshore added a project: MediaWiki-Page-diffs. TASK DETAIL https://phabricator.wikimedia.org/T231084 WORKBOARD https://phabricator.wikimedia.org/project/board/3532/ EMAIL PREFERENCES https://phabricato

[Wikidata-bugs] [Maniphest] T235420: Create wikidata badges to indicate when sitelinks point to Wikipedia redirect pages

2021-02-01 Thread Addshore
Addshore added a subscriber: Samantha_Alipio_WMDE. Addshore added a comment. https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/602422/ still seems like a product decision by @Lydia_Pintscher and or @Samantha_Alipio_WMDE that needs to happen here. It's a pretty large change to

[Wikidata-bugs] [Maniphest] T272120: Deleted item still gets shown in WDQS query results

2021-02-01 Thread gerritbot
gerritbot added a comment. Change 659323 **merged** by jenkins-bot: [wikidata/query/rdf@master] Log non revision-create-events https://gerrit.wikimedia.org/r/659323 TASK DETAIL https://phabricator.wikimedia.org/T272120 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/pa

[Wikidata-bugs] [Maniphest] T269418: Controls do not appear in composed storybook

2021-02-01 Thread ItamarWMDE
ItamarWMDE claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T269418 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ItamarWMDE Cc: Aklapper, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen,

[Wikidata-bugs] [Maniphest] T138332: Interwiki links to/from Multilingual Wikisource

2021-02-01 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2021-02-01T14:12:34Z] Finished scap: [[gerrit:660796|Add Multilingual Wikisource to list of Wikidata's special sites]] (T138332 ) (duration: 21m 52s) TASK DETAIL https://phabric

[Wikidata-bugs] [Maniphest] T138332: Interwiki links to/from Multilingual Wikisource

2021-02-01 Thread ReleaseTaggerBot
ReleaseTaggerBot edited projects, added MW-1.36-notes (1.36.0-wmf.28; 2021-01-26); removed MW-1.36-notes (1.36.0-wmf.29; 2021-02-02). TASK DETAIL https://phabricator.wikimedia.org/T138332 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerB

[Wikidata-bugs] [Maniphest] T273468: Add Wikidata support for mniwiki

2021-02-01 Thread Maintenance_bot
Maintenance_bot created this task. Maintenance_bot added projects: Wikidata-Campsite, Wikidata. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION Per https://wikitech.wikimedia.org/wiki/Add_a_wiki once the wiki has been created TASK DETAIL https://phabricator.wikimedia.or

[Wikidata-bugs] [Maniphest] T273463: Add Wikidata support for mniwiktionary

2021-02-01 Thread Maintenance_bot
Maintenance_bot created this task. Maintenance_bot added projects: Wikidata-Campsite, Wikidata. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION Per https://wikitech.wikimedia.org/wiki/Add_a_wiki once the wiki has been created TASK DETAIL https://phabricator.wikimedia.or

[Wikidata-bugs] [Maniphest] T138332: Interwiki links to/from Multilingual Wikisource

2021-02-01 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2021-02-01T13:50:54Z] Started scap: [[gerrit:660796|Add Multilingual Wikisource to list of Wikidata's special sites]] (T138332 ) TASK DETAIL https://phabricator.wikimedia.org/T1

[Wikidata-bugs] [Maniphest] T264006: Deploy Flink to kubernetes (k8s)

2021-02-01 Thread Gehel
Gehel closed subtask T265526: Create Helm Chart as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T264006 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Gehel Cc: akosiaris, Mstyles, Gehel, Aklapper, MPhamWMF, Alter-paule, Beast1978, CBog

[Wikidata-bugs] [Maniphest] T265526: Create Helm Chart

2021-02-01 Thread Gehel
Gehel closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T265526 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Mstyles, Gehel Cc: Mirahamira, Aklapper, Gehel, Mstyles, MPhamWMF, CBogen, Akuckartz, Nandana, Namenlos314, La

[Wikidata-bugs] [Maniphest] T264006: Deploy Flink to kubernetes (k8s)

2021-02-01 Thread Gehel
Gehel closed subtask T269876: Add swift plugin to Flink k8s as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T264006 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Gehel Cc: akosiaris, Mstyles, Gehel, Aklapper, MPhamWMF, Alter-paule, Bea

[Wikidata-bugs] [Maniphest] T269876: Add swift plugin to Flink k8s

2021-02-01 Thread Gehel
Gehel closed this task as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T269876 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Mstyles, Gehel Cc: Aklapper, Gehel, Mstyles, MPhamWMF, CBogen, Akuckartz, Nandana, Namenlos314, Lahi, Gq86, Lu

[Wikidata-bugs] [Maniphest] T138332: Interwiki links to/from Multilingual Wikisource

2021-02-01 Thread gerritbot
gerritbot added a comment. Change 660796 **merged** by jenkins-bot: [mediawiki/extensions/WikimediaMessages@wmf/1.36.0-wmf.28] Add Multilingual Wikisource to list of Wikidata's special sites https://gerrit.wikimedia.org/r/660796 TASK DETAIL https://phabricator.wikimedia.org/T138332

[Wikidata-bugs] [Maniphest] T138332: Interwiki links to/from Multilingual Wikisource

2021-02-01 Thread gerritbot
gerritbot added a comment. Change 660796 had a related patch set uploaded (by Ladsgroup; owner: Ladsgroup): [mediawiki/extensions/WikimediaMessages@wmf/1.36.0-wmf.28] Add Multilingual Wikisource to list of Wikidata's special sites https://gerrit.wikimedia.org/r/660796 TASK DETAIL ht

[Wikidata-bugs] [Maniphest] T270109: Hoover Inequality Score Data Retrival and Calculation

2021-02-01 Thread Jan_Dittrich
Jan_Dittrich added a subscriber: Lydia_Pintscher. Jan_Dittrich added a comment. > The dashboard for this can be produced in a minimal time. It will be included to our Wikidata Analytics portal, under "Analytics", if you agree. Would make sense to me; I guess the final decision is with @Ly

[Wikidata-bugs] [Maniphest] T138332: Interwiki links to/from Multilingual Wikisource

2021-02-01 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.29; 2021-02-02). TASK DETAIL https://phabricator.wikimedia.org/T138332 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: ReleaseTaggerBot Cc: Popolon, Masssly, Johan, Nintendofan885, Billinghur

[Wikidata-bugs] [Maniphest] T264928: MediaWiki::restInPeace: transaction round 'Cognate\CacheUpdateJob::run' still running

2021-02-01 Thread ReleaseTaggerBot
ReleaseTaggerBot added a project: MW-1.36-notes (1.36.0-wmf.29; 2021-02-02). TASK DETAIL https://phabricator.wikimedia.org/T264928 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Ladsgroup, ReleaseTaggerBot Cc: Ladsgroup, Addshore, Krinkle, Aklapper,

[Wikidata-bugs] [Maniphest] T270109: Hoover Inequality Score Data Retrival and Calculation

2021-02-01 Thread GoranSMilovanovic
GoranSMilovanovic added a comment. @Jan_Dittrich > I do not know how costly running "begin of time" is – I am pretty fine with running it every 3 month or so, too to save some computing time and CO2. The planet would survive a monthly update. Many of our system run similar, regular

[Wikidata-bugs] [Maniphest] T265976: Lexeme daily browser tests (against beta) flaky [timebox 8h]

2021-02-01 Thread Addshore
Addshore edited projects, added wdwb-tech-focus; removed wdwb-tech-focus (backlog), MW-1.36-notes (1.36.0-wmf.20; 2020-12-01), Wikidata-Campsite (Wikidata-Campsite-Iteration-∞). TASK DETAIL https://phabricator.wikimedia.org/T265976 EMAIL PREFERENCES https://phabricator.wikimedia.org/setting

[Wikidata-bugs] [Maniphest] T264929: $pageId must be an integer > 0

2021-02-01 Thread Addshore
Addshore closed this task as "Resolved". Addshore moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Addshore claimed this task. Restricted Application added a project: User-Addshore. TASK DETAIL https://phabricator.wikimedia.org/T26

[Wikidata-bugs] [Maniphest] T271618: UnresolvedEntityRedirectException for "Vincent Crawford" article on English wikipedia: "Unresolved redirect from Q102585843 to Q41805462"

2021-02-01 Thread Addshore
Addshore moved this task from Active to Done on the wdwb-tech-focus (backlog) board. Addshore closed this task as "Resolved". Addshore added a comment. I have not verified this locally by instead acted as a third pair of eyes and it looks like the code change should fix the issue. +999 for

[Wikidata-bugs] [Maniphest] T267927: Reload wikidata journal from fresh dumps

2021-02-01 Thread Addshore
Addshore closed subtask T267644: Update Wikidata unit conversion config (normalized quantities) as "Resolved". TASK DETAIL https://phabricator.wikimedia.org/T267927 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Addshore Cc: Aklapper, dcausse, MPham

[Wikidata-bugs] [Maniphest] T267644: Update Wikidata unit conversion config (normalized quantities)

2021-02-01 Thread Addshore
Addshore closed this task as "Resolved". Addshore moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Addshore claimed this task. Addshore added a comment. Restricted Application added a project: User-Addshore. I gather the reload is

[Wikidata-bugs] [Maniphest] T114772: Allow entering Wikidata sitelinks to wikis that have non-typical wiki ID (not matching the database name)

2021-02-01 Thread Addshore
Addshore added a comment. The investigation in T269139: [20hr] ‎Investigate Wikibase behavior after the site ID of the related site (via sitelink) is changed is now done, see https://www.mediawiki.org/wiki/User:Lucas_Werkmeister_(WMDE)/site_ID_inve

[Wikidata-bugs] [Maniphest] T269139: [20hr] ‎Investigate Wikibase behavior after the site ID of the related site (via sitelink) is changed

2021-02-01 Thread Addshore
Addshore closed this task as "Resolved". Addshore moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. TASK DETAIL https://phabricator.wikimedia.org/T269139 WORKBOARD https://phabricator.wikimedia.org/project/board/3539/ EMAIL PREF

[Wikidata-bugs] [Maniphest] T245405: [8h] Investigate & possibly create simple test making sure entity type defintion keys are documented.

2021-02-01 Thread Addshore
Addshore closed this task as "Resolved". Addshore moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Addshore added a comment. In T245405#6765037 , @Lucas_Werkmeister_WMDE wrote:

[Wikidata-bugs] [Maniphest] T204031: Deploy regular running of wikidata constraint checks using the job queue

2021-02-01 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2021-02-01T12:19:03Z] Synchronized wmf-config/InitialiseSettings.php: Config: [[gerrit:660774|wikidata: post edit constraint jobs on 40% of edits (T204031 )]] (duration: 01m 03s)

[Wikidata-bugs] [Maniphest] T271402: TypeError on a diff of Wikidata talk page

2021-02-01 Thread Addshore
Addshore added a comment. Will be deployed this week and can then be verified TASK DETAIL https://phabricator.wikimedia.org/T271402 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Rosalie_WMDE, Addshore Cc: Addshore, brennen, Lucas_Werkmeister_WMD

[Wikidata-bugs] [Maniphest] T269603: InvalidArgumentException when requesting Special:EntityData with Sense or Form ID (The given ID does not refer to an entity of type lexeme)

2021-02-01 Thread Addshore
Addshore added a comment. Will be deployed this week. Can then be verified with the example in the description TASK DETAIL https://phabricator.wikimedia.org/T269603 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Lucas_Werkmeister_WMDE, Addshore

[Wikidata-bugs] [Maniphest] T270522: [16hrs] Investigate Infrequent JobQueueErrors on Wikidata

2021-02-01 Thread Addshore
Addshore closed this task as "Resolved". Addshore moved this task from Test (Verification) to Done on the Wikidata-Campsite (Wikidata-Campsite-Iteration-∞) board. Addshore added a comment. I haven't specifically verified anything here, but I saw the changes and agree with what is said by Luca

  1   2   >