[JIRA] (JENKINS-38246) Enable viewing current github API rate status in UI

2017-02-08 Thread witokondo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Javier Delgado updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38246  
 
 
  Enable viewing current github API rate status in UI   
 

  
 
 
 
 

 
Change By: 
 Javier Delgado  
 

  
 
 
 
 

 
  We keep hitting the github API rate limit when scanning our organization for changes to be built.It would be very handy to be able to see what our current usage of the api is in the UI, so that we can actually see the speed / rate at which we are using up our api requests.For example, if we scan for  changes  cpipeline credentialshanges  every 15 minutes vs every 20 minutes, what how does our hourly rate usage change?The API to return the current rate is documented here:https://developer.github.com/v3/rate_limit/We keep the creds for github access tightly secured -- so its not really possible for us to do these checks ourselves out of band -- which is why we need it in the Jenkins UI.I could also see this as being valuable for general testing and tuning.This would probably be on one of the Managing Jenkins pages, or ???.  I'm not sure where the best place to put it would be, but as long as it was view-able in the UI with the same creds as configured for github access, it could be very handy.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 
   

[JIRA] (JENKINS-38246) Enable viewing current github API rate status in UI

2016-11-14 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith closed an issue as Done  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38246  
 
 
  Enable viewing current github API rate status in UI   
 

  
 
 
 
 

 
Change By: 
 Greg Smith  
 
 
Status: 
 Resolved Closed  
 

  
 
 
 
 

 
 
 

 
 
 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-38246) Enable viewing current github API rate status in UI

2016-10-12 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith resolved as Done  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 This feature seems to already be available.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-38246  
 
 
  Enable viewing current github API rate status in UI   
 

  
 
 
 
 

 
Change By: 
 Greg Smith  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Done  
 

  
 
 
 
 

 
 
 

 
 
 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-38246) Enable viewing current github API rate status in UI

2016-10-12 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith commented on  JENKINS-38246  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Enable viewing current github API rate status in UI   
 

  
 
 
 
 

 
 It appears that this functionality is already available in System Configuration. When configuring the github plugin, the "Test" button will return the current api rate. This is good enough for me. I will close this bug  
 

  
 
 
 
 

 
 
 

 
 
 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-38246) Enable viewing current github API rate status in UI

2016-09-19 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith commented on  JENKINS-38246  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Enable viewing current github API rate status in UI   
 

  
 
 
 
 

 
 No, we are using an authenticated account for access. But we can not setup github hooks – as our incoming configuration does not allow the use of those. So we are using an org scan every 15 minutes to find changes and build branches and PRs. Our org currently has 396 projects. If I set the regex for the scan to .*, it blows out the API limit right away. To fight this, I set the regex to only include a set of the projects in the scan. Not sure exactly how many the regex includes, but I'd guess probably 1/2 of the total number of projects. I did up the default github cache from the default 20M to 500M, hoping that would help a lot. It definitely seems to help some. But it seems that we have some users who don't like to wait the 15 minutes for the scan – they get impatient, and hit the build button on their builds. This also appears to use up our API rate, as the more often they do that, the more likely that we'll have some builds fail with the API rate limitation That's why I'd like to have some kind of view on what the current "used" rate is. I could get an idea of when things are going to start failing, or if I have room to add some more projects to the regex for scan.  
 

  
 
 
 
 

 
 
 

 
 
 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/optou

[JIRA] (JENKINS-38246) Enable viewing current github API rate status in UI

2016-09-16 Thread engineering-jenkins...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 CloudBees Inc. commented on  JENKINS-38246  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Enable viewing current github API rate status in UI   
 

  
 
 
 
 

 
 Are you using anonymous access for scanning the organization?  
 

  
 
 
 
 

 
 
 

 
 
 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-38246) Enable viewing current github API rate status in UI

2016-09-15 Thread smithgcov...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Greg Smith updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38246  
 
 
  Enable viewing current github API rate status in UI   
 

  
 
 
 
 

 
Change By: 
 Greg Smith  
 
 
Summary: 
 Enable viewing current github API rate  status  in UI  
 

  
 
 
 
 

 
 
 

 
 
 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.