- Jan 09, 2014
-
-
Jesse Glick authored
[JENKINS-18224] Relaxing type parameter restriction on TransientActionFactory since useful mixin interfaces like Item do not extend Actionable.
-
Jesse Glick authored
[JENKINS-18224] TransientActionFactory
-
Stephen Connolly authored
[FIX JENKINS-21303] There is a NPE here that can and does happen for real when an aggresive slave retention strategy interacts with post build triggers that want to do token macro expansion
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
[JENKINS-18224] Introduced Actionable.replaceAction, allowing getActions() to be deprecated except for subclasses.
-
Jesse Glick authored
-
Jesse Glick authored
Better for SecurityListener.authenticated to take a UserDetails, since some implementations (as for AD) may have additional information.
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-20008] [FIXED JENKINS-18028] [FIXED JENKINS-18680] #1069: support for moving jobs into or out of folders.
-
Jesse Glick authored
[JENKINS-18678] [JENKINS-18028] Confirming (as suggested in #1069 by @oleg-nenashev) that build history is retained after a move into a folder.
-
Jesse Glick authored
-
Jesse Glick authored
-
- Jan 07, 2014
-
-
Jesse Glick authored
[FIXED JENKINS-19826] element.setAttribute('name', …) does not work in IE in compatibility mode, so use prototype’s Element(…) which does.
-
Jesse Glick authored
[FIXED JENKINS-21254] Ensuring that all <link>s offered on the /login page can be read even by anonymous users without Jenkins.READ.
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Vojtech Juranek authored
-
Bruno Kühnen Meneguello authored
-
- Jan 06, 2014
-
-
Jesse Glick authored
Various translation fixes
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Bruno Kühnen Meneguello authored
-
- Jan 05, 2014
-
-
Harald Albers authored
Added some french translations
-
Harald Albers authored
Added some french translations
-
Fernando Boaglio authored
-
Fernando Boaglio authored
-
- Jan 04, 2014
- Jan 03, 2014
-
-
Jesse Glick authored
First tried using excludedGroups and trying to work around SUREFIRE-984. Made some progress, but not ideal since marked tests are omitted from output, rather than being listed as ignored. Throwing AssumptionViolatedException from JenkinsRule is much simpler and seems to work better. https://github.com/junit-team/junit/issues/116 notes its limitations.
-