Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: b3d541c1cdf4be6e84a1b6c9aeb871837b436287
      
https://github.com/jenkinsci/support-core-plugin/commit/b3d541c1cdf4be6e84a1b6c9aeb871837b436287
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M 
src/main/java/com/cloudbees/jenkins/support/timer/FileListCapComponent.java

  Log Message:
  -----------
  Typo fix and rewording


  Commit: 0ae44cc4320c9d6d70fc3a72a1ebb936d63851ef
      
https://github.com/jenkinsci/support-core-plugin/commit/0ae44cc4320c9d6d70fc3a72a1ebb936d63851ef
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/api/Component.java

  Log Message:
  -----------
  Typo fix and rewording


  Commit: bfd4df694a39462ba65712c7684181c91e8fac60
      
https://github.com/jenkinsci/support-core-plugin/commit/bfd4df694a39462ba65712c7684181c91e8fac60
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/JenkinsLogs.java

  Log Message:
  -----------
  refactored out as a constant

... in anticipation of reusing this for collecting slave logs. And also to 
reduce the length of this massive function.


  Commit: e24c2b50c8252dfec0df1ecb29a88d43738e8030
      
https://github.com/jenkinsci/support-core-plugin/commit/e24c2b50c8252dfec0df1ecb29a88d43738e8030
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/SupportPlugin.java

  Log Message:
  -----------
  Introduced a method to return the root working directory of the support 
bundle.

This is more so that we can see who's writing what to this directory


  Commit: 36105dbfc10febe8432004587e1351b4ef3e1556
      
https://github.com/jenkinsci/support-core-plugin/commit/36105dbfc10febe8432004587e1351b4ef3e1556
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/JenkinsLogs.java

  Log Message:
  -----------
  Continue to devide up this massive function into smaller chunks with some 
comments


  Commit: 8f030c60e1e9bcb27d41ea3e890f75e92029f4fe
      
https://github.com/jenkinsci/support-core-plugin/commit/8f030c60e1e9bcb27d41ea3e890f75e92029f4fe
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/SupportPlugin.java
    M src/main/java/com/cloudbees/jenkins/support/impl/JenkinsLogs.java

  Log Message:
  -----------
  Further divide up this massive function into smaller chunks with some comments


  Commit: 1f93f031e6be76e57305f6e2297e7879471d5e8e
      
https://github.com/jenkinsci/support-core-plugin/commit/1f93f031e6be76e57305f6e2297e7879471d5e8e
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/JenkinsLogs.java
    A src/main/java/com/cloudbees/jenkins/support/impl/LogRecordContent.java

  Log Message:
  -----------
  LogRecord list as a content is a common pattern. Reuse.


  Commit: d9517ee617e9b5a292b9ea1bc6ee5710ee17ed27
      
https://github.com/jenkinsci/support-core-plugin/commit/d9517ee617e9b5a292b9ea1bc6ee5710ee17ed27
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/JenkinsLogs.java

  Log Message:
  -----------
  doc improvement


  Commit: 8819d35cc0b391a31ab4ce401100198918711e6a
      
https://github.com/jenkinsci/support-core-plugin/commit/8819d35cc0b391a31ab4ce401100198918711e6a
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/JenkinsLogs.java
    A src/main/java/com/cloudbees/jenkins/support/impl/LogFilenameFilter.java
    A src/main/java/com/cloudbees/jenkins/support/impl/SmartLogFetcher.java

  Log Message:
  -----------
  Split the logic of log retrieval from slaves to another class.

... to make JenkinsLogs bit more manageable in size. And hey, static functions 
aren't hip.


  Commit: 496575036eb1ee82792e0f2b5b3fb88f85e6d084
      
https://github.com/jenkinsci/support-core-plugin/commit/496575036eb1ee82792e0f2b5b3fb88f85e6d084
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/SmartLogFetcher.java

  Log Message:
  -----------
  FileCallable has a better signature when acting on a remote file


  Commit: fcad7d7d4c7f025e83428973e0a534f514af5d59
      
https://github.com/jenkinsci/support-core-plugin/commit/fcad7d7d4c7f025e83428973e0a534f514af5d59
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/JenkinsLogs.java
    M src/main/java/com/cloudbees/jenkins/support/impl/SmartLogFetcher.java

  Log Message:
  -----------
  Further refactored by pulling up contextual 'node' into a class instance field


  Commit: 1c3337638f7af22d68c13872f5c997a022d1e5cb
      
https://github.com/jenkinsci/support-core-plugin/commit/1c3337638f7af22d68c13872f5c997a022d1e5cb
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/JenkinsLogs.java

  Log Message:
  -----------
  [FIXED JENKINS-25108]

The current implementation was only looking at the current connection of 
current slaves.

In this new implementation, we capture log files from the current and the past 
connections of current and past slaves that have since then disappeared, such 
as a cloud.


  Commit: b5f5b10f00dfb1916e678b8c0083a40b75dd75a8
      
https://github.com/jenkinsci/support-core-plugin/commit/b5f5b10f00dfb1916e678b8c0083a40b75dd75a8
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-10-10 (Fri, 10 Oct 2014)

  Changed paths:
    M src/main/java/com/cloudbees/jenkins/support/impl/JenkinsLogs.java
    A src/test/java/com/cloudbees/jenkins/support/SupportActionTest.java

  Log Message:
  -----------
  [JENKINS-25108] Added a test


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/536583973fec...b5f5b10f00df

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to