- Nov 30, 2015
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Nov 29, 2015
-
-
Kohsuke Kawaguchi authored
The failure was in ClassLoader.checkCerts that throws the following exception: if (pcerts != null && !compareCerts(pcerts, certs)) { throw new SecurityException("class \""+ name + "\"'s signer information does not match signer information of other classes in the same package"); }
-
- Nov 27, 2015
-
-
Tom Fennelly authored
[FIXED JENKINS-31747] Add node/npm profiles to plugin parent pom
-
- Nov 26, 2015
-
-
Oliver Gondža authored
Improve readability with a space in JDK downloading message
-
Mark Waite authored
-
Stephen Connolly authored
[JENKINS-31596] The kill switch is never relevant if you do not have RUN_SCRIPTS
-
Kohsuke Kawaguchi authored
This is the logical consequence of what we agreed in the CERT meeting today, given that the 2.53.2 is public.
-
Stephen Connolly authored
-
Stephen Connolly authored
This reverts commit d00dc71b, reversing changes made to 7ffefe19.
-
Stephen Connolly authored
This reverts commit c55d5629.
-
Stephen Connolly authored
-
- Nov 25, 2015
-
-
Jesse Glick authored
-
tfennelly authored
-
Jesse Glick authored
[FIXED JENKINS-31718] Integrated a new version of Remoting with a fix for a regression in concurrent socket connections. (cherry picked from commit e6d8500d) In the project meeting today we decided to pull this in.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
[JENKINS-31718] Integrated a new version of Remoting
-
Stephen Connolly authored
- The previous check was to narrow. - We now check on AccessControlled (which is implemented by Item) - We now also check on Permission.READ (which is the generic read permission) This should allow subtasks who's task may not be an Item to at least implement AccessControlled to alow visibility. There remains an open question as to whether tasks that are not AccessControlled should ever be visible in the UI (cherry picked from commit cf1fdf98)
-
Jesse Glick authored
[FIXED JENKINS-31718] Integrated a new version of Remoting with a fix for a regression in concurrent socket connections.
-
Stephen Connolly authored
-
- Nov 24, 2015
-
-
Jesse Glick authored
-
Ing. Pavel Janousek authored
(cherry picked from commit 04a874ac)
-
- Nov 23, 2015
-
-
Jesse Glick authored
-
- Nov 21, 2015
-
-
Oliver Gondža authored
Remove relative resource declarations in the changelog
-
R. Tyler Croy authored
When porting the changelog into the new site, these relative references are causing a little trouble so I'm just moving them to absolute.
-
- Nov 20, 2015
-
-
Stephen Connolly authored
[FIXED JENKINS-31649] Check should be against AccessControlled not Item
-
- Nov 19, 2015
-
-
Stephen Connolly authored
- The previous check was to narrow. - We now check on AccessControlled (which is implemented by Item) - We now also check on Permission.READ (which is the generic read permission) This should allow subtasks who's task may not be an Item to at least implement AccessControlled to alow visibility. There remains an open question as to whether tasks that are not AccessControlled should ever be visible in the UI
-
Tom Fennelly authored
[Fixed JENKINS-31631] Handle YUI submit <button> clicks
-
- Nov 18, 2015
-
-
tfennelly authored
-
Stephen Connolly authored
[FIXED JENKINS-31596] Provide an extension point for MasterKillSwitchConfiguration relevance
-
tfennelly authored
-
- Nov 17, 2015
-
-
Daniel Beck authored
Improve de translation of loginLink
-
Stephen Connolly authored
-
Carbenium authored
Should be uppercase to be consistent with the sign up link
-
Stephen Connolly authored
- The MasterKillSwitchConfiguration was not available when you have clouds but no fixed slaves. - The MasterKillSwitchConfiguration was not available when it was enabled but for a non-relevant configuration.
-
- Nov 15, 2015
-
-
Oleg Nenashev authored
[JENKINS-27505] Preserve an empty line at the beginning of a textarea
-
Oleg Nenashev authored
[FIXED JENKINS-31235] fix createItem/copy API args
-
- Nov 14, 2015
-
-
Jesse Glick authored
-