Skip to content
  1. Sep 23, 2011
  2. Sep 21, 2011
  3. Sep 20, 2011
  4. Sep 19, 2011
  5. Sep 18, 2011
  6. Sep 14, 2011
  7. Sep 13, 2011
    • Stephen Ware's avatar
      [FIXED JENKINS-7798] · 94cbf5ba
      Stephen Ware authored
      
      File size should be shown on project dashboard for archived artifacts.
      
      Run.java:
      	Add member String length to Artifact object.
      	Add paramter String len to Artifact constructor.
      	Add method String getLength to Artifact object.
      	addArtifacts method of Run class gets length of files as string
      	for actual files or "0" if a directory and passes this as arg
      	to Artifact constructor.
      
      artifacts-index.jelly and artifactList.jelly
      	reworked to use same approach as
      	core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir.jelly
      	The desire being a consistent look in the interface.
      
      Signed-off-by: default avatarStephen Ware <stephen.e.ware@intel.com>
      94cbf5ba
    • Ciprian Ciubotariu's avatar
      [FIXED JENKINS-9577] Apply file permissions from zip archives · 37a22a1c
      Ciprian Ciubotariu authored
      Using the zip support classes just like Ant does in order to apply
      permissions. As a side-effect, remote streams need to be stored in a
      temporary file before actually unzipping them.
      37a22a1c
    • Kohsuke Kawaguchi's avatar
      creating an RC branch · 72fa945c
      Kohsuke Kawaguchi authored
      72fa945c
  8. Sep 12, 2011
  9. Sep 08, 2011
  10. Sep 07, 2011
  11. Sep 06, 2011
  12. Sep 05, 2011
  13. Sep 02, 2011
  14. Sep 01, 2011
  15. Aug 31, 2011
  16. Aug 30, 2011
  17. Aug 29, 2011
  18. Aug 28, 2011
  19. 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
  20. Aug 26, 2011
  21. Aug 25, 2011
  22. Aug 24, 2011