Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stepcounter-plugin
  Commit: 097e9d15462c3ea2a36b0e0ef765061654198f97
      
https://github.com/jenkinsci/stepcounter-plugin/commit/097e9d15462c3ea2a36b0e0ef765061654198f97
  Author: takuma02141978 <takuma02141...@yahoo.co.jp>
  Date:   2016-12-30 (Fri, 30 Dec 2016)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/stepcounter/StepCounter.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterProjectAction.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterResultAction.java
    M src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterSetting.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/parser/StepCounterParser.java
    M src/main/java/org/jenkinsci/plugins/stepcounter/util/FileFinder.java

  Log Message:
  -----------
  Pipeline対応

グラフが出ない、一覧のヘッダが太い、PipelineスクリプトのUI設定は未作成、「stepcounter」の説明が不足


  Commit: 2b1deb1c1f6c9c4151a9ab05e30e000ae2a3bc91
      
https://github.com/jenkinsci/stepcounter-plugin/commit/2b1deb1c1f6c9c4151a9ab05e30e000ae2a3bc91
  Author: takuma02141978 <takuma02141...@yahoo.co.jp>
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterStep.java

  Log Message:
  -----------
  Pipeline対応


  Commit: 53404603c4159c45f06bc9ba0e1dc85e69c24856
      
https://github.com/jenkinsci/stepcounter-plugin/commit/53404603c4159c45f06bc9ba0e1dc85e69c24856
  Author: takuma02141978 <takuma02141...@yahoo.co.jp>
  Date:   2017-01-04 (Wed, 04 Jan 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/stepcounter/StepCounter.java
    M src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterSetting.java
    M src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterStep.java
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/help-outputFile.html
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/help-outputFile_ja.html
    M src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/help.html
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/help_ja.html
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterProjectAction/result.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterSetting/help-filePattern.html
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterSetting/help-filePatternExclude.html
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/config_ja.properties
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/help-outputFile.html
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/help-outputFile_ja.html
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/help.html
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/help_ja.html

  Log Message:
  -----------
  Pipiline対応

* ヘルプ拡充
* レイアウトバグ修正(<ul style="display: flex;">)


  Commit: e623242c0dd1ad82a46ac78a5d97e40369bacba2
      
https://github.com/jenkinsci/stepcounter-plugin/commit/e623242c0dd1ad82a46ac78a5d97e40369bacba2
  Author: takuma02141978 <takuma02141...@yahoo.co.jp>
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/stepcounter/StepCounter.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterProjectAction.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterResultAction.java
    A src/test/java/.gitkeep

  Log Message:
  -----------
  Pipeline対応

型間違いを修正


  Commit: ce205d7e4c7e773dc15bbce8ff2182506ad74fe6
      
https://github.com/jenkinsci/stepcounter-plugin/commit/ce205d7e4c7e773dc15bbce8ff2182506ad74fe6
  Author: takuma02141978 <takuma02141...@yahoo.co.jp>
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
    M .classpath
    M .settings/org.eclipse.core.resources.prefs
    M .settings/org.eclipse.jdt.core.prefs
    M README.md
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/stepcounter/StepCounter.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterResultAction.java
    M src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterStep.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/format/OriginalCSVFormatter.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/format/OriginalCountResult.java
    A 
src/main/java/org/jenkinsci/plugins/stepcounter/model/SerializableAreaComment.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/parser/OriginalStepCounterFactory.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/parser/StepCounterParser.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/parser/StepCounterParserSetting.java
    M src/main/resources/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/global.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterProjectAction/jobMain.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterSetting/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/parser/StepCounterParserSetting/config.jelly
    R src/test/java/.gitkeep
    A src/test/java/org/jenkinsci/plugins/stepcounter/StepCounterStepTest.java

  Log Message:
  -----------
  Pipeline対応

findbugs対応


  Commit: 99ac7ac7bd5c60e71b8d6e30106422faa2acf307
      
https://github.com/jenkinsci/stepcounter-plugin/commit/99ac7ac7bd5c60e71b8d6e30106422faa2acf307
  Author: takuma02141978 <takuma02141...@yahoo.co.jp>
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release stepcounter-2.0.0


  Commit: 86c5c5895a201cb0604af6644045e1cb30e42076
      
https://github.com/jenkinsci/stepcounter-plugin/commit/86c5c5895a201cb0604af6644045e1cb30e42076
  Author: takuma02141978 <takuma02141...@yahoo.co.jp>
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: fb4de03951f755dfe9a85c2d44e97f2e9e60ae25
      
https://github.com/jenkinsci/stepcounter-plugin/commit/fb4de03951f755dfe9a85c2d44e97f2e9e60ae25
  Author: Takuma Ishibashi <takuma02141...@yahoo.co.jp>
  Date:   2017-01-06 (Fri, 06 Jan 2017)

  Changed paths:
    M .classpath
    M .settings/org.eclipse.core.resources.prefs
    M .settings/org.eclipse.jdt.core.prefs
    M README.md
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/stepcounter/StepCounter.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterProjectAction.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterResultAction.java
    M src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterSetting.java
    A src/main/java/org/jenkinsci/plugins/stepcounter/StepCounterStep.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/format/OriginalCSVFormatter.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/format/OriginalCountResult.java
    A 
src/main/java/org/jenkinsci/plugins/stepcounter/model/SerializableAreaComment.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/parser/OriginalStepCounterFactory.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/parser/StepCounterParser.java
    M 
src/main/java/org/jenkinsci/plugins/stepcounter/parser/StepCounterParserSetting.java
    M src/main/java/org/jenkinsci/plugins/stepcounter/util/FileFinder.java
    M src/main/resources/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/global.jelly
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/help-outputFile.html
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/help-outputFile_ja.html
    M src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/help.html
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounter/help_ja.html
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterProjectAction/jobMain.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterProjectAction/result.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterSetting/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterSetting/help-filePattern.html
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterSetting/help-filePatternExclude.html
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/config_ja.properties
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/help-outputFile.html
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/help-outputFile_ja.html
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/help.html
    A 
src/main/resources/org/jenkinsci/plugins/stepcounter/StepCounterStep/help_ja.html
    M 
src/main/resources/org/jenkinsci/plugins/stepcounter/parser/StepCounterParserSetting/config.jelly
    A src/test/java/org/jenkinsci/plugins/stepcounter/StepCounterStepTest.java

  Log Message:
  -----------
  Merge pull request #14 from jenkinsci/feature/2.0.0

Feature/2.0.0


Compare: 
https://github.com/jenkinsci/stepcounter-plugin/compare/f76849f7a941...fb4de03951f7

-- 
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