Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 5038d560fd27d9938c4860478ed5384370f31d68
      
https://github.com/jenkinsci/timestamper-plugin/commit/5038d560fd27d9938c4860478ed5384370f31d68
  Author: Steven Brown <[email protected]>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/Timestamp.java
    M src/main/java/hudson/plugins/timestamper/TimestamperBuildWrapper.java
    M src/main/java/hudson/plugins/timestamper/TimestamperOutputStream.java
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M src/main/java/hudson/plugins/timestamper/io/TimestampsWriter.java
    M src/test/java/hudson/plugins/timestamper/TimestampNoteTest.java
    M src/test/java/hudson/plugins/timestamper/TimestamperOutputStreamTest.java
    M 
src/test/java/hudson/plugins/timestamper/format/TimestampFormatterTest.java

  Log Message:
  -----------
  Apply formatting and organise imports in Eclipse


  Commit: 6fe2512298df89dbadb2f7c386ad13854a01942c
      
https://github.com/jenkinsci/timestamper-plugin/commit/6fe2512298df89dbadb2f7c386ad13854a01942c
  Author: Steven Brown <[email protected]>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/TimestampNote.java
    M src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotator.java
    A 
src/main/java/hudson/plugins/timestamper/format/ElapsedTimestampFormat.java
    A src/main/java/hudson/plugins/timestamper/format/EmptyTimestampFormat.java
    A src/main/java/hudson/plugins/timestamper/format/SystemTimestampFormat.java
    A src/main/java/hudson/plugins/timestamper/format/TimestampFormat.java
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M src/test/java/hudson/plugins/timestamper/TimestampNoteTest.java
    M 
src/test/java/hudson/plugins/timestamper/annotator/TimestampAnnotatorTest.java
    A 
src/test/java/hudson/plugins/timestamper/format/ElapsedTimestampFormatTest.java
    A 
src/test/java/hudson/plugins/timestamper/format/EmptyTimestampFormatTest.java
    A 
src/test/java/hudson/plugins/timestamper/format/SystemTimestampFormatTest.java
    A src/test/java/hudson/plugins/timestamper/format/TimestampFormatTest.java
    M 
src/test/java/hudson/plugins/timestamper/format/TimestampFormatterTest.java

  Log Message:
  -----------
  Move the timestamp format classes out of TimestampFormatter into their own 
files


  Commit: e4ab747045489bd2628dbce560596fe95944f118
      
https://github.com/jenkinsci/timestamper-plugin/commit/e4ab747045489bd2628dbce560596fe95944f118
  Author: Steven Brown <[email protected]>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/TimestampNote.java
    M src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotator.java
    A 
src/main/java/hudson/plugins/timestamper/format/TimestampFormatProvider.java
    R src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M src/test/java/hudson/plugins/timestamper/TimestampNoteTest.java
    M 
src/test/java/hudson/plugins/timestamper/annotator/TimestampAnnotatorTest.java
    A 
src/test/java/hudson/plugins/timestamper/format/TimestampFormatProviderTest.java
    R 
src/test/java/hudson/plugins/timestamper/format/TimestampFormatterTest.java

  Log Message:
  -----------
  Rename TimestampFormatter to TimestampFormatProvider


  Commit: 2d3731a52f4b54f49c47eb75c8bc2eb17ad6cc60
      
https://github.com/jenkinsci/timestamper-plugin/commit/2d3731a52f4b54f49c47eb75c8bc2eb17ad6cc60
  Author: Steven Brown <[email protected]>
  Date:   2016-02-07 (Sun, 07 Feb 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
    M src/main/java/hudson/plugins/timestamper/io/TimestampsReader.java
    M src/test/java/hudson/plugins/timestamper/io/TimestampsIOTest.java
    M src/test/java/hudson/plugins/timestamper/io/TimestampsReaderTest.java

  Log Message:
  -----------
  TimestampsReader now keeps the InputStream open until it is serialized

This seems to be OK because AnnotatedLargeText.writeHtmlTo always serializes
the ConsoleAnnotator after use in order to include it in the HTML header.


  Commit: 37f4e54817961bf069da230d8dcb518449032b02
      
https://github.com/jenkinsci/timestamper-plugin/commit/37f4e54817961bf069da230d8dcb518449032b02
  Author: Steven Brown <[email protected]>
  Date:   2016-02-07 (Sun, 07 Feb 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
    A src/main/java/hudson/plugins/timestamper/io/TimestampNotesReader.java
    A src/test/java/hudson/plugins/timestamper/io/TimestampNotesReaderTest.java

  Log Message:
  -----------
  Move reading of timestamp notes into new class TimestampNotesReader


  Commit: 3011112352aa7b3716c34c8564ab117478dddf81
      
https://github.com/jenkinsci/timestamper-plugin/commit/3011112352aa7b3716c34c8564ab117478dddf81
  Author: Steven Brown <[email protected]>
  Date:   2016-02-07 (Sun, 07 Feb 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
    M src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotator.java
    A src/main/java/hudson/plugins/timestamper/io/TimestampsFileReader.java
    R src/main/java/hudson/plugins/timestamper/io/TimestampsReader.java
    A src/test/java/hudson/plugins/timestamper/io/TimestampsFileReaderTest.java
    M src/test/java/hudson/plugins/timestamper/io/TimestampsIOTest.java
    R src/test/java/hudson/plugins/timestamper/io/TimestampsReaderTest.java

  Log Message:
  -----------
  Rename TimestampsReader to TimestampsFileReader


  Commit: 639d62c33081c486908b3e75044a6941773904ce
      
https://github.com/jenkinsci/timestamper-plugin/commit/639d62c33081c486908b3e75044a6941773904ce
  Author: Steven Brown <[email protected]>
  Date:   2016-02-07 (Sun, 07 Feb 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
    M src/main/java/hudson/plugins/timestamper/io/TimestampNotesReader.java
    M src/main/java/hudson/plugins/timestamper/io/TimestampsFileReader.java
    A src/main/java/hudson/plugins/timestamper/io/TimestampsReader.java

  Log Message:
  -----------
  Add TimestampsReader interface for TimestampsFileReader and 
TimestampNotesReader


  Commit: 37250509d2e6b22c6089c3b28234dd6835698e56
      
https://github.com/jenkinsci/timestamper-plugin/commit/37250509d2e6b22c6089c3b28234dd6835698e56
  Author: Steven Brown <[email protected]>
  Date:   2016-02-07 (Sun, 07 Feb 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
    M 
src/main/java/hudson/plugins/timestamper/action/TimestampsActionFactory.java
    A 
src/main/java/hudson/plugins/timestamper/action/TimestampsActionOutput.java
    A 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionOutputTest.java
    M src/test/java/hudson/plugins/timestamper/action/TimestampsActionTest.java

  Log Message:
  -----------
  Move generation of "/timestamps" page to new class TimestampsActionOutput


  Commit: b433dd2c3b502bfc1487a75b98280139e3644c09
      
https://github.com/jenkinsci/timestamper-plugin/commit/b433dd2c3b502bfc1487a75b98280139e3644c09
  Author: Steven Brown <[email protected]>
  Date:   2016-02-07 (Sun, 07 Feb 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
    M 
src/main/java/hudson/plugins/timestamper/action/TimestampsActionOutput.java
    M 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionOutputTest.java
    M src/test/java/hudson/plugins/timestamper/action/TimestampsActionTest.java

  Log Message:
  -----------
  Have TimestampsActionOutput take the query string instead of StaplerRequest


  Commit: 4686be82f6c99f55e0f96952e508ad11f3a57ec1
      
https://github.com/jenkinsci/timestamper-plugin/commit/4686be82f6c99f55e0f96952e508ad11f3a57ec1
  Author: Steven Brown <[email protected]>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
    M 
src/main/java/hudson/plugins/timestamper/action/TimestampsActionOutput.java
    A src/main/java/hudson/plugins/timestamper/api/TimestamperAPI.java
    M 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionOutputTest.java
    M src/test/java/hudson/plugins/timestamper/action/TimestampsActionTest.java
    A src/test/java/hudson/plugins/timestamper/api/TimestamperAPITest.java

  Log Message:
  -----------
  Add TimestamperAPI class intended for use by other plugins


  Commit: 02e01ba7a27d04042408394b9280a6fe972a6ddc
      
https://github.com/jenkinsci/timestamper-plugin/commit/02e01ba7a27d04042408394b9280a6fe972a6ddc
  Author: Steven Brown <[email protected]>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
    R findbugs-exclude.xml
    M pom.xml
    A src/findbugs/excludesFilter.xml

  Log Message:
  -----------
  Update parent POM to org.jenkins-ci.plugins:plugin:2.3


  Commit: 567e8a82d61b9a4419f4c3cd76bb790d547596f2
      
https://github.com/jenkinsci/timestamper-plugin/commit/567e8a82d61b9a4419f4c3cd76bb790d547596f2
  Author: Steven Brown <[email protected]>
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Upgrade test dependencies


Compare: 
https://github.com/jenkinsci/timestamper-plugin/compare/477feff22204...567e8a82d61b

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to