Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cucumber-performance-plugin
  Commit: 674c3d0657feb18d01d3f8b198f4a786d3999e35
      
https://github.com/jenkinsci/cucumber-performance-plugin/commit/674c3d0657feb18d01d3f8b198f4a786d3999e35
  Author: Brian Riddle <brian.rid...@avanza.se>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/main/webapp/javascript/featureSortedTable.js
    M src/main/webapp/javascript/pieChart.js
    M src/main/webapp/javascript/scenarioSortedTable.js
    M src/main/webapp/javascript/stepSortedTable.js

  Log Message:
  -----------
  Updated syntax jQuery() -> $()


  Commit: 76557b28acbc824bd850c72ffe07a884e2ede3cb
      
https://github.com/jenkinsci/cucumber-performance-plugin/commit/76557b28acbc824bd850c72ffe07a884e2ede3cb
  Author: Brian Riddle <brian.rid...@avanza.se>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
    M src/main/java/com/castlemon/jenkins/performance/CucumberProjectAction.java
    M 
src/main/java/com/castlemon/jenkins/performance/util/CucumberPerfUtils.java
    M 
src/test/java/com/castlemon/jenkins/performance/util/CucumberPerfUtilsTest.java
    M src/test/resources/cukeperf.xml

  Log Message:
  -----------
  Catch nullpointer when a summary is missing seniorId.

Believe this can happen when the Feature has background steps.


  Commit: a8fd41dfa61fffd2f719bc72ce860c1c50eea846
      
https://github.com/jenkinsci/cucumber-performance-plugin/commit/a8fd41dfa61fffd2f719bc72ce860c1c50eea846
  Author: Brian Riddle <brian.rid...@avanza.se>
  Date:   2016-10-07 (Fri, 07 Oct 2016)

  Changed paths:
    M src/main/webapp/css/main.css

  Log Message:
  -----------
  CSS fix side-panel from pushing main-panel down.


  Commit: ea78a22c20531dd84fdf5518a09fc2a04c8a2574
      
https://github.com/jenkinsci/cucumber-performance-plugin/commit/ea78a22c20531dd84fdf5518a09fc2a04c8a2574
  Author: Brian Riddle <brian.rid...@avanza.se>
  Date:   2016-10-07 (Fri, 07 Oct 2016)

  Changed paths:
    M 
src/main/resources/com/castlemon/jenkins/performance/CucumberPerfRecorder/config.jelly
    M 
src/main/resources/com/castlemon/jenkins/performance/CucumberPerfRecorder/global.jelly
    M 
src/main/resources/com/castlemon/jenkins/performance/CucumberProjectAction/index.jelly
    M 
src/main/resources/com/castlemon/jenkins/performance/CucumberProjectAction/sorted.jelly
    M 
src/main/resources/com/castlemon/jenkins/performance/domain/reporting/Summary/index.jelly
    M src/main/resources/index.jelly

  Log Message:
  -----------
  Add escape-by-default this plugins jelly files.


  Commit: 53b11b007a38772cca3c400cbec454df507332be
      
https://github.com/jenkinsci/cucumber-performance-plugin/commit/53b11b007a38772cca3c400cbec454df507332be
  Author: Brian Riddle <brian.rid...@avanza.se>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Upgrade to latest Junit.

This solves java.lang.NoClassDefFoundError: org/junit/rules/TestRule


  Commit: 685888d18ac5d1af4a0f4c506f2b61b4a8ee2065
      
https://github.com/jenkinsci/cucumber-performance-plugin/commit/685888d18ac5d1af4a0f4c506f2b61b4a8ee2065
  Author: Brian Riddle <brian.rid...@avanza.se>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M 
src/test/java/com/castlemon/jenkins/performance/CucumberProjectActionTest.java

  Log Message:
  -----------
  Fix test.


  Commit: 6fd93ffbfa42e9d0ba2b47ddea44e301835a7772
      
https://github.com/jenkinsci/cucumber-performance-plugin/commit/6fd93ffbfa42e9d0ba2b47ddea44e301835a7772
  Author: Brian Riddle <brian.rid...@avanza.se>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Bump plugin parent to work with java 8. See JENKINS-18537


  Commit: 301389c2987df0c9836511d2fa14541d17746fe1
      
https://github.com/jenkinsci/cucumber-performance-plugin/commit/301389c2987df0c9836511d2fa14541d17746fe1
  Author: TrueDub <jegallag...@gmail.com>
  Date:   2016-10-16 (Sun, 16 Oct 2016)

  Changed paths:
    M pom.xml
    M src/main/java/com/castlemon/jenkins/performance/CucumberProjectAction.java
    M 
src/main/java/com/castlemon/jenkins/performance/util/CucumberPerfUtils.java
    M 
src/main/resources/com/castlemon/jenkins/performance/CucumberPerfRecorder/config.jelly
    M 
src/main/resources/com/castlemon/jenkins/performance/CucumberPerfRecorder/global.jelly
    M 
src/main/resources/com/castlemon/jenkins/performance/CucumberProjectAction/index.jelly
    M 
src/main/resources/com/castlemon/jenkins/performance/CucumberProjectAction/sorted.jelly
    M 
src/main/resources/com/castlemon/jenkins/performance/domain/reporting/Summary/index.jelly
    M src/main/resources/index.jelly
    M src/main/webapp/css/main.css
    M src/main/webapp/javascript/featureSortedTable.js
    M src/main/webapp/javascript/pieChart.js
    M src/main/webapp/javascript/scenarioSortedTable.js
    M src/main/webapp/javascript/stepSortedTable.js
    M 
src/test/java/com/castlemon/jenkins/performance/CucumberProjectActionTest.java
    M 
src/test/java/com/castlemon/jenkins/performance/util/CucumberPerfUtilsTest.java
    M src/test/resources/cukeperf.xml

  Log Message:
  -----------
  Merge pull request #3 from brianjriddle/master

Fixed nullpointer, jquery syntax, css, xss


Compare: 
https://github.com/jenkinsci/cucumber-performance-plugin/compare/1d8d27091ef2...301389c2987d

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