Re: Layout without prototype.js

2019-05-26 Thread 'Gavin Mogan' via Jenkins Developers
Okay, if I continue to move forward with this plugin, maybe i'll make a PR that allows you to skip loading the libraries (an attribute for the layout tag). For now, for the POC, skipping layout is fine. On Sun, May 26, 2019 at 1:33 PM Ullrich Hafner wrote: > I don’t think that this is feasible.

Re: Layout without prototype.js

2019-05-26 Thread Ullrich Hafner
I don’t think that this is feasible. While prototype (especially the totally ancient version we are using) is breaking a lot of modern JS libs (chartJS, jQuery, BS, etc.) it is somewhat coupled with almost every UI thing in Jenkins. I tried to update it to the latest version, but needed to

Layout without prototype.js

2019-05-26 Thread 'Gavin Mogan' via Jenkins Developers
I'm slowly working on my proof of concept graphql server for jenkins but ran into trouble including the development console. As per https://github.com/prisma/graphql-playground/issues/1008 it looks like prototype and graphql are not playing nice. Is there a way to get the full layout

Re: Why don't disable DNS Multicast by default?

2019-05-26 Thread R. Tyler Croy
(replies inline) On Sun, 26 May 2019, Daniel Beck wrote: > > > > On 17. May 2019, at 12:08, Francisco Javier Fernandez > > wrote: > > > > I'm wondering if it's worth to change the default behaviour and disable it, > > so anyone who wants this feature enabled should use the > >

Re: Why don't disable DNS Multicast by default?

2019-05-26 Thread Daniel Beck
> On 17. May 2019, at 12:08, Francisco Javier Fernandez > wrote: > > I'm wondering if it's worth to change the default behaviour and disable it, > so anyone who wants this feature enabled should use the > hudson.DNSMultiCast.disabled system property. It does not seem to be a widely > used

Re: Why don't disable DNS Multicast by default?

2019-05-26 Thread Daniel Beck
> On 25. May 2019, at 20:35, Arnaud Héritier wrote: > > I don’t even remember why it was useful  https://wiki.jenkins.io/display/JENKINS/Auto-discovering+Jenkins+on+the+network -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To

Re: Seeking information about create API for Action

2019-05-26 Thread Oleg Nenashev
See the following links: https://wiki.jenkins.io/plugins/servlet/mobile?contentId=36602857#content/view/36602857 https://jenkins.io/doc/developer/handling-requests/routing/ There are also many examples in the code On Sun, May 26, 2019, 09:39 selva vignesh wrote: > Hi Oleg, > In Jenkins we

Re: Seeking information about create API for Action

2019-05-26 Thread selva vignesh
Hi Oleg, In Jenkins we have an API to call the build, job details as Json response. The same i want to create API for my plugin. How can I achieve this. Can you please share the details On Fri, 24 May 2019 at 11:50 AM, Oleg Nenashev wrote: > Hi, > > It is not clear what is the request here. Do