[JIRA] (JENKINS-35951) Performance improvements for loading changes

2016-06-15 Thread denis.stepa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Denis Stepanov commented on  JENKINS-35951  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Performance improvements for loading changes   
 

  
 
 
 
 

 
 PR https://github.com/Diabol/delivery-pipeline-plugin/pull/198  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-35951) Performance improvements for loading changes

2016-06-15 Thread denis.stepa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Denis Stepanov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35951  
 
 
  Performance improvements for loading changes   
 

  
 
 
 
 

 
Change By: 
 Denis Stepanov  
 

  
 
 
 
 

 
 Improvements: -  Getting  Prevent additional access to the change set by extracting  contributors from already  converted  extracted  changes  instead of getting changes again  - Return `null` if `showChanges` is enabled, preventing additional server-side operations   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-35951) Performance improvements for loading changes

2016-06-15 Thread denis.stepa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Denis Stepanov created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35951  
 
 
  Performance improvements for loading changes   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Denis Stepanov  
 
 
Components: 
 delivery-pipeline-plugin  
 
 
Created: 
 2016/Jun/15 2:38 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Denis Stepanov  
 

  
 
 
 
 

 
 Improvements: 
 
Getting contributors from already converted changes instead of getting changes again 
Return `null` if `showChanges` is enabled, preventing additional server-side operations 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

[JIRA] [delivery-pipeline-plugin] (JENKINS-34196) Delivery pipeline API returns all jobs in JSON response makes Jenkins unusable

2016-04-13 Thread denis.stepa...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Denis Stepanov created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34196 
 
 
 
  Delivery pipeline API returns all jobs in JSON response makes Jenkins unusable  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Patrik Boström 
 
 
 

Components:
 

 delivery-pipeline-plugin 
 
 
 

Created:
 

 2016/Apr/13 8:56 AM 
 
 
 

Priority:
 
  Critical 
 
 
 

Reporter:
 
 Denis Stepanov 
 
 
 
 
 
 
 
 
 
 
"jobs" array in "/api/json" response return almost 4000 jobs in our instance and kills Jenkins 
Jobs are generated in DeliveryPipelineView and public Collection getItems() 
I haven't found any usages of "jobs" in delivery plugin, is there is a way to exclude the items for JSON response? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment