Skip to content
  1. Aug 27, 2011
    • dty's avatar
      [FIX JENKINS-10330] Update project names in fingerprints when projects are renamed. · 8dfa5e19
      dty authored
      - Added a RenameListener to Fingerprint. When the listener is invoked for
        renamed projects, it will iterate over all the builds of the project looking
        for fingerprint actions. If the build was the originator of the fingerprint,
        the buildPtr is updated; (had to make the name non-final to allow for this).
        If the build is the consumer of a fingerprint, the usages are updated.
      
         core/src/main/java/hudson/model/Fingerprint.java
      
      - Expose the fingerprint data inline with the build data in the remote API.
        The renaming code also uses this method as a convenient way to get the
        fingerprints for a build.
      
         core/src/main/java/hudson/model/AbstractBuild.java
      
      - Test.
      
         test/src/test/java/hudson/tasks/FingerprinterTest.java
      8dfa5e19
  2. Aug 26, 2011
  3. Aug 25, 2011
  4. Aug 24, 2011
  5. Aug 19, 2011
  6. Aug 18, 2011
  7. Aug 17, 2011
  8. Aug 16, 2011
  9. Aug 13, 2011
  10. Aug 12, 2011
  11. Aug 10, 2011
  12. Aug 09, 2011