Form validation in Ruby

2012-02-23 Thread jonjendev
Does anybody know if it is possible to validate the forms in Ruby? According to the Jenkins wiki, this is what's supposed to be implemented (FIELD is supposed to be exchanged for the field name): public FormValidation doCheckFIELD(@QueryParameter String value) { if(looksOk(value))

Re: Pending git-plugin pull requests

2012-02-23 Thread nicolas de loof
Thanks for kicking my ass on this, I should have reviewed those pull request long time ago... Taking some time this morning to review pending pull requests Nicolas 2012/2/23 Haefliger, Juerg juerg.haefli...@hp.com Oldest pull request is now 4 months old. Is this plugin not being maintained

Re: Form validation in Ruby

2012-02-23 Thread jonjendev
I'm gonna add some information! I'm developing a Jenkins plugin in Ruby. You're supposed to be able to configure every node that connects to the server so that an email is sent to a specified address when the node loses its connection to the master. 'EmailNodeProperty' adds a field to enter an

Re: Jobs naming convention enforcer

2012-02-23 Thread Jacob Robertson
I know this isn't really what you're asking for, but in my organization we don't enforce any naming conventions, but the Jenkins admin creates views for different offices and purposes, and uses either the simple regex to include jobs, or the view-jobs-filter plugin, and then if a job creator wants

Re: Jobs naming convention enforcer

2012-02-23 Thread domi
I do have the same requirement too, just did not take time to take a closer look at it yet… imod On 23.02.2012, at 14:16, Daniel PETISME wrote: Hi guys, I want to know you have rules concerning the job's names? I do and currently I don't have any tool to force the users to follow the

Re: RFC: Breadcrumb on steroid

2012-02-23 Thread Dean Yu
It would be great if the menu could be activated from any link to a model object, not just from the breadcrumb bar. For example, there have been many times I wished I could quickly jump to the configuration or console of a job from the upstream/downstream jobs section of a page. We could get rid

Re: RFC: Breadcrumb on steroid

2012-02-23 Thread Kohsuke Kawaguchi
Yes, this seems like something better left in a plugin, and as Jesse says, it already exists. 2012/2/22 Jesse Farinacci jie...@gmail.com: Greetings, On Mon, Feb 20, 2012 at 11:43 PM, Andrew Gray andrew.paul.g...@gmail.com wrote: Say I wanted to queue a build for all jobs in a view at once.

Re: RFC: Breadcrumb on steroid

2012-02-23 Thread Kohsuke Kawaguchi
Hmm, that's interesting. It is relatively easy to build this on top of what we have. Definitely worth experimenting. Any thoughts on this from others? 2012/2/24 Dean Yu d...@yahoo-inc.com: It would be great if the menu could be activated from any link to a model object, not just from the

Re: RFC: Improve navigation on the Available Plugins page of the update center

2012-02-23 Thread Kohsuke Kawaguchi
Yes, but this week I'm travelling and the logistics made it difficult for me to run a release, so I'm skipping one. 2012/2/24 Andrew Gray andrew.paul.g...@gmail.com Hi Kohsuke, Are we still releasing weekly? :) Regards, Andrew On 24 February 2012 11:05, Kohsuke Kawaguchi

Form validation in Ruby

2012-02-23 Thread jonjendev
I'm gonna add some information! I'm developing a Jenkins plugin in Ruby. You're supposed to be able to configure every node that connects to the server so that an email is sent to a specified address when the node loses its connection to the master. 'EmailNodeProperty' adds a field to enter an