- Oct 17, 2015
-
-
Oleg Nenashev authored
-
Oleg Nenashev authored
[FIXED JENKINS-30502] trim job name upon rename
-
Daniel Beck authored
-
Oleg Nenashev authored
-
Oleg Nenashev authored
[FIXED JENKINS-30730] Prevent ClassCastException in Abstractbuild::reportError() if the build step is not Publisher. This pull request integrates https://github.com/jenkinsci/jenkins/pulls/1851, which is a reworked version of https://github.com/jenkinsci/jenkins/pull/1846 from @fbelzunc (no original codelines left)
-
- Oct 16, 2015
-
-
James Nord authored
-
James Nord authored
[JENKINS-30820] pick up the new bytecode-compatability-transformer
-
James Nord authored
The new version of the BCT does not generate stackMap if the original code did not contain stack maps. Further more the new version takes a classloader to use so that it can load classes when searching for the common parent class.
-
Daniel Beck authored
-
Daniel Beck authored
[FIX JENKINS-30899] Build History Pagination/Search fixes
-
- Oct 15, 2015
-
-
tfennelly authored
-
tfennelly authored
Fix HistoryPageFileTest tests Fix int parsing in JavaScript Fix some JS glitches
-
Daniel Beck authored
-
- Oct 14, 2015
-
-
Daniel Beck authored
Update JUnit, PowerMock, Mockito libraries
-
Daniel Beck authored
[FIXED JENKINS-30605] Improve de translation of config-publishers2
-
Carbenium authored
-
- Oct 12, 2015
-
-
Stephen Connolly authored
Implement Jenkins#updateNode()
-
Fritz Elfert authored
-
Fritz Elfert authored
-
Fritz Elfert authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Oct 11, 2015
-
-
Daniel Beck authored
-
Daniel Beck authored
[FIX JENKINS-26445] Build history pagination and search
-
tfennelly authored
See JENKINS-30569 and https://github.com/jenkinsci/jenkins/commit/6cadf70d3afb1d1786bf02e549baea99d3ab308a
-
- Oct 09, 2015
-
-
tfennelly authored
-
tfennelly authored
-
Fritz Elfert authored
-
Daniel Beck authored
-
Fritz Elfert authored
-
Kohsuke Kawaguchi authored
Originally done by Sunil Patel at https://github.com/srpatel/jenkins-pinned-tab
-
Fritz Elfert authored
-
- Oct 08, 2015
-
-
Christopher Simons authored
If a job is renamed to a string with trailing whitespace, exceptions are thrown as the application attempts to rename the job directory in the file system, and the job can be neither deleted nor renamed again through the UI. This problem occurs only when renaming a job, and not when initially creating a job, because job names are trimmed when first created. This change trims the job name for rename operations as well, so that the name-setting behavior is consistent across create/update operations and inadvertent leading/trailing whitespace is removed before it can cause problems.
-
- Oct 07, 2015
-
-
Jesse Glick authored
Javadoc correction w.r.t. newInstanceDetail
-
Jesse Glick authored
TopLevelItemDescriptor mistakenly suggested a newJobDetail, which is deprecated. In general it should now be newInstanceDetail.
-
Oleg Nenashev authored
[JENKINS-30521] reload-job CLI command moved from Core to CLI
-
- Oct 06, 2015
-
-
Kohsuke Kawaguchi authored
Conflicts: changelog.html
-
Jesse Glick authored
CommandLauncherTest is flaky
-
James Nord authored
-