Re: [Jenkins-infra] ircbot repository hooks

2018-10-18 Thread Jesse Glick
On Thu, Oct 11, 2018 at 8:51 AM Jesse Glick wrote: > that means finding, or writing, an app https://developer.github.com/actions/ now looks like the easier way to do this. You would just need access to some logging system you could send brief events to. -- You received this message because

Re: [Jenkins-infra] ircbot repository hooks

2018-10-11 Thread Jesse Glick
On Wed, Oct 10, 2018 at 5:42 PM Daniel Beck wrote: > Why Git data alone, as proposed by Olivier, doesn't help: Right, you want something more like the reflog. You can access this (along with gobs of other stuff) via _pull_: https://developer.github.com/v3/activity/events/#list-repository-events

Re: [Jenkins-infra] ircbot repository hooks

2018-10-10 Thread Daniel Beck
> On 8. Oct 2018, at 21:51, Jesse Glick wrote: > > For disaster recovery purposes I suppose. Not really, more for auditing. An example: Today I get notifications like this one: > [2018-10-10 16:45:26] [jenkins] kohsuke pushed 24 new > commits to stable-2.138: >

Re: [Jenkins-infra] ircbot repository hooks

2018-10-08 Thread Jesse Glick
On Mon, Oct 8, 2018 at 3:33 PM Daniel Beck wrote: > I don't want git information, I want GitHub information. For disaster recovery purposes I suppose. Have you contacted GitHub support yet and asked them to make the equivalent of {{git reflog}} available via the API? In my experience they have

Re: [Jenkins-infra] ircbot repository hooks

2018-10-08 Thread Daniel Beck
> On 8. Oct 2018, at 10:54, Olblak wrote: > > If you want to create dashboard to visualize commits informattion, you can do > that with datadog > -> https://docs.datadoghq.com/integrations/git/ I don't want git information, I want GitHub information. For example, what GitHub user pushed

Re: [Jenkins-infra] ircbot repository hooks

2018-10-08 Thread Olblak
> I used the existing services for this, because they existed. Not opposed > to just dumping events corresponding to emails/IRC messages somewhere, > but that doesn't exist today. If you want to create dashboard to visualize commits informattion, you can do that with datadog ->

Re: [Jenkins-infra] ircbot repository hooks

2018-10-05 Thread Daniel Beck
> On 5. Oct 2018, at 16:34, Jesse Glick wrote: > > If you are collecting event logs from @jenkinsci for forensic purposes or > whatever Basically this. I used the existing services for this, because they existed. Not opposed to just dumping events corresponding to emails/IRC messages

Re: [Jenkins-infra] ircbot repository hooks

2018-10-05 Thread Jesse Glick
On Fri, Oct 5, 2018 at 5:32 AM Daniel Beck wrote: > one service we can use to understand what happened to Git repos octobox.io? Or what are you using this for? If you are collecting event logs from @jenkinsci for forensic purposes or whatever, maybe it would be better to write a dedicated

Re: [Jenkins-infra] ircbot repository hooks

2018-10-05 Thread Slide
Ok, I opened https://github.com/jenkins-infra/ircbot/pull/62 to disable service creation for new repos for now. On Fri, Oct 5, 2018 at 2:32 AM Daniel Beck wrote: > > > On 5. Oct 2018, at 10:46, Olblak wrote: > > > > Only four people are in that channel so I really wonder if there is a > need

Re: [Jenkins-infra] ircbot repository hooks

2018-10-05 Thread Daniel Beck
> On 5. Oct 2018, at 10:46, Olblak wrote: > > Only four people are in that channel so I really wonder if there is a need > for it > Ideally we will have at least one service we can use to understand what happened to Git repos, when. I don't need it often, but when I do, there are no

Re: [Jenkins-infra] ircbot repository hooks

2018-10-05 Thread Olblak
Hello, > These hooks are used to send emails to IRC on #jenkins-commits Only four people are in that channel so I really wonder if there is a need for it > These hooks are used to send emails to jenkins-commits mailing list I don't use it and I wonder the added value over the github