1. 07 9月, 2011 18 次提交
  2. 06 9月, 2011 1 次提交
  3. 05 9月, 2011 4 次提交
  4. 04 9月, 2011 1 次提交
  5. 03 9月, 2011 2 次提交
  6. 02 9月, 2011 2 次提交
  7. 01 9月, 2011 5 次提交
  8. 31 8月, 2011 3 次提交
  9. 30 8月, 2011 4 次提交
    • K
      Bundle the translation-assistance plugin · 143fddc6
      Kohsuke Kawaguchi 提交于
      143fddc6
    • K
      the trunk is toward 1.430-SNAPSHOT · aca30e55
      Kohsuke Kawaguchi 提交于
      aca30e55
    • K
      creating an RC branch · a221ced8
      Kohsuke Kawaguchi 提交于
      a221ced8
    • D
      Allow jobs associated only through fingerprinted files to appear in the · 9ab5f567
      dty 提交于
      dependency graph. This functionality is enabled through a feature flag,
      hudson.tasks.Fingerprinter.enableFingerprintsInDependencyGraph, which is off
      by default.
      
      - Rebuild the dependency graph as part of each fingerprint action.
        Fingerprinter.buildDependencyGraph adds information to the dependency graph
        for projects found in fingerprint records. Since the dependency graph is
        based on project, once a relationship is established between two projects,
        we can skip scanning subsequent builds of the projects. Entries in the
        graph added by the fingerprinter action will never automatically trigger
        downstream builds.
      
         core/src/main/java/hudson/tasks/Fingerprinter.java
      
      - When reporting dependency changes, don't consider builds that no longer
        exist. This handles issues when projects are renamed, and new projects are
        created using the same name, causing the change to point to incorrect
        builds.
      
         core/src/main/java/hudson/model/AbstractBuild.java
      
      - Tests.
      
         test/src/test/java/hudson/tasks/FingerprinterTest.java
      9ab5f567