[Wikidata-bugs] [Maniphest] T292110: Security Readiness Review For Improved Property Suggester/Recommender for Wikidata

2021-11-26 Thread Michaelcochez
Michaelcochez added a comment.


  We went forward fixing multiple aspects:
  
  1. Linting, go-sec and running the tests is now part of the CI in the main 
branch on github  (@sbassett ) We fixed the flagged issues.
1. as part of this, we added several test cases back which we had removed 
to make the repository more lean (we assumed that less code to review would be 
better).
2. as part of this process we also removed some more code, which was not 
used by the serving code specifically.
  2. We modified the SECURITY.md file and also refer to it from the main 
README.md
  
  @Reedy  a project on Phabricator might indeed be a good idea.

TASK DETAIL
  https://phabricator.wikimedia.org/T292110

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Reedy, Michaelcochez
Cc: sbassett, Michaelcochez, Martaannaj, Lydia_Pintscher, Addshore, 
WMDE-leszek, karapayneWMDE, Aklapper, Invadibot, Devnull, maantietaja, 
Akuckartz, Jcross, Dsharpe, DannyS712, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Bawolff, Mbch331, Legoktm
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296202: Remove vue-class-components from Termbox

2021-11-26 Thread gerritbot
gerritbot added a comment.


  Change 742135 **merged** by jenkins-bot:
  
  [wikibase/termbox@master] Simplify store initialization (asyncData in 
buildApp)
  
  https://gerrit.wikimedia.org/r/742135

TASK DETAIL
  https://phabricator.wikimedia.org/T296202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296549: A parser function for statement value's item ID

2021-11-26 Thread Dominicbm
Dominicbm created this task.
Dominicbm added projects: MediaWiki-extensions-WikibaseClient, Wikidata, 
StructuredDataOnCommons.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Neither `#statements` nor `#property` seem to have a method for fetching of a 
Wikidata item ID in the case that the value requested is a wikibase-item data 
type. We are stuck retrieving either a formatted item label or a plain text 
label, even though the item is clearly already being accessed on the backend to 
retrieve the label, so the item ID must also be being accessed. This is less 
than useful for template coding, because:
  
  1. Wikidata labels can change and are not unique. So you can't build template 
logic around having different behaviors for specific values returned by the 
parser functions, whereas a Q-id should (in theory) be predictable.
  2. With existing Lua-based templates, there are many use cases where users on 
other wikis can plug in Wikidata item IDs in order to generate important page 
content, such as Wikipedia infoboxes or Commons creator and institution 
templates.
  
  An example use case for the scenario in #2, I would like to store the 
institution data in a Commons file's `P195` statement. If I can retrieve the 
item ID, I can use it to populate the institution template, like 
`{{institution| {{#itemvalueid:P195|from=M123}} }}`. (No opinion on what to 
call the function.) With `#property`, I currently can only have the item's 
plain text label, which doesn't allow me to get the full use out of templates 
like these.
  
  Also, this would allow us to build more useful templates without the need of 
Lua infrastructure. Using the above example, if I can get the item ID for a 
Commons file's `P195` statement value, then I can use other functions, such as 
`#statements` to query //that// Wikidata item for other data, such as the 
institution's associated Commons category, logo, location, etc.
  
  Related to T141864 , which also 
seems to be about the utility of retrieving item IDs for downstream use.

TASK DETAIL
  https://phabricator.wikimedia.org/T296549

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dominicbm
Cc: Aklapper, Dominicbm, Invadibot, maantietaja, FRomeo_WMF, CBogen, 
Nintendofan885, Akuckartz, Nandana, JKSTNK, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296202: Remove vue-class-components from Termbox

2021-11-26 Thread gerritbot
gerritbot added a comment.


  Change 742167 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [operations/deployment-charts@master] Update termbox to 
2021-11-26-093451-production
  
  https://gerrit.wikimedia.org/r/742167

TASK DETAIL
  https://phabricator.wikimedia.org/T296202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T294465: Make Wikibase work with the Vue 3 migration build

2021-11-26 Thread gerritbot
gerritbot added a comment.


  Change 742165 had a related patch set uploaded (by Michael Große; author: 
Michael Große):
  
  [mediawiki/extensions/Wikibase@master] bridge: Use emitter as prop instead of 
using repeater
  
  https://gerrit.wikimedia.org/r/742165

TASK DETAIL
  https://phabricator.wikimedia.org/T294465

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: karapayneWMDE, Michael, Lucas_Werkmeister_WMDE, Aklapper, Catrope, 786, 
Suran38, Biggs657, Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, 
Beast1978, Un1tY, Akuckartz, Sarai-WMDE, Hook696, darthmon_wmde, Kent7301, 
joker88john, CucyNoiD, Nandana, Gaboe420, lucamauri, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Mahir256, QZanden, 
LawExplorer, Lewizho99, Maathavan, _jensen, rosalieper, Bodhisattwa, 
Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296519: Update the versions of software components packed in the release package

2021-11-26 Thread Rosalie_WMDE
Rosalie_WMDE claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T296519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Rosalie_WMDE
Cc: Aklapper, WMDE-leszek, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296202: Remove vue-class-components from Termbox

2021-11-26 Thread gerritbot
gerritbot added a comment.


  Change 742154 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [wikibase/termbox@master] Split buildApp into buildAppMw and buildAppSsr
  
  https://gerrit.wikimedia.org/r/742154

TASK DETAIL
  https://phabricator.wikimedia.org/T296202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295765: Requesting access to releasers-wikibase for rosalie-WMDE

2021-11-26 Thread gerritbot
gerritbot added a project: Patch-For-Review.

TASK DETAIL
  https://phabricator.wikimedia.org/T295765

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Rosalie_WMDE, gerritbot
Cc: Jelto, thcipriani, toan, Aklapper, WMDE-leszek, Rosalie_WMDE, 786, Suran38, 
Biggs657, joanna_borun, Bongo-Cat, Invadibot, Lalamarie69, Devnull, 
maantietaja, lmata, Juan90264, Muchiri124, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, Kent7301, RhinosF1, joker88john, Legado_Shulgin, 
ReaperDawn, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Davinaclare77, Cpaulf30, 
Techguru.pc, Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, Hfbn0, QZanden, 
LawExplorer, Lewizho99, Zppix, Maathavan, _jensen, rosalieper, Scott_WUaS, 
Wong128hk, Wikidata-bugs, aude, mark, Lydia_Pintscher, JanZerebecki, faidon, 
Addshore, Mbch331, Jay8g, Krenair, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295765: Requesting access to releasers-wikibase for rosalie-WMDE

2021-11-26 Thread gerritbot
gerritbot added a comment.


  Change 742152 had a related patch set uploaded (by MMandere; author: 
MMandere):
  
  [operations/puppet@production] admin: Add user rosalie-wmde to 
releasers-wikibase
  
  https://gerrit.wikimedia.org/r/742152

TASK DETAIL
  https://phabricator.wikimedia.org/T295765

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Rosalie_WMDE, gerritbot
Cc: Jelto, thcipriani, toan, Aklapper, WMDE-leszek, Rosalie_WMDE, joanna_borun, 
Bongo-Cat, Invadibot, Devnull, maantietaja, lmata, Muchiri124, Akuckartz, 
RhinosF1, Legado_Shulgin, ReaperDawn, Nandana, Davinaclare77, Techguru.pc, 
Lahi, Gq86, GoranSMilovanovic, Hfbn0, QZanden, LawExplorer, Zppix, _jensen, 
rosalieper, Scott_WUaS, Wong128hk, Wikidata-bugs, aude, mark, Lydia_Pintscher, 
JanZerebecki, faidon, Addshore, Mbch331, Jay8g, Krenair, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296526: Move Release notes 1.35 to HISTORY file, and remove release notes 1.35 file

2021-11-26 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

TASK DETAIL
  https://phabricator.wikimedia.org/T296526

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: WMDE-leszek, Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296528: Install the pre-release 1.36.2-wmde.3 to the test system for testing

2021-11-26 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

TASK DETAIL
  https://phabricator.wikimedia.org/T296528

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: WMDE-leszek, Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T294355: Several Wikidata Grafana boards missing data before October 2021

2021-11-26 Thread fgiunchedi
fgiunchedi added a comment.


  In T294355#7531236 , 
@Lucas_Werkmeister_WMDE wrote:
  
  > I’m not sure I understand the discussion correctly :) do you still need a 
list of paths to back up, or does it look like we can back up everything now?
  
  What's "everything" in this context? :) If you are talking about `daily` then 
yes it does look like it!

TASK DETAIL
  https://phabricator.wikimedia.org/T294355

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: fgiunchedi
Cc: LSobanski, jcrespo, Manuel, Michael, Addshore, fgiunchedi, Aklapper, 
Lucas_Werkmeister_WMDE, Bongo-Cat, Invadibot, Devnull, maantietaja, lmata, 
Akuckartz, Nandana, Robin.guo, Lahi, Gq86, herron, GoranSMilovanovic, QZanden, 
Marostegui, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T294355: Several Wikidata Grafana boards missing data before October 2021

2021-11-26 Thread jcrespo
jcrespo added a comment.


  I don't have the answer to that question, but whenever any of you have the 
servers and path(s), you can follow the instructions at 
https://wikitech.wikimedia.org/wiki/Bacula#Adding_a_new_client to send a 
preliminary backup proposal to Puppet, and I will assist you to merge it with 
the proper setup (e.g. schedule, day, etc.)  - I think it will be more useful 
to discuss the details over a patch :-).

TASK DETAIL
  https://phabricator.wikimedia.org/T294355

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: jcrespo
Cc: LSobanski, jcrespo, Manuel, Michael, Addshore, fgiunchedi, Aklapper, 
Lucas_Werkmeister_WMDE, Bongo-Cat, Invadibot, Devnull, maantietaja, lmata, 
Akuckartz, Nandana, Robin.guo, Lahi, Gq86, herron, GoranSMilovanovic, QZanden, 
Marostegui, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T294355: Several Wikidata Grafana boards missing data before October 2021

2021-11-26 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I’m not sure I understand the discussion correctly :) do you still need a 
list of paths to back up, or does it look like we can back up everything now?

TASK DETAIL
  https://phabricator.wikimedia.org/T294355

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: LSobanski, jcrespo, Manuel, Michael, Addshore, fgiunchedi, Aklapper, 
Lucas_Werkmeister_WMDE, Bongo-Cat, Invadibot, Devnull, maantietaja, lmata, 
Akuckartz, Nandana, Robin.guo, Lahi, Gq86, herron, GoranSMilovanovic, QZanden, 
Marostegui, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296519: Update the versions of software components packed in the release package

2021-11-26 Thread WMDE-leszek
WMDE-leszek updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T296519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Aklapper, WMDE-leszek, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296516: Publish Wikibase's Release Notes to mediawiki.org

2021-11-26 Thread WMDE-leszek
WMDE-leszek edited projects, added Wikibase Release Strategy (Wikibase 1.36 
Release); removed Wikibase Release Strategy.

TASK DETAIL
  https://phabricator.wikimedia.org/T296516

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: danshick-wmde, Rosalie_WMDE, toan, Lea_WMDE, Samantha_Alipio_WMDE, 
WMDE-leszek, Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T294904: Update Query Service version used in Wikibase Releases

2021-11-26 Thread WMDE-leszek
WMDE-leszek renamed this task from "Make and document a new query service 
release" to "Update Query Service version used in Wikibase Releases".
WMDE-leszek edited projects, added Wikibase Release Strategy (Wikibase 1.36 
Release); removed Wikibase Release Strategy.

TASK DETAIL
  https://phabricator.wikimedia.org/T294904

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: WMDE-leszek, Aklapper, Addshore, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296462: Run the test-suite on the example

2021-11-26 Thread toan
toan moved this task from Backlog to Wikibase 1.36 Release on the Wikibase 
Release Strategy board.
toan edited projects, added Wikibase Release Strategy (Wikibase 1.36 Release); 
removed Wikibase Release Strategy.

TASK DETAIL
  https://phabricator.wikimedia.org/T296462

WORKBOARD
  https://phabricator.wikimedia.org/project/board/5063/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Aklapper, toan, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296520: Bring the relevant new Wikibase changes to the 1.36 Release branch

2021-11-26 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

TASK DETAIL
  https://phabricator.wikimedia.org/T296520

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: WMDE-leszek, Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296522: Create pre-release packages of the upcoming 1.36.2 release

2021-11-26 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

TASK DETAIL
  https://phabricator.wikimedia.org/T296522

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: WMDE-leszek, Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296521: Follow-up on the non-covered release acceptance tests

2021-11-26 Thread toan
toan edited projects, added Wikibase Release Strategy; removed Wikibase Release 
Strategy (Wikibase 1.35 Maintenance Release).

TASK DETAIL
  https://phabricator.wikimedia.org/T296521

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Rosalie_WMDE, Samantha_Alipio_WMDE, WMDE-leszek, dang, Tarrow, Addshore, 
Aklapper, toan, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296521: Follow-up on the non-covered release acceptance tests

2021-11-26 Thread toan
toan created this task.
toan added projects: Wikidata, wdwb-tech, Wikibase Release Strategy (Wikibase 
1.35 Maintenance Release).

TASK DESCRIPTION
  The list was produced here we now need to deal with it somehow
  
  Possible AC:s
  
  [ ] Accept and use the list for manual testing?
  [ ] Rewrite these manual cases into selenium tests

TASK DETAIL
  https://phabricator.wikimedia.org/T296521

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Rosalie_WMDE, Samantha_Alipio_WMDE, WMDE-leszek, dang, Tarrow, Addshore, 
Aklapper, toan, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296519: Update the versions of software components packed in the release package

2021-11-26 Thread WMDE-leszek
WMDE-leszek updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T296519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Aklapper, WMDE-leszek, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296519: Update the versions of software components packed in the release package

2021-11-26 Thread WMDE-leszek
WMDE-leszek created this task.
WMDE-leszek added projects: Wikibase Release Strategy (Wikibase 1.36 Release), 
Wikidata.

TASK DESCRIPTION
  We want to know what changes (likely identified by commit hashes) will be 
included in the upcoming release.
  
  Components included:
  
  - Mediawiki
  - Wikidata Query Service UI
  - Wikidata Query Service
  - Quickstatements (incl. "magnustools" library)
  - Wikibase Local Media

TASK DETAIL
  https://phabricator.wikimedia.org/T296519

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Aklapper, WMDE-leszek, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296509: MILESTONE: Publish a major Wikibase release based on Mediawiki 1.36

2021-11-26 Thread toan
toan updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T296509

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Aklapper, WMDE-leszek, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296509: MILESTONE: Publish a major Wikibase release based on Mediawiki 1.36

2021-11-26 Thread WMDE-leszek
WMDE-leszek updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T296509

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Aklapper, WMDE-leszek, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296516: Publish Wikibase's Release Notes to mediawiki.org

2021-11-26 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.
Restricted Application added a project: wdwb-tech.

TASK DETAIL
  https://phabricator.wikimedia.org/T296516

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: danshick-wmde, Rosalie_WMDE, toan, Lea_WMDE, Samantha_Alipio_WMDE, 
WMDE-leszek, Aklapper, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296462: Run the test-suite on the example

2021-11-26 Thread toan
toan claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T296462

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Aklapper, toan, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296202: Remove vue-class-components from Termbox

2021-11-26 Thread gerritbot
gerritbot added a comment.


  Change 742135 had a related patch set uploaded (by Lucas Werkmeister (WMDE); 
author: Lucas Werkmeister (WMDE)):
  
  [wikibase/termbox@master] Simplify store initialization (asyncData in 
buildApp)
  
  https://gerrit.wikimedia.org/r/742135

TASK DETAIL
  https://phabricator.wikimedia.org/T296202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296394: Dockerhub still links to wikibase-docker

2021-11-26 Thread toan
toan added a comment.


  Well, apart from this still being wrong all the other repositories pages were 
also pointing to the old repo on the landing page, this is now also fixed.

TASK DETAIL
  https://phabricator.wikimedia.org/T296394

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Aklapper, toan, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T281472: Remove latest, latest-bundle, latest-base tags from dockerhub

2021-11-26 Thread toan
toan updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T281472

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: danshick-wmde, Tarrow, Samantha_Alipio_WMDE, Aklapper, toan, Invadibot, 
maantietaja, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295875: Add Storybook Documentation for Dialog Component

2021-11-26 Thread ItamarWMDE
ItamarWMDE claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T295875

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ItamarWMDE
Cc: Sarai-WMDE, Aklapper, Mattia_Capozzi_WMDE, Lydia_Pintscher, Silvan_WMDE, 
ItamarWMDE, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295990: Show error message on Results page when trying to submit a review for a deleted mismatch

2021-11-26 Thread Silvan_WMDE
Silvan_WMDE moved this task from Doing to Peer Review on the Mismatch Finder 
(Mismatch Finder - sprint 11) board.
Silvan_WMDE added a comment.


  https://github.com/wmde/wikidata-mismatch-finder/pull/229

TASK DETAIL
  https://phabricator.wikimedia.org/T295990

WORKBOARD
  https://phabricator.wikimedia.org/project/board/5628/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: ItamarWMDE, Silvan_WMDE
Cc: Lydia_Pintscher, Aklapper, ItamarWMDE, Silvan_WMDE, karapayneWMDE, 
Invadibot, maantietaja, Mattia_Capozzi_WMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296202: Remove vue-class-components from Termbox

2021-11-26 Thread gerritbot
gerritbot added a comment.


  Change 741699 **abandoned** by Lucas Werkmeister (WMDE):
  
  [wikibase/termbox@master] Update package-lock.json to lockfileVersion 2
  
  Reason:
  
  rest of the chain was merged without this
  
  https://gerrit.wikimedia.org/r/741699

TASK DETAIL
  https://phabricator.wikimedia.org/T296202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T249565: Wikidata's wb_items_per_site table has suddenly disappeared, creating DBQueryErrors on page views

2021-11-26 Thread Ladsgroup
Ladsgroup changed the status of subtask T249683: Redefine mysql GRANTs for 
wikiadmin from "Stalled" to "Open".

TASK DETAIL
  https://phabricator.wikimedia.org/T249565

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore, Ladsgroup
Cc: WMDE-leszek, Risker, Amire80, Sunny00217, RhinosF1, jcrespo, CDanis, 
Marostegui, Darwinius, Zaiva_Igor, Kazrok4545, Neolexx, Amorymeltzer, 
Rowingbohe, Lea_Lacroix_WMDE, matej_suchanek, Laurent04000, Giku, doctaxon, 
Robby, Ixocactus, pywikibot-bugs-list, JAnD, Lofhi, Ltrlg, Mike_Peel, Jony, 
Majavah, Jar, SCP-2000, Mahir256, alaa, hoo, Soul_Train, Mr.Ibrahem, Krinkle, 
NickK, Sakretsu, Urbanecm, MisterSynergy, Christian75, Fuzheado, Emaus, RexxS, 
Paladox, MaxSem, BRPever, AntiCompositeNumber, ppelberg, Catrope, Esanders, 
Jdforrester-WMF, Jdlrobson, Piramidion, kolbert, Pigsonthewing, Wittylama, PKM, 
Erutuon, Moebeus, Kizule, MusikAnimal, Thibaut120094, Pcoombe, RoySmith, 
Bugreporter, Addshore, Miraclepine, Ladsgroup, Can_I_Log_In, Krenair, Ahmad252, 
Dreamy_Jazz, Tgr, Koavf, DannyS712, Aklapper, Invadibot, Zabe, Devnull, 
R4356th, Bebiezaza, LSobanski, EhsanKhandowa, maantietaja, Hazizibinmahdi, 
Akuckartz, Iflorez, darthmon_wmde, Rosalie_WMDE, PatsagornY, alaa_wmde, Viztor, 
Nandana, jijiki, lucamauri, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Minhnv-2809, JJMC89, elukey, _jensen, rosalieper, Scott_WUaS, 
Johan, Wong128hk, Luke081515, Verdy_p, Wikidata-bugs, aude, Bawolff, 
ArielGlenn, Lydia_Pintscher, He7d3r, TheDJ, Mbch331, Jay8g, akosiaris
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T157651: sql.php must not run LoadExtensionSchemaUpdates

2021-11-26 Thread Ladsgroup
Ladsgroup changed the status of subtask T249683: Redefine mysql GRANTs for 
wikiadmin from "Stalled" to "Open".

TASK DETAIL
  https://phabricator.wikimedia.org/T157651

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: daniel, Ladsgroup
Cc: Jdforrester-WMF, kostajh, WMDE-leszek, Addshore, alaa_wmde, daniel, 
Ladsgroup, Pablo-WMDE, kchapman, Krinkle, Catrope, Reception123, gerritbot, 
aaron, Aklapper, Tgr, 786, Suran38, Biggs657, Invadibot, Lalamarie69, caldera, 
maantietaja, Juan90264, Naike, Alter-paule, NavinRizwi, Beast1978, Un1tY, 
Akuckartz, eprodromou, Hook696, Kent7301, joker88john, 94rain, CucyNoiD, 
Nandana, jijiki, Klaas_Z4us_V, Gaboe420, Giuliamocci, Cpaulf30, Lahi, Gq86, 
Af420, Bsandipan, GoranSMilovanovic, Jayprakash12345, Nattes, QZanden, 
EnricoCNC, LawExplorer, Vali.matei, Lewizho99, Maathavan, elukey, _jensen, 
rosalieper, Agabi10, Taiwania_Justo, Scott_WUaS, Pchelolo, Wikidata-bugs, aude, 
Dcljr, geraki, Dinoguy1000, Gryllida, jeblad, Mbch331, Jay8g
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295759: review statistics for all imports

2021-11-26 Thread Lydia_Pintscher
Lydia_Pintscher updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T295759

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lydia_Pintscher
Cc: Aklapper, Lydia_Pintscher, karapayneWMDE, Invadibot, maantietaja, 
Mattia_Capozzi_WMDE, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295894: Remove vue-class-componets from Data Bridge

2021-11-26 Thread gerritbot
gerritbot added a comment.


  Change 741938 **merged** by jenkins-bot:
  
  [mediawiki/extensions/Wikibase@master] bridge: remove ts-nocheck and fix error
  
  https://gerrit.wikimedia.org/r/741938

TASK DETAIL
  https://phabricator.wikimedia.org/T295894

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Michael, gerritbot
Cc: Aklapper, Michael, 786, Suran38, Biggs657, Invadibot, Lalamarie69, 
maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, Akuckartz, Hook696, 
Kent7301, joker88john, CucyNoiD, Nandana, Gaboe420, Giuliamocci, Cpaulf30, 
Lahi, Gq86, Af420, Bsandipan, GoranSMilovanovic, QZanden, LawExplorer, 
Lewizho99, Maathavan, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296509: MILESTONE: Publish a major Wikibase release based on Mediawiki 1.36

2021-11-26 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

TASK DETAIL
  https://phabricator.wikimedia.org/T296509

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Maintenance_bot
Cc: Aklapper, WMDE-leszek, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296394: Dockerhub still links to wikibase-docker

2021-11-26 Thread toan
toan added a comment.


  I think this cannot be fully done until parts of 
https://phabricator.wikimedia.org/T281472 has been done.
  
  There is no way for me to edit this link on dockerhub and It seems to be 
derived by their system based on the previous images.
  
  I've added this which may or may not solve this problem once the images are 
pushed.
  
  https://github.com/wmde/wikibase-release-pipeline/pull/253/files

TASK DETAIL
  https://phabricator.wikimedia.org/T296394

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Aklapper, toan, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296202: Remove vue-class-components from Termbox

2021-11-26 Thread gerritbot
gerritbot added a comment.


  Change 740945 **merged** by jenkins-bot:
  
  [wikibase/termbox@master] Convert App to options API
  
  https://gerrit.wikimedia.org/r/740945

TASK DETAIL
  https://phabricator.wikimedia.org/T296202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296202: Remove vue-class-components from Termbox

2021-11-26 Thread gerritbot
gerritbot added a comment.


  Change 741700 **merged** by jenkins-bot:
  
  [wikibase/termbox@master] Reintegrate wikibase-vuejs-components
  
  https://gerrit.wikimedia.org/r/741700

TASK DETAIL
  https://phabricator.wikimedia.org/T296202

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE, gerritbot
Cc: Michael, Lucas_Werkmeister_WMDE, Aklapper, 786, Suran38, Biggs657, 
Invadibot, Lalamarie69, maantietaja, Juan90264, Alter-paule, Beast1978, Un1tY, 
Akuckartz, Hook696, darthmon_wmde, Kent7301, joker88john, CucyNoiD, Nandana, 
Gaboe420, lucamauri, Giuliamocci, Cpaulf30, Lahi, Gq86, Af420, Bsandipan, 
GoranSMilovanovic, QZanden, LawExplorer, Lewizho99, Maathavan, _jensen, 
rosalieper, Scott_WUaS, Wikidata-bugs, aude, Lydia_Pintscher, Addshore, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296394: Dockerhub still links to wikibase-docker

2021-11-26 Thread toan
toan claimed this task.

TASK DETAIL
  https://phabricator.wikimedia.org/T296394

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: toan
Cc: Aklapper, toan, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295974: Test the pre-release 1.35.4-wmde.2 on the test system

2021-11-26 Thread WMDE-leszek
WMDE-leszek added a comment.


  Testing concluded successfully. No issues discovered.

TASK DETAIL
  https://phabricator.wikimedia.org/T295974

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WMDE-leszek
Cc: Aklapper, Addshore, toan, Tarrow, Samantha_Alipio_WMDE, Rosalie_WMDE, 
WMDE-leszek, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, Gq86, 
GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Lydia_Pintscher, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295765: Requesting access to releasers-wikibase for rosalie-WMDE

2021-11-26 Thread Rosalie_WMDE
Rosalie_WMDE updated the task description.

TASK DETAIL
  https://phabricator.wikimedia.org/T295765

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Rosalie_WMDE
Cc: Jelto, thcipriani, toan, Aklapper, WMDE-leszek, Rosalie_WMDE, joanna_borun, 
Bongo-Cat, Invadibot, Devnull, maantietaja, lmata, Muchiri124, Akuckartz, 
RhinosF1, Legado_Shulgin, ReaperDawn, Nandana, Davinaclare77, Techguru.pc, 
Lahi, Gq86, GoranSMilovanovic, Hfbn0, QZanden, LawExplorer, Zppix, _jensen, 
rosalieper, Scott_WUaS, Wong128hk, Wikidata-bugs, aude, mark, Lydia_Pintscher, 
JanZerebecki, faidon, Addshore, Mbch331, Jay8g, Krenair, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T296387: Some tables show wrong or incomplete information on Current Events dashboard

2021-11-26 Thread GoranSMilovanovic
GoranSMilovanovic added a comment.


  The anomaly **is now observed** in the test environment 
: complete code evaluation 
of the dashboard's update engine will take place following the implementation 
of changes requested in T294983 .

TASK DETAIL
  https://phabricator.wikimedia.org/T296387

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: GoranSMilovanovic
Cc: GoranSMilovanovic, Aklapper, Manuel, Invadibot, maantietaja, Akuckartz, 
Nandana, Lahi, Gq86, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295765: Requesting access to releasers-wikibase for rosalie-WMDE

2021-11-26 Thread Rosalie_WMDE
Rosalie_WMDE added a comment.


  @Jelto The document has been signed

TASK DETAIL
  https://phabricator.wikimedia.org/T295765

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Rosalie_WMDE
Cc: Jelto, thcipriani, toan, Aklapper, WMDE-leszek, Rosalie_WMDE, joanna_borun, 
Bongo-Cat, Invadibot, Devnull, maantietaja, lmata, Muchiri124, Akuckartz, 
RhinosF1, Legado_Shulgin, ReaperDawn, Nandana, Davinaclare77, Techguru.pc, 
Lahi, Gq86, GoranSMilovanovic, Hfbn0, QZanden, LawExplorer, Zppix, _jensen, 
rosalieper, Scott_WUaS, Wong128hk, Wikidata-bugs, aude, mark, Lydia_Pintscher, 
JanZerebecki, faidon, Addshore, Mbch331, Jay8g, Krenair, fgiunchedi
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T295874: Copy Dialog Component Code to WiKit

2021-11-26 Thread Silvan_WMDE
Silvan_WMDE moved this task from Peer Review to Test (Verification) on the 
Mismatch Finder (Mismatch Finder - sprint 11) board.
Silvan_WMDE added a comment.


  https://github.com/wmde/wikit/pull/506

TASK DETAIL
  https://phabricator.wikimedia.org/T295874

WORKBOARD
  https://phabricator.wikimedia.org/project/board/5628/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Silvan_WMDE
Cc: Sarai-WMDE, Aklapper, Mattia_Capozzi_WMDE, Lydia_Pintscher, Silvan_WMDE, 
ItamarWMDE, karapayneWMDE, Invadibot, maantietaja, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Volker_E, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org