- Nov 28, 2012
-
-
Kohsuke Kawaguchi authored
-
- Nov 27, 2012
-
-
vjuranek authored
[FIXED JENKINS-15839] wrong unicode characters on german Manage Jenkins page
-
Harald Albers authored
page the german translations used the character codes CEDILLA (00B8) and PER MILLE SIGN (2030) instead of LATIN SMALL LETTER U WITH DIAERESIS (00FC) and LATIN SMALL LETTER A WITH DIAERESIS (00E4)
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
These versions have a better API that supports Channels in general, not just SlaveComputer.
-
- Nov 26, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Christoph Kutzinski authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Nov 24, 2012
-
-
Christoph Kutzinski authored
-
Seiji Sogabe authored
[FIXED JENKINS-15836] Slave's Name should be trimmed of spaces at the beginning and end of the Name on Save
-
- Nov 22, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Fix X-Text-Size header description
-
- Nov 21, 2012
-
-
Jesse Glick authored
Otherwise get a useless “null is missing its descriptor” from Jenkins.getDescriptorOrDie.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Ulli Hafner authored
-
Cliffano Subagio authored
X-Text-Size actually contains the offset to be used for the next start parameter, this header does contain the chunk size itself, and hence the client only needs to pass X-Text-Size header value as the next start. The value of X-Text-Size header is the return value of writeLogTo method, which is the chunk size + the previous start. https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/LargeText.java#L171
-
Seiji Sogabe authored
pages.
-
- Nov 20, 2012
-
-
Olivier Lamy authored
[JENKINS-15865] Jenkins build fails with fatal error for Maven 2 build Thanks
-
Vincent Latombe authored
of project with maven-failsafe-plugin Do not inject testFailureIgnore to maven-failsafe-plugin:integration-test because it doesn't exist and causes an NPE with Maven2. Only insert it for maven-failsafe-plugin:verify.
-
olivier lamy authored
-
Kohsuke Kawaguchi authored
revisiting the fix by vetting the deserialized NodeMonitors to make sure they are valid.
-
Kohsuke Kawaguchi authored
"When running on Java 5, must still load DiskSpaceMonitor/TemporarySpaceMonitor, even though they will show N/A." This reverts commit 8ad62f77.
-
- Nov 19, 2012
-
-
Jesse Glick authored
[FIXED JENKINS-15869] When running on Java 5, must still load DiskSpaceMonitor/TemporarySpaceMonitor, even though they will show N/A. Returning null from an @Extension method does not seem to work reliably, and is not supported by SezPoz. If desirable to hide a monitor column in $server/computer/, add a boolean isEnabled() method interpretable in Jelly.
-
Seiji Sogabe authored
-
Seiji Sogabe authored
[Bug fix for JENKINS-15732] - updated correct displayname and descriptio...
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Nov 18, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Full clean Maven build has been failing with PermGen out of space on my system for a while. Memory analysis indicates that there are excessive javac instances lying around, so create fresh ones each time to avoid this. With this change, I no longer need bigger heap size.
-