Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aggregator-view-plugin
  Commit: 66b95df87698fb313ce41e81b79e9794997400ab
      
https://github.com/jenkinsci/pipeline-aggregator-view-plugin/commit/66b95df87698fb313ce41e81b79e9794997400ab
  Author: Fajran Iman Rusadi <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M 
src/main/java/com/ooyala/jenkins/plugins/pipelineaggregatorview/PipelineAggregator.java
    M src/main/webapp/js/pipeline-aggregator.js

  Log Message:
  -----------
  Put ChangeLogs in a list instead of map

Originally, the changelogs are put in a map, with commit message as the
key and author as the value, that later will be exposed as JSON. If
there is a commit message that contains double quotes, the resulting
JSON will have unescaped double quotes in the JSON object keys and thus
makes the JSON invalid. The Pipeline Aggregator web view will fail to
parse it and stop showing the builds.

This commit changes the changelogs to use list of a structure instead of
a simple map. The resulting JSON will have properly escaped commit
messages.


  Commit: 555572321667bdd15fda58e63f8acb58e5c32311
      
https://github.com/jenkinsci/pipeline-aggregator-view-plugin/commit/555572321667bdd15fda58e63f8acb58e5c32311
  Author: Fajran Iman Rusadi <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M 
src/main/java/com/ooyala/jenkins/plugins/pipelineaggregatorview/PipelineAggregator.java
    M 
src/test/java/com/ooyala/jenkins/plugins/pipelineaggregatorview/PipelineAggregatorTest.java

  Log Message:
  -----------
  Remove unused imports


  Commit: b3a2c3a362005dc03acc05456aa5b8f6d7e15b03
      
https://github.com/jenkinsci/pipeline-aggregator-view-plugin/commit/b3a2c3a362005dc03acc05456aa5b8f6d7e15b03
  Author: Paul <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M 
src/main/java/com/ooyala/jenkins/plugins/pipelineaggregatorview/PipelineAggregator.java
    M src/main/webapp/js/pipeline-aggregator.js
    M 
src/test/java/com/ooyala/jenkins/plugins/pipelineaggregatorview/PipelineAggregatorTest.java

  Log Message:
  -----------
  Merge pull request #1 from fajran/JENKINS-43783

Put ChangeLogs in a list instead of map


Compare: 
https://github.com/jenkinsci/pipeline-aggregator-view-plugin/compare/fdb8b74c9c9c...b3a2c3a36200

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