- Aug 28, 2016
-
-
Oleg Nenashev authored
-
- Aug 27, 2016
-
-
csiden authored
-
Joseph authored
Hard to see anything with Gray background and White Text. Style is in line with Selects and other form inputs.
-
Oliver Gondža authored
-
- Aug 25, 2016
-
-
Felix Belzunce Arcos authored
* [JENKINS-36748] Add a test case and not process null specs * [JENKINS-36748] Correct license and add a minor comment * [JENKINS-36748] Add a Waning logger when spec is null
-
- Aug 24, 2016
-
-
Daniel Beck authored
-
- Aug 23, 2016
-
-
valentina authored
[FIXED JENKINS-36537] Allow the use of custom json signature validator for metadata signature check (#2442)
-
Keith Zantow authored
* JENKINS-33374 - correct restart behavior during setup wizard * Add tests * One more test
-
- Aug 22, 2016
-
-
dbroady1 authored
* Test Windows junctions before Java 7 symlink Apparently Java 7 (and later) do not count Windows junctions as symlinks. When you drill down into the BasicFileAttributes structure, reparse points are only counted under isOther. So, since we already have code that properly detects Windows Junctions, let's use that first and then fallback to the Java 7 code. * Add comment for change & link bug. * Add test case * Switch to Functions.isWindows(). * Use non-deprecated APIs for tmp file/dir mgmt * Add better debugging. * Allow spaces in junction name & dir name. To do that, it was easier to use ProcessBuilder vs building up the correct string in code to send to cmd.exe. Also, I'll note that according to http://ss64.com/nt/syntax-internal.html, mklink is in internal cmd.exe command. So, it must be invoked through "cmd.exe /c" for it to work. * Remove comment mentioning bug number. * Remove debugging output, per Baptiste's request * Add newline at end of file. * Make sure that the junction was removed. * Use assertEquals to show retcode of Process.waitFor. * Fix compilation errors by importing functions
-
- Aug 21, 2016
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Oleg Nenashev authored
-
Daniel Beck authored
[FIXED JENKINS-33549] Specify on the logger the job which cannot create a new build
-
Keith Zantow authored
-
Oleg Nenashev authored
[FIXED JENKINS-37561, CID-1205051] - Prevent resource leak in AntClassLoader#findClassInComponents() (#2517) It has been originally reported by Coverity in https://scan5.coverity.com/reports.htm#v36021/p10292/fileInstanceId=97573616&defectInstanceId=28155759&mergedDefectId=1205051. It happens on Exceptional paths only, but actually I see 31 runaway handlers on my jenkins-2.18 instance (maybe happens due to plugin dynamic load failure) The issue happens, because finally block is misplaced. It handles only the last stream in this cycle
-
Oleg Nenashev authored
* [JENKINS-37332] - Improve diagnostics of non-closed streams during reading of the manifests in PluginManager * [JENKINS-37332] - Leakless processing of JarUrlConnection during Manifest parsing * [JENKINS-37332] - Also implement leak-safe method for retrieving file modification date * [JENKINS-37332] - Add spotcheck methods for manifest file access + Javadoc * [JENKINS-37332] - Also test multi-line and empty attributes in the test
-
Keith Zantow authored
-
Keith Zantow authored
-
Jesse Glick authored
Provide a sensible default implementation of configure.
-
- Aug 20, 2016
-
-
Jesse Glick authored
-
- Aug 19, 2016
-
-
Oleg Nenashev authored
-
- Aug 15, 2016
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Harald Albers authored
Change to new spelling rules in german
-
Kohsuke Kawaguchi authored
Determined by visitin http://jcip.net/ and accessing the source code. The license is in the header.
-
Kohsuke Kawaguchi authored
Update remoting to 2.62.
-
Robin Naundorf authored
Changed every occurence of 'muß' to 'muss' and 'daß' to 'dass' because it's no longer correct.
-
- Aug 14, 2016
-
-
Oleg Nenashev authored
Changes are listed below: Fixed issues: * [JENKINS-22853](https://issues.jenkins-ci.org/browse/JENKINS-22853) - Be robust against the delayed EOF command when unexporting input and output streams. (https://github.com/jenkinsci/remoting/pull/97) * Fixed ~20 minor issues reported by FindBugs. More fixes to be delivered in future versions. (https://github.com/jenkinsci/remoting/pull/96) Enhancements: * [JENKINS-37218](https://issues.jenkins-ci.org/browse/JENKINS-37218) - Performance: <code>ClassFilter</code> does not use Regular Expressions anymore to match <code>String.startsWith</code> patterns. (https://github.com/jenkinsci/remoting/pull/92) * [JENKINS-37031](https://issues.jenkins-ci.org/browse/JENKINS-37031) <code>TcpSlaveAgentListener</code> now publishes a list of supported agent protocols to speed up connection setup. (https://github.com/jenkinsci/remoting/pull/93)
-
Oleg Nenashev authored
-
Oleg Nenashev authored
-
Alexander Shopov authored
Many more *.properties files Started HTML files Signed-off-by: Alexander Shopov <ash@kambanaria.org>
-
- Aug 13, 2016
-
-
ge-vi authored
-
- Aug 12, 2016
-
-
Nicolas De loof authored
typo
-
- Aug 11, 2016
-
-
Stephen Connolly authored
[JENKINS-37315] Stop A/B testing JNLP3
-
- Aug 10, 2016
-
-
Stephen Connolly authored
-
- Aug 09, 2016
-
-
Stephen Connolly authored
[FIXED JENKINS-37189] Only append `?uctest` to http/https update center URLs
-
Stephen Connolly authored
- A pure unit tests will suffice
-