[Wikidata-bugs] [Maniphest] [Commented On] T228640: WDQS missing some particular data (property P6885)

2019-08-13 Thread AMDmi3
AMDmi3 added a comment.


  In T228640#5389650 <https://phabricator.wikimedia.org/T228640#5389650>, 
@Smalyshev wrote:
  
  > I've updated affected items from 2019-07-02T12:59:28 to 2019-07-03. The 
items between 2019-07-01T23:00:02Z and 2019-07-02T12:59:28 still may be missing 
updates, but since all streams from that time seem to be already purged, I 
can't update them, so please tell me if any items are still missing, and I'll 
update them. Or just edit them. Also  please tell me if any items outside that 
timeframe are wrong - that would be some other issue.
  
  I've run into an item still not updated, at least 2 last revisions are not 
visible:
  
  https://www.wikidata.org/w/index.php?title=Q773196

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

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

To: Smalyshev, AMDmi3
Cc: LiberatorG, AMDmi3, Smalyshev, Mormegil, Aklapper, Vojtech.dostal, 
Cyberpower678, matej_suchanek, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Cirdan, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228640: WDQS missing some particular data (property P6885)

2019-07-29 Thread AMDmi3
AMDmi3 added a comment.


  > In any case, I have updated the affected entities.
  
  There are still problems with entries I haven't mentioned. I don't see a 
point of fixing individual entries, as the problem is global and affects 
unknown (probably much larger) number of entries - probably all entries updated 
in specific time period should be "updated".

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

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

To: AMDmi3
Cc: LiberatorG, AMDmi3, Smalyshev, Mormegil, Aklapper, Vojtech.dostal, 
Cyberpower678, matej_suchanek, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Cirdan, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228640: WDQS missing some particular data (property P6885)

2019-07-26 Thread AMDmi3
AMDmi3 added a comment.


  It seems that the set of missing entries varies from time to time. This is 
currently working example:
  
SELECT * WHERE {
  wd:Q3237690 wdt:P6931 ?repology_project .
}

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

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

To: AMDmi3
Cc: LiberatorG, AMDmi3, Smalyshev, Mormegil, Aklapper, Vojtech.dostal, 
Cyberpower678, matej_suchanek, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Cirdan, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Commented On] T228640: WDQS missing some particular data (property P6885)

2019-07-26 Thread AMDmi3
AMDmi3 added a comment.


  Could we maybe raise priority for this? As I understand, WQS is one of the 
most popular ways to consume wikidata, and it's returning incorrect data.

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

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

To: AMDmi3
Cc: AMDmi3, Smalyshev, Mormegil, Aklapper, Vojtech.dostal, Cyberpower678, 
matej_suchanek, darthmon_wmde, DannyS712, Nandana, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, 
LawExplorer, _jensen, rosalieper, Cirdan, Jonas, Xmlizer, jkroll, 
Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs


[Wikidata-bugs] [Maniphest] [Created] T229050: Query service does not see some items

2019-07-25 Thread AMDmi3
AMDmi3 created this task.
AMDmi3 added a project: Wikidata.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  Here's a simple query, it's expected to return "apache-spark", as 
https://www.wikidata.org/wiki/Q7573619 indeed has "Repology project name" 
(P6931 <https://phabricator.wikimedia.org/P6931>) property, which was added 
some over 3 weeks ago.
  
SELECT ?repology_project {
  wd:Q7573619 wdt:P6931 ?repology_project .
}
  
  However, the result is empty: https://w.wiki/6X2, and it seems to me that 
there's a bug somewhere.
  
  To confirm that the query is correct, similar query works fine with another 
entry:
  
SELECT ?repology_project {
  wd:Q189248 wdt:P6931 ?repology_project .
}
  
  This expectedly returns "bash": https://w.wiki/6X3.

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

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

To: AMDmi3
Cc: Aklapper, AMDmi3, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, 
QZanden, LawExplorer, _jensen, rosalieper, Wikidata-bugs, aude, Mbch331
___
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs