doony icon indicating copy to clipboard operation
doony copied to clipboard

UI Improvements for Jenkins

Results 29 doony issues
Sort by recently updated
recently updated
newest added

Hello, The demo site http://doony.org give a malicious link on https://jenkins.doony.org/ this link redirect to another ramdom domain `XXX.athenian.me` which pop a fullscreen webpage prompting me about a fake virus...

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

Hello, we are using version 2.1 I would like to know how the "Custom color" is generated. I've recently moved from a `localhost` install to a proper installation. We went...

As seen here: https://www.dropbox.com/s/wdo1b8zb6n2y02r/jenkins-doony-no_build_permission.PNG This occurs while using the Role-based Strategy Plugin (I use this to manage permissions on my Jenkins instance.) It suggests that I might need the build...

Attaching screenshots of some of the UI that looks a little off. Issues: * orbs are too small * stray lines in build list ![doony-list](https://user-images.githubusercontent.com/1182093/33229659-87d47076-d198-11e7-8461-b25211f711c1.png) ![doony-orbs](https://user-images.githubusercontent.com/1182093/33229656-83189058-d198-11e7-89f9-ea5e14c30f6d.png)

When there are more jobs (150+) and mode executors, the current space and other CSS configuration makes the page cluttered. (So spacious!). This current fixes will provide proper spaces and...

Any chance to get some responsiveness?

Hi, I'm not sure I'm going to be able to host the Doony example site at jenkins.doony.org. If you would like to host a simple Jenkins app that runs this...

NOTE: this is 1 of 2 issues causing these bugs #86 and #73 A regex used in several `isJob*()` methods does: `return path.match(/^\/job\/.*?\//) !== null;`, or similar. This regex assumes...