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

Quick Search should include disabled jobs in is corpus

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • None

      Otherwise, how will people find them to clean re-enable or delete them?

      I saw this problem in 1.428, but it may be fixed in a later rev.

          [JENKINS-13148] Quick Search should include disabled jobs in is corpus

          The problem is not whether the job is disabled or enabled, but instead it's about whether the job is in the current view or in the primary view.

          I made a change toward 1.473 such that all top level jobs always show up in the search result regardless of the current/primary view.

          Kohsuke Kawaguchi added a comment - The problem is not whether the job is disabled or enabled, but instead it's about whether the job is in the current view or in the primary view. I made a change toward 1.473 such that all top level jobs always show up in the search result regardless of the current/primary view.

          Code changed in jenkins
          User: Kohsuke Kawaguchi
          Path:
          changelog.html
          core/src/main/java/hudson/search/SearchItem.java
          core/src/main/java/jenkins/model/Jenkins.java
          test/src/test/java/hudson/search/SearchTest.java
          http://jenkins-ci.org/commit/jenkins/aa5e0790b900daad58192124ae771cf302a40878
          Log:
          [FIXED JENKINS-13148]

          All top-level jobs show up in search, as opposed to just jobs in the
          current view or in the primary view.

          Compare: https://github.com/jenkinsci/jenkins/compare/9bdaf8daaf07...aa5e0790b900

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kohsuke Kawaguchi Path: changelog.html core/src/main/java/hudson/search/SearchItem.java core/src/main/java/jenkins/model/Jenkins.java test/src/test/java/hudson/search/SearchTest.java http://jenkins-ci.org/commit/jenkins/aa5e0790b900daad58192124ae771cf302a40878 Log: [FIXED JENKINS-13148] All top-level jobs show up in search, as opposed to just jobs in the current view or in the primary view. Compare: https://github.com/jenkinsci/jenkins/compare/9bdaf8daaf07...aa5e0790b900

          dogfood added a comment -

          Integrated in jenkins_main_trunk #1768
          [FIXED JENKINS-13148] (Revision aa5e0790b900daad58192124ae771cf302a40878)

          Result = SUCCESS
          Kohsuke Kawaguchi : aa5e0790b900daad58192124ae771cf302a40878
          Files :

          • core/src/main/java/jenkins/model/Jenkins.java
          • core/src/main/java/hudson/search/SearchItem.java
          • test/src/test/java/hudson/search/SearchTest.java
          • changelog.html

          dogfood added a comment - Integrated in jenkins_main_trunk #1768 [FIXED JENKINS-13148] (Revision aa5e0790b900daad58192124ae771cf302a40878) Result = SUCCESS Kohsuke Kawaguchi : aa5e0790b900daad58192124ae771cf302a40878 Files : core/src/main/java/jenkins/model/Jenkins.java core/src/main/java/hudson/search/SearchItem.java test/src/test/java/hudson/search/SearchTest.java changelog.html

            Unassigned Unassigned
            javadude Carl Quinn
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: