Skip to content
  1. Aug 30, 2011
  2. Aug 29, 2011
  3. Aug 28, 2011
  4. Aug 27, 2011
    • olivier lamy's avatar
      issue not fixed · c8c10b2f
      olivier lamy authored
      c8c10b2f
    • Olivier Lamy's avatar
      changelog entry for JENKINS-10831 · 76791e0f
      Olivier Lamy authored
      76791e0f
    • 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
  5. Aug 26, 2011
  6. Aug 25, 2011
  7. Aug 24, 2011
  8. Aug 19, 2011
  9. Aug 18, 2011
  10. Aug 17, 2011
  11. Aug 16, 2011
  12. Aug 13, 2011
  13. Aug 12, 2011
  14. Aug 10, 2011