- Oct 30, 2016
-
-
Oleg Nenashev authored
-
vivek authored
-
- Oct 29, 2016
-
-
Oleg Nenashev authored
[JENKINS-39363,CID-1205051] - Prevent resource leak in hudson.XmlFile#readRaw() in the case of encoding issues. (#2518) [JENKINS-39363,CID-1205051] - Prevent resource leak in hudson.XmlFile#readRaw() in the case of encoding issues.
-
Stephen Connolly authored
[JENKINS-39232] Walk the DelegatingComputerLauncher instances when checking if JNLPComputerLauncher (#2602) * [JENKINS-39232] Walk the DelegatingComputerLauncher instances when checking if JNLPComputerLauncher * [JENKINS-39232] Add a system property to enable legacy plugins to continue to work until they get fixed * [JENKINS-39232] Be more forgiving of plugins * [JENKINS-39232] Yet more forgiveness of plugins but define the forward contract * [JENKINS-39232] Provide diagnostics when this issue is encountered - Since the failure of strict verification is an issue, we should log it as a warning always
-
- Oct 28, 2016
-
-
Kanstantsin Shautsou authored
-
- Oct 26, 2016
-
-
Lee Lavery authored
* Add viewport meta tag Enables better responsiveness on mobile devices * fix: Use self-closing tag * Remove minimum-scale for best accessibility
-
- Oct 25, 2016
-
-
Daniel Beck authored
* [JENKINS-26940] Print message when installer isn't applicable * [JENKINS-26940] Only print when none found, add test
-
- Oct 24, 2016
-
-
Stephen Connolly authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Oct 23, 2016
-
-
Oleg Nenashev authored
-
Oleg Nenashev authored
-
- Oct 22, 2016
-
-
Thorsten Scherler authored
* Load i18n resource bundles from plugins if not found in jenkins core Signed-off-by: Thorsten Scherler <scherler@gmail.com> * Issue 404 response for missing i18n resource bundles Currently issues a 200 with an "error" response payload. This change still issues the error response payload, but also sets the HTTP response. Signed-off-by: Thorsten Scherler <scherler@gmail.com> * [JENKINS-35845] Fix test since we return now a 404 * [JENKINS-35845] add test for getting locale from plugin. fix comments from oleg. * [JENKINS-35845] Fix description * [JENKINS-35845] Update PR with comments from Oleg * [JENKINS-35845] Add feedback from tom * eslint - formating changes and fix offences * eslint - formating changes and fix offences * [JENKINS-35845] remove code concerning 404 response. Fix resourceBundle test by prevent NPE to happen * [JENKINS-35845] Link to issue on which we introduced the test
-
- Oct 20, 2016
-
-
Stephen Connolly authored
[FIXED JENKINS-38960] Deprecate getIconFilePathPattern and switch to IconSpec
-
Stephen Connolly authored
* [JENKINS-36871] Switch to the new JnlpProtocolHandler based implementation Todo - [ ] Restore the cookie behaviour (but done right this time) - [ ] Perhaps investigate issuing clients with TLS certificates (but would require a UI for managing them) * [JENKINS-36871] License headers and javadocs * [JENKINS-36871] Restore cookie handling * [JENKINS-36871] Integrating Agent discovery components * [JENKINS-36871] Pick up remoting 3.0-SNAPSHOT * [JENKINS-36871] Pick up newer snapshot * [JENKINS-36871] Oleg wants to log an exception that cannot happen
-
- Oct 19, 2016
-
-
Daniel Beck authored
Placate the JDK 9 compiler
-
- Oct 17, 2016
-
-
Jesse Glick authored
-
Oleg Nenashev authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Stephen Connolly authored
[FIXED JENKINS-31768] - Remove monitor lock from setNumberExecutors to avoid deadlock
-
Stephen Connolly authored
-
- Oct 16, 2016
-
-
Daniel Beck authored
Cleaning up @since TODO / @since XXX
-
Felix Belzunce Arcos authored
-
Oleg Nenashev authored
[FIXED JENKINS-35967] - Make User#isIdOrFullnameAllowed() more robust against restricted usernames (#2413) This change hardens username verification in user creation commands. See the issue to get rexamples. https://issues.jenkins-ci.org/browse/JENKINS-35967
-
Oleg Nenashev authored
-
Daniel Beck authored
-
- Oct 15, 2016
-
-
Daniel Beck authored
-
Oliver Gondža authored
* Avoid deprecated findbugs annotations * One more forgotten annotation
-
Oleg Nenashev authored
-
Akbashev Alexander authored
[FIX JENKINS-23244] Slave build history page has no data and spawns a ton of very long-lived blocking threads on the master (#2584) Mainly commit are doing two things: 1) Show only selected (visible) builds 2) Query build one-by-one - not it parallel
-
Oleg Nenashev authored
* [FIXED JENKINS-38650] - Cleanup spelling in CLi commands. Also adds some javadoc and since definitions. * [JENKINS-38650] - Move common warning message to the constant * [JENKINS-38650] - DeleteViewCommand should also use the constant string * [JENKINS-38650] - Rename the constant in order to make the name more explicit
-
- Oct 13, 2016
-
-
Stephen Connolly authored
- Such a pity that we don't auto-populate the CSS with the image sources for all the icons
-
Stephen Connolly authored
-
Stephen Connolly authored
-
- Oct 12, 2016
-
-
Andres Rodriguez authored
-
- Oct 11, 2016
-
-
Oleg Nenashev authored
2.61 does not exist, there was an issue during the release Changes in 2.62: https://github.com/jenkinsci/remoting/blob/stable-2.x/CHANGELOG.md#2622 * [JENKINS-38539](https://issues.jenkins-ci.org/browse/JENKINS-38539) - Stability: Turn on SO_KEEPALIVE and provide CLI option to turn it off again. (https://github.com/jenkinsci/remoting/pull/110) * [JENKINS-37539](https://issues.jenkins-ci.org/browse/JENKINS-37539) - Prevent <code>NullPointerException</code> in <code>Engine#connect()</code> when host or port parameters are <code>null</code> or empty. (https://github.com/jenkinsci/remoting/pull/101) * [CID-152201] - Fix resource leak in <code>remoting.jnlp.Main</code>. (https://github.com/jenkinsci/remoting/pull/102) * [CID-152200,CID-152202] - Resource leak in Encryption Cipher I/O streams on exceptional paths. (https://github.com/jenkinsci/remoting/pull/104)
-