Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-20143

ViewJobFilter.filter expect "All jobs that are possible." but don't get recursive ones

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core

      introduced for recursive views didn't applied to ViewJobFilter.filter "all" parameter, that is supposed to provide all possible jobs, but miss the recursively accessible ones.

          [JENKINS-20143] ViewJobFilter.filter expect "All jobs that are possible." but don't get recursive ones

          dogfood added a comment -

          Integrated in jenkins_main_trunk #2965
          [FIXED JENKINS-20143] Pass full list of all possible jobs to ViewJobFilter when recurse option is set (Revision 711558913410b82d4b2a95d1ff5bb2037f212f0c)

          Result = SUCCESS
          Nicolas De Loof : 711558913410b82d4b2a95d1ff5bb2037f212f0c
          Files :

          • changelog.html
          • core/src/main/java/hudson/model/ListView.java

          dogfood added a comment - Integrated in jenkins_main_trunk #2965 [FIXED JENKINS-20143] Pass full list of all possible jobs to ViewJobFilter when recurse option is set (Revision 711558913410b82d4b2a95d1ff5bb2037f212f0c) Result = SUCCESS Nicolas De Loof : 711558913410b82d4b2a95d1ff5bb2037f212f0c Files : changelog.html core/src/main/java/hudson/model/ListView.java

          Jesse Glick added a comment -

          Being tracked confusingly.

          Jesse Glick added a comment - Being tracked confusingly.

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/82b6e8e02b7e1d535bd3704255363fe7d0d1e6da
          Log:
          Fixed JENKINS-20143, not JENKINS-20123.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html http://jenkins-ci.org/commit/jenkins/82b6e8e02b7e1d535bd3704255363fe7d0d1e6da Log: Fixed JENKINS-20143 , not JENKINS-20123 .

          dogfood added a comment -

          Integrated in jenkins_main_trunk #2967
          Fixed JENKINS-20143, not JENKINS-20123. (Revision 82b6e8e02b7e1d535bd3704255363fe7d0d1e6da)

          Result = SUCCESS
          Jesse Glick : 82b6e8e02b7e1d535bd3704255363fe7d0d1e6da
          Files :

          • changelog.html

          dogfood added a comment - Integrated in jenkins_main_trunk #2967 Fixed JENKINS-20143 , not JENKINS-20123 . (Revision 82b6e8e02b7e1d535bd3704255363fe7d0d1e6da) Result = SUCCESS Jesse Glick : 82b6e8e02b7e1d535bd3704255363fe7d0d1e6da Files : changelog.html

          Daniel Beck added a comment -

          What is the impact of this? View Filters don't see descendants from the 'recurse into folders' option?

          So e.g. if I have a top-level view 'Failing', it'll not actually show failing jobs that are located in folders?

          Daniel Beck added a comment - What is the impact of this? View Filters don't see descendants from the 'recurse into folders' option? So e.g. if I have a top-level view 'Failing', it'll not actually show failing jobs that are located in folders?

          Jesse Glick added a comment -

          Yes, I think that is it.

          Jesse Glick added a comment - Yes, I think that is it.

          Daniel Beck added a comment - - edited

          Labeled lts-candidate for consideration once soaked enough. Views like ci.jenkins-ci.org's default view would be useless when using Folders.

          Daniel Beck added a comment - - edited Labeled lts-candidate for consideration once soaked enough. Views like ci.jenkins-ci.org's default view would be useless when using Folders.

          Code changed in jenkins
          User: Nicolas De Loof
          Path:
          core/src/main/java/hudson/model/ListView.java
          http://jenkins-ci.org/commit/jenkins/c8e447bd2e7d0f1e67cce7ed396323f84eed75d4
          Log:
          [FIXED JENKINS-20143] Pass full list of all possible jobs to ViewJobFilter when recurse option is set
          (cherry picked from commit 711558913410b82d4b2a95d1ff5bb2037f212f0c)

          Conflicts:
          changelog.html

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Nicolas De Loof Path: core/src/main/java/hudson/model/ListView.java http://jenkins-ci.org/commit/jenkins/c8e447bd2e7d0f1e67cce7ed396323f84eed75d4 Log: [FIXED JENKINS-20143] Pass full list of all possible jobs to ViewJobFilter when recurse option is set (cherry picked from commit 711558913410b82d4b2a95d1ff5bb2037f212f0c) Conflicts: changelog.html

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          core/src/main/java/hudson/model/ListView.java
          test/src/test/java/hudson/model/ListViewTest.java
          http://jenkins-ci.org/commit/jenkins/bdbac284723940e5b2dfd37dd194524305de29c2
          Log:
          [FIXED JENKINS-20415] Lack of type safety in JENKINS-20143 fix sometimes caused CCEs.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html core/src/main/java/hudson/model/ListView.java test/src/test/java/hudson/model/ListViewTest.java http://jenkins-ci.org/commit/jenkins/bdbac284723940e5b2dfd37dd194524305de29c2 Log: [FIXED JENKINS-20415] Lack of type safety in JENKINS-20143 fix sometimes caused CCEs.

          Code changed in jenkins
          User: Jesse Glick
          Path:
          core/src/main/java/hudson/model/ListView.java
          test/src/test/java/hudson/model/ListViewTest.java
          http://jenkins-ci.org/commit/jenkins/4f3a9d6eadbc9adc25a0cc8025730429f3a0e583
          Log:
          [FIXED JENKINS-20415] Lack of type safety in JENKINS-20143 fix sometimes caused CCEs.
          (cherry picked from commit bdbac284723940e5b2dfd37dd194524305de29c2)

          Conflicts:
          changelog.html

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: core/src/main/java/hudson/model/ListView.java test/src/test/java/hudson/model/ListViewTest.java http://jenkins-ci.org/commit/jenkins/4f3a9d6eadbc9adc25a0cc8025730429f3a0e583 Log: [FIXED JENKINS-20415] Lack of type safety in JENKINS-20143 fix sometimes caused CCEs. (cherry picked from commit bdbac284723940e5b2dfd37dd194524305de29c2) Conflicts: changelog.html

            ndeloof Nicolas De Loof
            ndeloof Nicolas De Loof
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: