Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/appthwack-plugin
  Commit: aa08c30968162d6f61ce5b61cec82c3c2b29f15e
      
https://github.com/jenkinsci/appthwack-plugin/commit/aa08c30968162d6f61ce5b61cec82c3c2b29f15e
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/appthwack/AppThwackRecorder.java

  Log Message:
  -----------
  Modified archive pulling to store it in top level artifact directory so it is 
visible in project file browser. Attach AppThwackTestResultAction to run which 
now manages polling run status and getting results. Added support for 
APPTHWACK_PROJECT build parameter.


  Commit: 049652c776ed65ed30e8d7d0d9fe94f237c0277e
      
https://github.com/jenkinsci/appthwack-plugin/commit/049652c776ed65ed30e8d7d0d9fe94f237c0277e
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A src/main/webapp/foundation-icons.css
    A src/main/webapp/foundation-icons.eot
    A src/main/webapp/foundation-icons.svg
    A src/main/webapp/foundation-icons.ttf
    A src/main/webapp/foundation-icons.woff
    A src/main/webapp/thwack-large.png
    A src/main/webapp/thwack.png

  Log Message:
  -----------
  Added icons and foundation fonts.


  Commit: 8846760012606bb714621f0e513dd2047b40ba41
      
https://github.com/jenkinsci/appthwack-plugin/commit/8846760012606bb714621f0e513dd2047b40ba41
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A src/main/resources/org/jenkinsci/plugins/appthwack/results/bar.jelly

  Log Message:
  -----------
  Test result progress bar show at very top of individual run view.


  Commit: 8e0aed6b02e70ba3f303587d22d844d3d62b1820
      
https://github.com/jenkinsci/appthwack-plugin/commit/8e0aed6b02e70ba3f303587d22d844d3d62b1820
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A src/main/resources/org/jenkinsci/plugins/appthwack/results/taglib

  Log Message:
  -----------
  Mark results directory as a taglib so we can import the jelly files into 
other views.


  Commit: b3cc6eed65f1ad0f6cbe1e77b45b25c791fafd81
      
https://github.com/jenkinsci/appthwack-plugin/commit/b3cc6eed65f1ad0f6cbe1e77b45b25c791fafd81
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/results/project-run-summary.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/results/run-results-group.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/results/run-summary-scoreboard.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/results/run-summary.jelly

  Log Message:
  -----------
  Added re-usable result templates for pass/warn/fail scoreboard, run summary 
and individual run results.


  Commit: 6635777a8782162a48ed82e4267f2dc1fc9fee2c
      
https://github.com/jenkinsci/appthwack-plugin/commit/6635777a8782162a48ed82e4267f2dc1fc9fee2c
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackTestResultAction/404.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackTestResultAction/summary.jelly

  Log Message:
  -----------
  Added AppThwackTestResultAction views so show the run results in the Jenkins 
run summary view.


  Commit: 2688faa46b6f4ae4927c1b57915bd59abcd3a88b
      
https://github.com/jenkinsci/appthwack-plugin/commit/2688faa46b6f4ae4927c1b57915bd59abcd3a88b
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackTestResult/404.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackTestResult/body.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackTestResult/index.jelly

  Log Message:
  -----------
  Added jelly views for individual test result views. This contains 
result/performance graphs, result progress bar and pass/fail/warn per test 
breakdowns by device.


  Commit: 1e8d39fccc3a539680f9e18cb0199edb802bd539
      
https://github.com/jenkinsci/appthwack-plugin/commit/1e8d39fccc3a539680f9e18cb0199edb802bd539
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackProjectAction/404.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackProjectAction/floatingBox.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackProjectAction/jobMain.jelly

  Log Message:
  -----------
  Added jelly views for the project page which contains list of five most 
recent AppThwack results and pass/warn/fail graph for entire project.


  Commit: 334d5ea24b209c0974d64e758ba7113e14fc8575
      
https://github.com/jenkinsci/appthwack-plugin/commit/334d5ea24b209c0974d64e758ba7113e14fc8575
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackListViewColumn/column.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackListViewColumn/columnHeader.jelly

  Log Message:
  -----------
  Added jelly views for ListViewColumn so most recent pass/warn/fail counters 
are shown on the Jenkins homepage.


  Commit: 8ad1dd301dd0407fb1ccc0622ef20987ae620781
      
https://github.com/jenkinsci/appthwack-plugin/commit/8ad1dd301dd0407fb1ccc0622ef20987ae620781
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/appthwack/AppThwackGraph.java

  Log Message:
  -----------
  Contains extension of JChart and helper methods which generate AppThwack 
stylized trend graphs used on project homepage and individual results page.


  Commit: 3982a5e2e66641a46cad3cf211de92fedd67a03c
      
https://github.com/jenkinsci/appthwack-plugin/commit/3982a5e2e66641a46cad3cf211de92fedd67a03c
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/appthwack/AppThwackListViewColumn.java

  Log Message:
  -----------
  Extension to the ListViewColumn so we can display latest result 
pass/warn/fail counters on the Jenkins homepage.


  Commit: be24e21572795c980ecc8beb0f97a81ef0b634ad
      
https://github.com/jenkinsci/appthwack-plugin/commit/be24e21572795c980ecc8beb0f97a81ef0b634ad
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/appthwack/AppThwackProjectAction.java

  Log Message:
  -----------
  Action to display most recent AppThwack results and pass/warn/fail trend 
graph on the project page.


  Commit: b4693c62ddd47bb819e3bb9fcafff5deddefd3dc
      
https://github.com/jenkinsci/appthwack-plugin/commit/b4693c62ddd47bb819e3bb9fcafff5deddefd3dc
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/appthwack/AppThwackUtils.java

  Log Message:
  -----------
  Helper functions for getting results/builds from Jenkins projects which are 
used in multiple places.


  Commit: 6cc86b4ed6eeaa17d44ef9dae8c799f53c672401
      
https://github.com/jenkinsci/appthwack-plugin/commit/6cc86b4ed6eeaa17d44ef9dae8c799f53c672401
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A 
src/main/java/org/jenkinsci/plugins/appthwack/AppThwackTestResultAction.java

  Log Message:
  -----------
  Action which is added to build by the AppThwackRecorder which is responsible 
for managing the execution of a run and periodically updating the results. 
Analogous to an AppThwack run.


  Commit: 7ea8b6c4a5c7b633ca0c4e9e91a5828deb984b7d
      
https://github.com/jenkinsci/appthwack-plugin/commit/7ea8b6c4a5c7b633ca0c4e9e91a5828deb984b7d
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-25 (Fri, 25 Apr 2014)

  Changed paths:
    A src/main/java/org/jenkinsci/plugins/appthwack/AppThwackTestResult.java

  Log Message:
  -----------
  Readonly container object which represents a snapshot of AppThwack run 
results. These objects are periodically recreated by the 
AppThwackTestResultAction while a run is active and cached once the build is 
complete. Also exposes functionality for generating result specific trend 
graphs.


  Commit: 8113b762e3df756b9049cab66d772c3e7b8a1978
      
https://github.com/jenkinsci/appthwack-plugin/commit/8113b762e3df756b9049cab66d772c3e7b8a1978
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackProjectAction/floatingBox.jelly

  Log Message:
  -----------
  Figures...fix for my last minute fix to only show the project result trends 
graph when one of the previous runs has a result attached to it.


  Commit: a9f0cf7bfa514d87424a8babbfc16fcf796160ab
      
https://github.com/jenkinsci/appthwack-plugin/commit/a9f0cf7bfa514d87424a8babbfc16fcf796160ab
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Added the install-dev-deps make target so we can easily install the local 
development version of the appthwack-java client instead of pushing SNAPSHOT 
jars up to a repository and pulling them back down.


  Commit: ea88fe002e50e2765bffd4986c33e1c4a44d52b7
      
https://github.com/jenkinsci/appthwack-plugin/commit/ea88fe002e50e2765bffd4986c33e1c4a44d52b7
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M provisioning/playbook.yml

  Log Message:
  -----------
  Added gnupg and rng-tools to Ansible playbook since we're doing artifact 
deployment within Vagrant.


  Commit: d11ec7467e2130322e57a0743c25a89ff143dc85
      
https://github.com/jenkinsci/appthwack-plugin/commit/d11ec7467e2130322e57a0743c25a89ff143dc85
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M Makefile
    M provisioning/playbook.yml
    A src/main/java/org/jenkinsci/plugins/appthwack/AppThwackGraph.java
    A src/main/java/org/jenkinsci/plugins/appthwack/AppThwackListViewColumn.java
    A src/main/java/org/jenkinsci/plugins/appthwack/AppThwackProjectAction.java
    M src/main/java/org/jenkinsci/plugins/appthwack/AppThwackRecorder.java
    A src/main/java/org/jenkinsci/plugins/appthwack/AppThwackTestResult.java
    A 
src/main/java/org/jenkinsci/plugins/appthwack/AppThwackTestResultAction.java
    A src/main/java/org/jenkinsci/plugins/appthwack/AppThwackUtils.java
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackListViewColumn/column.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackListViewColumn/columnHeader.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackProjectAction/404.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackProjectAction/floatingBox.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackProjectAction/jobMain.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackTestResult/404.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackTestResult/body.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackTestResult/index.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackTestResultAction/404.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/AppThwackTestResultAction/summary.jelly
    A src/main/resources/org/jenkinsci/plugins/appthwack/results/bar.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/results/project-run-summary.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/results/run-results-group.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/results/run-summary-scoreboard.jelly
    A 
src/main/resources/org/jenkinsci/plugins/appthwack/results/run-summary.jelly
    A src/main/resources/org/jenkinsci/plugins/appthwack/results/taglib
    A src/main/webapp/foundation-icons.css
    A src/main/webapp/foundation-icons.eot
    A src/main/webapp/foundation-icons.svg
    A src/main/webapp/foundation-icons.ttf
    A src/main/webapp/foundation-icons.woff
    A src/main/webapp/thwack-large.png
    A src/main/webapp/thwack.png

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'

Conflicts:
        src/main/java/org/jenkinsci/plugins/appthwack/AppThwackRecorder.java


  Commit: 6271f847ac78fd6b8c52725557ea983b14507bff
      
https://github.com/jenkinsci/appthwack-plugin/commit/6271f847ac78fd6b8c52725557ea983b14507bff
  Author: Andrew Hawker <[email protected]>
  Date:   2014-04-26 (Sat, 26 Apr 2014)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge branch 'master' of github.com:jenkinsci/appthwack-plugin

Conflicts:
        src/main/java/org/jenkinsci/plugins/appthwack/AppThwackRecorder.java


Compare: 
https://github.com/jenkinsci/appthwack-plugin/compare/560a71720550...6271f847ac78

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