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

Remove "Auto" as the default selection in repository browser selection

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • other
    • None
    • Platform: All, OS: All

      The default selection in the repository browser selection is "Auto". Apparently this does
      nothing, and should be renamed to "None"

          [JENKINS-2082] Remove "Auto" as the default selection in repository browser selection

          No, it actually means "infer configuration from other projects."

          So say if you have a dozen projects all pulling from the same repository (which
          is common), this enables you to just set up one, and have everything else reuse
          this one configuration.

          So I think it's correct to be the default.

          Kohsuke Kawaguchi added a comment - No, it actually means "infer configuration from other projects." So say if you have a dozen projects all pulling from the same repository (which is common), this enables you to just set up one, and have everything else reuse this one configuration. So I think it's correct to be the default.

          Alan Harder added a comment -

          I'll find a place to put "Infer from other jobs" to make this clearer. I also tried it out and found that the isBrowserReusable method is only implemented for CVS, not subversion.. so if you use svn then your impression that it "does nothing" was correct! I'll add an impl for svn.

          Alan Harder added a comment - I'll find a place to put "Infer from other jobs" to make this clearer. I also tried it out and found that the isBrowserReusable method is only implemented for CVS, not subversion.. so if you use svn then your impression that it "does nothing" was correct! I'll add an impl for svn.

          Code changed in hudson
          User: : mindless
          Path:
          trunk/hudson/plugins/subversion/src/main/java/hudson/scm/SubversionSCM.java
          http://fisheye4.cenqua.com/changelog/hudson/?cs=24867
          Log:
          JENKINS-2082 Implement isBrowserReusable so svn supports "Auto" selection
          for repository browser.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : mindless Path: trunk/hudson/plugins/subversion/src/main/java/hudson/scm/SubversionSCM.java http://fisheye4.cenqua.com/changelog/hudson/?cs=24867 Log: JENKINS-2082 Implement isBrowserReusable so svn supports "Auto" selection for repository browser.

          Code changed in hudson
          User: : mindless
          Path:
          trunk/hudson/main/core/src/main/java/hudson/scm/AutoBrowserHolder.java
          trunk/hudson/main/core/src/main/resources/lib/form/dropdownListBlock.jelly
          trunk/hudson/main/core/src/main/resources/lib/hudson/listScmBrowsers.jelly
          trunk/hudson/main/war/resources/help/scm-browsers/list.html
          trunk/www/changelog.html
          http://fisheye4.cenqua.com/changelog/hudson/?cs=24868
          Log:
          [FIXED JENKINS-2082] Add help regarding "Auto" selection for repository browser

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : mindless Path: trunk/hudson/main/core/src/main/java/hudson/scm/AutoBrowserHolder.java trunk/hudson/main/core/src/main/resources/lib/form/dropdownListBlock.jelly trunk/hudson/main/core/src/main/resources/lib/hudson/listScmBrowsers.jelly trunk/hudson/main/war/resources/help/scm-browsers/list.html trunk/www/changelog.html http://fisheye4.cenqua.com/changelog/hudson/?cs=24868 Log: [FIXED JENKINS-2082] Add help regarding "Auto" selection for repository browser

            mindless Alan Harder
            redsolo redsolo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: