[Wikidata-bugs] [Maniphest] T317702: Not all edgeLabels shown on graph in a Wikibase query service

2024-02-23 Thread Fnielsen
Fnielsen added a comment.


  @Tarrow No, but I have not checked.
  
  I have tried introducing `LIMIT` and strangely labels appear for `LIMIT 136` 
but not for `LIMIT 137`.
  
  
https://dreams.wikibase.cloud/query/#%23defaultView%3AGraph%0APREFIX%20dreams%3A%20%3Chttps%3A%2F%2Fdreams.wikibase.cloud%2Fentity%2F%3E%0APREFIX%20dreamst%3A%20%3Chttps%3A%2F%2Fdreams.wikibase.cloud%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%0A%20%20%3Fconcept2%20%3Fconcept2Label%20%3Fconcept1%20%3Fconcept1Label%0A%20%20%28%3Frelation%20AS%20%3FedgeLabel%29%0AWHERE%20%7B%0A%20%20%7B%20%0A%20%20%20%20%3Fconcept2%20dreamst%3AP10%20%3Fconcept1%20.%0A%20%20%20%20BIND%28%22bredere%22%20AS%20%3Frelation%29%0A%20%20%7D%0A%20%20UNION%0A%20%20%7B%0A%20%20%20%20%3Fconcept2%20dreamst%3AP9%20%3Fconcept1%20.%20%0A%20%20%20%20BIND%28%22effekt%22%20AS%20%3Frelation%29%0A%20%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22da%2Cen%22.%20%7D%0A%7D%0ALIMIT%20137

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

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

To: Fnielsen
Cc: Tarrow, Addshore, Aklapper, Fnielsen, Danny_Benjafield_WMDE, Astuthiodit_1, 
Dedris, AWesterinen, karapayneWMDE, Invadibot, maantietaja, Zblace, ItamarWMDE, 
Akuckartz, Nandana, Namenlos314, VisbyStar, Moebeus, lucamauri, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Uomovariabile, Mahir256, QZanden, 
EBjune, KimKelting, merbst, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, Proullon, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, 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] T317702: Not all edgeLabels shown on graph in a Wikibase query service

2024-02-23 Thread Tarrow
Tarrow added a comment.


  Have you ever noticed a similar issue on wikidata.org or if this is just on 
wikibase.cloud?

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

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

To: Tarrow
Cc: Tarrow, Addshore, Aklapper, Fnielsen, Danny_Benjafield_WMDE, Astuthiodit_1, 
Dedris, AWesterinen, karapayneWMDE, Invadibot, maantietaja, Zblace, ItamarWMDE, 
Akuckartz, Nandana, Namenlos314, VisbyStar, Moebeus, lucamauri, Lahi, Gq86, 
Lucas_Werkmeister_WMDE, GoranSMilovanovic, Uomovariabile, Mahir256, QZanden, 
EBjune, KimKelting, merbst, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, Proullon, jkroll, Wikidata-bugs, Jdouglas, aude, 
Tobias1984, Manybubbles, 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] T317702: Not all edgeLabels shown on graph in a Wikibase query service

2022-09-22 Thread Fnielsen
Fnielsen added a comment.


  I am not into the code, but the Wikidata Query Service code here seems quite 
innocuous: 
https://github.com/wikimedia/wikidata-query-gui/blob/master/wikibase/queryService/ui/resultBrowser/GraphResultBrowser.js#L218

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

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

To: Fnielsen
Cc: Addshore, Aklapper, Fnielsen, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, VisbyStar, lucamauri, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, 
_jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, 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] T317702: Not all edgeLabels shown on graph in a Wikibase query service

2022-09-21 Thread Fnielsen
Fnielsen added a comment.


  In T317702#8251095 , 
@Addshore wrote:
  
  > `LIMIT 154` doesnt seem to work for me, but `LIMIT 100` does.
  
  Yes. It seems not to be 154/155 necessarily. `LIMIT 130` works for me 
currently.

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

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

To: Fnielsen
Cc: Addshore, Aklapper, Fnielsen, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, VisbyStar, lucamauri, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, 
_jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, 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] T317702: Not all edgeLabels shown on graph in a Wikibase query service

2022-09-21 Thread Addshore
Addshore added a comment.


  `LIMIT 154` doesnt seem to work for me, but `LIMIT 100` does.
  So it seems the behaviour of showing / how showing the labels inconsistent
  
  And to visually aid folks.
  
  Example of labels on edges (connections/arrows) not being shown
  
  F35527369: image.png 
  
  Example of them being shown
  
  F35527371: image.png 

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

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

To: Addshore
Cc: Addshore, Aklapper, Fnielsen, Astuthiodit_1, AWesterinen, karapayneWMDE, 
Invadibot, MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, 
Namenlos314, VisbyStar, lucamauri, Lahi, Gq86, Lucas_Werkmeister_WMDE, 
GoranSMilovanovic, Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, 
_jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, 
Jdouglas, aude, Tobias1984, Manybubbles, 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] T317702: Not all edgeLabels shown on graph in a Wikibase query service

2022-09-13 Thread Fnielsen
Fnielsen added a comment.


  Interestingly, with `LIMIT 154` it works. With `LIMIT 155` it does not work.
  
  See 
https://dreams.wikibase.cloud/query/#%23defaultView%3AGraph%0APREFIX%20dreams%3A%20%3Chttps%3A%2F%2Fdreams.wikibase.cloud%2Fentity%2F%3E%0APREFIX%20dreamst%3A%20%3Chttps%3A%2F%2Fdreams.wikibase.cloud%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%0A%20%20%3Fconcept2%20%3Fconcept2Label%20%3Fconcept1%20%3Fconcept1Label%0A%20%20%28%3Frelation%20AS%20%3FedgeLabel%29%0AWHERE%20%7B%0A%20%20%7B%20%0A%20%20%20%20%3Fconcept2%20dreamst%3AP10%20%3Fconcept1%20.%0A%20%20%20%20BIND%28%22bredere%22%20AS%20%3Frelation%29%0A%20%20%7D%0A%20%20UNION%0A%20%20%7B%0A%20%20%20%20%3Fconcept2%20dreamst%3AP9%20%3Fconcept1%20.%20%0A%20%20%20%20BIND%28%22effekt%22%20AS%20%3Frelation%29%0A%20%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22da%2Cen%22.%20%7D%0A%7D%0ALIMIT%20154

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

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

To: Fnielsen
Cc: Aklapper, Fnielsen, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, 
VisbyStar, lucamauri, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, 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] T317702: Not all edgeLabels shown on graph in a Wikibase query service

2022-09-13 Thread Maintenance_bot
Maintenance_bot added a project: Wikidata.

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

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

To: Maintenance_bot
Cc: Aklapper, Fnielsen, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot, 
MPhamWMF, maantietaja, CBogen, ItamarWMDE, Akuckartz, Nandana, Namenlos314, 
VisbyStar, lucamauri, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, 
Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, rosalieper, 
Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, 
Manybubbles, 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] T317702: Not all edgeLabels shown on graph in a Wikibase query service

2022-09-13 Thread Fnielsen
Fnielsen added a comment.


  As a note: There is a similar task: https://phabricator.wikimedia.org/T261116 
but in my case the order of the nodes and edgelabel is correct, - unless I am 
mistaken.

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

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

To: Fnielsen
Cc: Aklapper, Fnielsen, AWesterinen, MPhamWMF, CBogen, Namenlos314, VisbyStar, 
lucamauri, Gq86, Lucas_Werkmeister_WMDE, Mahir256, EBjune, merbst, Salgo60, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T317702: Not all edgeLabels shown on graph in a Wikibase query service

2022-09-13 Thread Fnielsen
Fnielsen created this task.
Fnielsen added projects: Wikidata Query UI, Wikibase.cloud.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  **Steps to replicate the issue** (include links if applicable):
  
  - Wikibase.cloud instance: https://dreams.wikibase.cloud
  - 
https://dreams.wikibase.cloud/query/#%23defaultView%3AGraph%0APREFIX%20dreams%3A%20%3Chttps%3A%2F%2Fdreams.wikibase.cloud%2Fentity%2F%3E%0APREFIX%20dreamst%3A%20%3Chttps%3A%2F%2Fdreams.wikibase.cloud%2Fprop%2Fdirect%2F%3E%0A%0ASELECT%0A%20%20%3Fconcept2%20%3Fconcept2Label%20%3Fconcept1%20%3Fconcept1Label%0A%20%20%28%3Frelation%20AS%20%3FedgeLabel%29%0AWHERE%20%7B%0A%20%20%7B%20%0A%20%20%20%20%3Fconcept2%20dreamst%3AP10%20%3Fconcept1%20.%0A%20%20%20%20BIND%28%22bredere%22%20AS%20%3Frelation%29%0A%20%20%7D%0A%20%20UNION%0A%20%20%7B%0A%20%20%20%20%3Fconcept2%20dreamst%3AP9%20%3Fconcept1%20.%20%0A%20%20%20%20BIND%28%22effekt%22%20AS%20%3Frelation%29%0A%20%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22da%2Cen%22.%20%7D%0A%7D
  
  **What happens?**:
  
  - Some of the edges do not have an edge label.
  
  **What should have happened instead?**:
  
  - All of the edges should have an edge label. The table view displays the 
result correctly.
  
  **Software version** (skip for WMF-hosted wikis like Wikipedia):
  Not sure how to best see that on Wikibase.cloud.
  
  - vendor.min.c10b79c9f44faaeeed5e.js
  - wdqs.min.a55f48a93072939a8697.js
  - https://dreams.wikibase.cloud/query/js/shim.min.ce7dc42b2f743fc3020c.js
  
  (last-modified Thu, 10 Feb 2022)
  
  **Other information** (browser name/version, screenshots, etc.):
  Both Linux Chromium and Firefox are affected by the bug.

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

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

To: Fnielsen
Cc: Aklapper, Fnielsen, AWesterinen, MPhamWMF, CBogen, Namenlos314, VisbyStar, 
lucamauri, Gq86, Lucas_Werkmeister_WMDE, Mahir256, EBjune, merbst, Salgo60, 
Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, 
Lydia_Pintscher
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org