Experimenting with building an alternative Jenkins UI

2013-02-23 Thread R. Tyler Croy
At the FOSDEM Developer Meetup, I suggested that building a better UI on top of Jenkins would likely be easiest by ripping the UI out of the Java layer and going the more common API + JavaScript application approach which is commonly used for web applications today. I spent some time

Re: Experimenting with building an alternative Jenkins UI

2013-02-23 Thread Kohsuke Kawaguchi
Thanks for your thoughts. I actually think the abstraction behind how we expose data via JSON is fundamentally sane --- it's basically the same object graph that the server has, I think the problem you are seeing is that the default behavior of traverse this graph depth-first to the depth 1

Proper way to do permission checks

2013-02-23 Thread JoelJ
After searching around on Google and asking in IRC (it's saturday, I wasn't really expecting much activity ;) ), I've decided I should ask here. What's the proper way to check if a user has permissions to do something? Here's what I have: if(currentUser.hasPermission(Permission.DELETE)) {

Re: Proper way to do permission checks

2013-02-23 Thread JoelJ
Ok, I found this (https://wiki.jenkins-ci.org/display/JENKINS/Making+your+plugin+behave+in+secured+Jenkins) right after I posted here (naturally). So I changed my check to look like this: private boolean userHasPermission(Permission permission) { ACL acl = Jenkins.getInstance().getACL();

Re: Commit Access for plugin

2013-02-23 Thread Brian
https://github.com/btelintelo/joeyvotto-plugin On Saturday, February 23, 2013 11:22:23 AM UTC-5, R Tyler Croy wrote: On Sat, 23 Feb 2013, Brian wrote: I would like commit access for my plugin. Without knowing what plugin is my plugin, I'm not sure we can do anything. What plugin

Hosting request: visualworks-store-plugin

2013-02-23 Thread Randy Coulman
I'd like to request hosting for a new plugin for Cincom Visualworks Smalltalk Store. The plugin is currently hosted on GitHub at: https://github.com/randycoulman/visualworks-store-plugin.git My GitHub and jenkins-ci.org id's are both randycoulman. Thanks! Randy -- Randy Coulman Email:

Hosting Request for Selenium Builder plugin

2013-02-23 Thread Ross Rowe
Hi, can I please request the following plugin be hosted within the Jenkins github: https://github.com/rossrowe/selenium-builder-plugin - Allows invocation of Selenium Builder JSON scripts Both my github and Jenkins Jira user id is rossrowe. Cheers, Ross -- You received this message because