[JIRA] (JENKINS-41897) Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more

2017-03-14 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale edited a comment on  JENKINS-41897  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more   
 

  
 
 
 
 

 
 Well as a medium term measure: [https://github.com/jenkinsci/blueocean-plugin/compare/raiseNodeLimitTo1000] I think is ok IMO. People with large numbers of nodes will have a not great time no matter what we do I think, so that is probably the best bet. If you have 1000s of nodes, parallel or otherwise (firstly, parallel?) then a karaoke like visualisation is not appropriate anyway. So we raise the limit (in future we could recalculate things server side to collapse nodes, which makes the visualisation not representable, but manageable).   EDIT: [~tscherler] [~vivek] it would be nice to support a paginated list of steps under a node - but I am not sure if they are included in the total node count/graph?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-41897) Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more

2017-03-14 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-41897  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more   
 

  
 
 
 
 

 
 Well as a medium term measure: https://github.com/jenkinsci/blueocean-plugin/compare/raiseNodeLimitTo1000 I think is ok IMO.  People with large numbers of nodes will have a not great time no matter what we do I think, so that is probably the best bet.  If you have 1000s of nodes, parallel or otherwise (firstly, parallel?) then a karaoke like visualisation is not appropriate anyway. So raise the limit.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-41897) Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more

2017-03-14 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale edited a comment on  JENKINS-41897  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more   
 

  
 
 
 
 

 
 Well as a medium term measure: [https://github.com/jenkinsci/blueocean-plugin/compare/raiseNodeLimitTo1000] I think is ok IMO. People with large numbers of nodes will have a not great time no matter what we do I think, so that is probably the best bet. If you have 1000s of nodes, parallel or otherwise (firstly, parallel?) then a karaoke like visualisation is not appropriate anyway. So  we  raise the limit  (in future we could recalculate things server side to collapse nodes, which makes the visualisation not representable, but manageable) .   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-41897) Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more

2017-03-14 Thread mne...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Neale commented on  JENKINS-41897  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more   
 

  
 
 
 
 

 
 Thorsten Scherler understood. I guess we can bump up the limit, but know there is a limit. A more digorous solution is perhaps to change how data is returned in large cases, as I think it practically makes no sense to show > 100 nodes, probably right?  Ie in large cases, we have to flatten out the steps in the stage similar to how stage view shows it (or else we have UI work to fold some away...)   James Dumay I think we need to think on this some more on the practicalities. There are a few solutions, but just fetching all the data, pagination or not, obviously wont work for all cases.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-41897) Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more

2017-03-14 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler edited a comment on  JENKINS-41897  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more   
 

  
 
 
 
 

 
 [~michaelneale] the problem is lies in the server response, that is limiting to 100  for `nodes` . There is no easy solution for this in rendering the pipelineGraph since that needs ALL data to be returned by the rest backend and not  only a subset. That is due to the fact that the code is using the "edges" to determine the next step and if that is not present it will fail.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-41897) Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more

2017-03-14 Thread tscher...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thorsten Scherler updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41897  
 
 
  Karaoke: Steps and nodes are limited to 100 - need to use pagination to fetch more   
 

  
 
 
 
 

 
Change By: 
 Thorsten Scherler  
 
 
Summary: 
 Karaoke: Steps  and nodes  are limited to 100 - need to use pagination to fetch more  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.