1. 19 9月, 2011 2 次提交
  2. 18 9月, 2011 3 次提交
  3. 14 9月, 2011 2 次提交
  4. 13 9月, 2011 3 次提交
    • S
      [FIXED JENKINS-7798] · 94cbf5ba
      Stephen Ware 提交于
      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: NStephen Ware <stephen.e.ware@intel.com>
      94cbf5ba
    • C
      [FIXED JENKINS-9577] Apply file permissions from zip archives · 37a22a1c
      Ciprian Ciubotariu 提交于
      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
    • K
      creating an RC branch · 72fa945c
      Kohsuke Kawaguchi 提交于
      72fa945c
  5. 12 9月, 2011 2 次提交
  6. 09 9月, 2011 1 次提交
  7. 08 9月, 2011 1 次提交
  8. 07 9月, 2011 4 次提交
  9. 05 9月, 2011 1 次提交
  10. 02 9月, 2011 1 次提交
  11. 01 9月, 2011 1 次提交
  12. 31 8月, 2011 1 次提交
  13. 30 8月, 2011 3 次提交
  14. 29 8月, 2011 2 次提交
  15. 27 8月, 2011 1 次提交
  16. 28 8月, 2011 1 次提交
  17. 27 8月, 2011 1 次提交
    • D
      [FIX JENKINS-10330] Update project names in fingerprints when projects are renamed. · 8dfa5e19
      dty 提交于
      - 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
  18. 26 8月, 2011 2 次提交
  19. 25 8月, 2011 3 次提交
  20. 24 8月, 2011 1 次提交
  21. 20 8月, 2011 2 次提交
  22. 19 8月, 2011 2 次提交