Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: cf1fdf98e435b4c7df54f1a8e958d185f1a0f3d2 https://github.com/jenkinsci/jenkins/commit/cf1fdf98e435b4c7df54f1a8e958d185f1a0f3d2 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2015-11-19 (Thu, 19 Nov 2015)
Changed paths: M core/src/main/java/hudson/model/Queue.java Log Message: ----------- [FIXED JENKINS-31649] Check should be against AccessControlled and Permission.READ - 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 Commit: 46ef3a5776b9a60a1e5d364c29afda01fa09faed https://github.com/jenkinsci/jenkins/commit/46ef3a5776b9a60a1e5d364c29afda01fa09faed Author: Stephen Connolly <stephen.alan.conno...@gmail.com> Date: 2015-11-20 (Fri, 20 Nov 2015) Changed paths: M core/src/main/java/hudson/model/Queue.java Log Message: ----------- Merge pull request #1919 from stephenc/jenkins-31649 [FIXED JENKINS-31649] Check should be against AccessControlled not Item Compare: https://github.com/jenkinsci/jenkins/compare/23276180209b...46ef3a5776b9 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.