Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/radiatorview-plugin
  Commit: 53ef0eb45dcb9b330b753ccc31d4b65d5eea952b
      
https://github.com/jenkinsci/radiatorview-plugin/commit/53ef0eb45dcb9b330b753ccc31d4b65d5eea952b
  Author: dhorbach <[email protected]>
  Date:   2012-07-30 (Mon, 30 Jul 2012)

  Changed paths:
    A .gitignore
    M src/main/java/hudson/model/RadiatorView.java
    M src/main/resources/hudson/model/RadiatorView/configure-entries.jelly
    M src/main/resources/hudson/model/RadiatorView/job.jelly
    M src/main/resources/hudson/model/RadiatorView/main.jelly
    A src/main/webapp/help/showbuildStability.html

  Log Message:
  -----------
  Configuration to display build stability (weather) icon

Each Radiator view now has additional checkbox to enable display of
build stability icon


  Commit: c80624eefd1d70539c863518975888e2a3a6c7a5
      
https://github.com/jenkinsci/radiatorview-plugin/commit/c80624eefd1d70539c863518975888e2a3a6c7a5
  Author: dhorbach <[email protected]>
  Date:   2012-07-30 (Mon, 30 Jul 2012)

  Changed paths:
    M src/main/java/hudson/model/RadiatorView.java

  Log Message:
  -----------
  formatting - spaces to tabs


  Commit: 4779ca7f76d050229a49eb78b0b05fc4da94cfa9
      
https://github.com/jenkinsci/radiatorview-plugin/commit/4779ca7f76d050229a49eb78b0b05fc4da94cfa9
  Author: dhorbach <[email protected]>
  Date:   2012-07-30 (Mon, 30 Jul 2012)

  Changed paths:
    M src/main/resources/hudson/model/RadiatorView/configure-entries.jelly

  Log Message:
  -----------
  formatting2 - spaces to tabs


  Commit: 871b5401c49aba215c6b1e0773836f2f1f547509
      
https://github.com/jenkinsci/radiatorview-plugin/commit/871b5401c49aba215c6b1e0773836f2f1f547509
  Author: Johnathon Sanders <[email protected]>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M src/main/resources/hudson/model/RadiatorView/jobs.jelly

  Log Message:
  -----------
  Pad the job divs on the left side to increase readability


  Commit: 1cfb660cae46158c86dfd4c9391168e51cf0314c
      
https://github.com/jenkinsci/radiatorview-plugin/commit/1cfb660cae46158c86dfd4c9391168e51cf0314c
  Author: Johnathon Sanders <[email protected]>
  Date:   2012-09-21 (Fri, 21 Sep 2012)

  Changed paths:
    M src/main/resources/hudson/model/RadiatorView/jobs.jelly

  Log Message:
  -----------
  Allow the failed build div to fill the surrounding blank space a little more 
and also center.


  Commit: d44e144765639a2c655e4bf00ddf4fe8bb64a729
      
https://github.com/jenkinsci/radiatorview-plugin/commit/d44e144765639a2c655e4bf00ddf4fe8bb64a729
  Author: David Resnick <[email protected]>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Fix scm developerConnection.

Also, fix my user ID.


  Commit: bc2264d6512d70a6a8ae2f03cd716154ad52738d
      
https://github.com/jenkinsci/radiatorview-plugin/commit/bc2264d6512d70a6a8ae2f03cd716154ad52738d
  Author: David Resnick <[email protected]>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Ignore work directory.


  Commit: 394f78e14c85cbf955ad858ffc4390427c137047
      
https://github.com/jenkinsci/radiatorview-plugin/commit/394f78e14c85cbf955ad858ffc4390427c137047
  Author: David Resnick <[email protected]>
  Date:   2013-10-01 (Tue, 01 Oct 2013)

  Changed paths:
    M src/main/java/hudson/model/JobViewEntry.java
    M src/main/java/hudson/model/ProjectViewEntry.java
    M src/main/resources/hudson/model/RadiatorView/job.jelly
    M src/main/resources/hudson/model/RadiatorView/main.jelly

  Log Message:
  -----------
  Show unstable builds as yellow.

This is based on pull requests 2 & 7.

Unstable builds both with and without failing tests appear as yellow.

One issue with the current implementation is that builds that are unstable
due to being marked that way (with no failing tests) aren't enlarged as
broken jobs are.

[FIXED JENKINS-9772]
[FIXED JENKINS-10585]
[FIXED JENKINS-10614]
[FIXED JENKINS-10846]


  Commit: bb5616cbf321fa956793ec41fe9afa58f26c32a6
      
https://github.com/jenkinsci/radiatorview-plugin/commit/bb5616cbf321fa956793ec41fe9afa58f26c32a6
  Author: David Resnick <[email protected]>
  Date:   2013-10-01 (Tue, 01 Oct 2013)

  Changed paths:
    M src/main/java/hudson/model/IViewEntry.java
    M src/main/java/hudson/model/JobViewEntry.java
    M src/main/java/hudson/model/ProjectViewEntry.java
    M src/main/resources/hudson/model/RadiatorView/project.jelly

  Log Message:
  -----------
  Add support for matrix builds

Matrix builds show as red until all broken sub-jobs are claimed.

The code was based on code lifted from pull request 1 from henriklynggaard.

[FIXED JENKINS-8458]


  Commit: 0b688fb73d18ebbe1def1926a93ed1ef133e8191
      
https://github.com/jenkinsci/radiatorview-plugin/commit/0b688fb73d18ebbe1def1926a93ed1ef133e8191
  Author: David Resnick <[email protected]>
  Date:   2013-10-02 (Wed, 02 Oct 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Fix scm/developerConnection string.


  Commit: 766a1bbe252063483312a0eb29b13f9c714c70ec
      
https://github.com/jenkinsci/radiatorview-plugin/commit/766a1bbe252063483312a0eb29b13f9c714c70ec
  Author: David Resnick <[email protected]>
  Date:   2013-10-02 (Wed, 02 Oct 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release radiatorviewplugin-1.14


  Commit: e7f8c93d579744a8e9a0997190501c86c4121a5e
      
https://github.com/jenkinsci/radiatorview-plugin/commit/e7f8c93d579744a8e9a0997190501c86c4121a5e
  Author: David Resnick <[email protected]>
  Date:   2013-10-02 (Wed, 02 Oct 2013)

  Changed paths:
    M pom.xml

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


  Commit: f87f9ba089dd54a21196af618b45738cd7260958
      
https://github.com/jenkinsci/radiatorview-plugin/commit/f87f9ba089dd54a21196af618b45738cd7260958
  Author: David Resnick <[email protected]>
  Date:   2013-10-05 (Sat, 05 Oct 2013)

  Changed paths:
    M src/main/java/hudson/model/RadiatorView.java
    M src/main/resources/hudson/model/RadiatorView/configure-entries.jelly
    M src/main/resources/hudson/model/RadiatorView/job.jelly
    M src/main/resources/hudson/model/RadiatorView/main.jelly
    A src/main/webapp/help/showbuildStability.html

  Log Message:
  -----------
  Merge branch 'weather' of https://github.com/dhorbach/radiatorview-plugin

https://github.com/jenkinsci/radiatorview-plugin/pull/8

Conflicts:
        .gitignore


  Commit: e6a52558f7c986a5a495635451ad5c92e434f2f0
      
https://github.com/jenkinsci/radiatorview-plugin/commit/e6a52558f7c986a5a495635451ad5c92e434f2f0
  Author: David Resnick <[email protected]>
  Date:   2013-10-05 (Sat, 05 Oct 2013)

  Changed paths:
    M src/main/resources/hudson/model/RadiatorView/jobs.jelly

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/outdooricon/radiatorview-plugin

https://github.com/jenkinsci/radiatorview-plugin/pull/10


  Commit: d960207f55fb4b30208bedbe805ea761e50dc2e6
      
https://github.com/jenkinsci/radiatorview-plugin/commit/d960207f55fb4b30208bedbe805ea761e50dc2e6
  Author: David Resnick <[email protected]>
  Date:   2013-10-12 (Sat, 12 Oct 2013)

  Changed paths:
    A src/main/java/hudson/model/ClaimWrapper.java
    M src/main/java/hudson/model/JobViewEntry.java

  Log Message:
  -----------
  Move all ClaimBuildAction references to ClaimWrapper class

This is done to ensure that the Claim plugin remains an optional dependency.

[FIXED JENKINS-19961]


  Commit: 5a8d34510c141ca5db8d635e1d31f6ca846db8c3
      
https://github.com/jenkinsci/radiatorview-plugin/commit/5a8d34510c141ca5db8d635e1d31f6ca846db8c3
  Author: David Resnick <[email protected]>
  Date:   2013-10-12 (Sat, 12 Oct 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release radiatorviewplugin-1.15


  Commit: 79c7ee638d56ff28d3d79e292b528352e25fead4
      
https://github.com/jenkinsci/radiatorview-plugin/commit/79c7ee638d56ff28d3d79e292b528352e25fead4
  Author: David Resnick <[email protected]>
  Date:   2013-10-12 (Sat, 12 Oct 2013)

  Changed paths:
    M pom.xml

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


  Commit: 2663266fb4a1e862a9c03b3d192ddb6115703c15
      
https://github.com/jenkinsci/radiatorview-plugin/commit/2663266fb4a1e862a9c03b3d192ddb6115703c15
  Author: David Resnick <[email protected]>
  Date:   2013-10-15 (Tue, 15 Oct 2013)

  Changed paths:
    M src/main/resources/hudson/model/RadiatorView/main.jelly

  Log Message:
  -----------
  Mark page as 'full-screen-capable' for iOS devices

Radiator view is often displayed on a iPad as real-time build dashboard.
To maximize the screen real-estate, the radiator view should take the
whole screen, hiding address bar of MobileSafari. To achieve this, add
<meta name="apple-mobile-web-app-capable" content="yes" /> to the HTML
of radiator view. Documentation of this tag is here:
http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariHTMLRef/Articles/MetaTags.html

[FIXED JENKINS 8981]


  Commit: a5a78e6d2defb18a646610ae66078fde69add29e
      
https://github.com/jenkinsci/radiatorview-plugin/commit/a5a78e6d2defb18a646610ae66078fde69add29e
  Author: David Resnick <[email protected]>
  Date:   2013-10-15 (Tue, 15 Oct 2013)

  Changed paths:
    M src/main/java/hudson/model/RadiatorUtil.java

  Log Message:
  -----------
  Show last completed build, skipping aborted ones

[FIXED JENKINS 8222]


  Commit: fead473bab3441b0b7e05bdfab9b67a58f6de012
      
https://github.com/jenkinsci/radiatorview-plugin/commit/fead473bab3441b0b7e05bdfab9b67a58f6de012
  Author: David Resnick <[email protected]>
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
    M src/main/java/hudson/model/JobViewEntry.java

  Log Message:
  -----------
  Ignore old matrix combinations.

Old combinations appear in current builds, though they are irrelevant.

[FIXED JENKINS 20089]


  Commit: 46131556081e3699a5fd6f2352b15068f522352b
      
https://github.com/jenkinsci/radiatorview-plugin/commit/46131556081e3699a5fd6f2352b15068f522352b
  Author: David Resnick <[email protected]>
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release radiatorviewplugin-1.16


  Commit: 27e436054218d426355df208e2d74c632acd32a1
      
https://github.com/jenkinsci/radiatorview-plugin/commit/27e436054218d426355df208e2d74c632acd32a1
  Author: David Resnick <[email protected]>
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
    M pom.xml

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


  Commit: 0c2e61f9fa56ce403a0be1f3f40511c92dc73fbe
      
https://github.com/jenkinsci/radiatorview-plugin/commit/0c2e61f9fa56ce403a0be1f3f40511c92dc73fbe
  Author: David Resnick <[email protected]>
  Date:   2013-10-19 (Sat, 19 Oct 2013)

  Changed paths:
    M src/main/java/hudson/model/JobViewEntry.java

  Log Message:
  -----------
  Fix NPE for unbuilt jobs when claim plugin is installed.

[FIXED JENKINS-20129]


  Commit: 32153dd1a9b86a7f0c7be90ea44de1bc2eb79f78
      
https://github.com/jenkinsci/radiatorview-plugin/commit/32153dd1a9b86a7f0c7be90ea44de1bc2eb79f78
  Author: David Resnick <[email protected]>
  Date:   2013-10-20 (Sun, 20 Oct 2013)

  Changed paths:
    M src/main/java/hudson/model/IViewEntry.java
    M src/main/java/hudson/model/JobViewEntry.java
    M src/main/java/hudson/model/ProjectViewEntry.java
    M src/main/resources/hudson/model/RadiatorView/project.jelly

  Log Message:
  -----------
  Unbuilt shown as gray in job view, varied in project view.

Possible improvement: change the project bg color when the only other jobs are
successful, as right now it shows as orange.

[FIXED JENKINS-12460]


  Commit: 6dcacb16d4a728da4d278d2c97d7f33df2dd4645
      
https://github.com/jenkinsci/radiatorview-plugin/commit/6dcacb16d4a728da4d278d2c97d7f33df2dd4645
  Author: David Resnick <[email protected]>
  Date:   2013-10-20 (Sun, 20 Oct 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release radiatorviewplugin-1.17


  Commit: ceb0d341fc9ac8732ff90937755306e24279019e
      
https://github.com/jenkinsci/radiatorview-plugin/commit/ceb0d341fc9ac8732ff90937755306e24279019e
  Author: David Resnick <[email protected]>
  Date:   2013-10-20 (Sun, 20 Oct 2013)

  Changed paths:
    M pom.xml

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


Compare: 
https://github.com/jenkinsci/radiatorview-plugin/compare/8b0b3a4e8310...ceb0d341fc9a

-- 
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/groups/opt_out.

Reply via email to