Skip to content

Commit

Permalink
updates to v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHal committed Jun 22, 2020
1 parent 4ec6c11 commit ce9e1c8
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Nevergreen is a build monitor with attitude. Continually deliver via fast clear

![Example Monitor page](doc/screenshot_monitor.png)

![Example Monitor page on tablet](doc/screenshot_monitor_tablet.png)

![Example Monitor page on mobile](doc/screenshot_monitor_mobile.png)

![Example Tracking page](doc/screenshot_tracking.png)

## How do I start monitoring my builds?
Expand Down
16 changes: 16 additions & 0 deletions cctray_xml_feed_mock/resources/screenshot.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Projects>
<Project webUrl="1" name="netbeans-windows" lastBuildLabel="1874" lastBuildTime="2020-06-22T15:42:10Z" lastBuildStatus="Failure" activity="Sleeping"/>
<Project webUrl="1" name="Mesos-Reviewbot-Linux" lastBuildLabel="10608" lastBuildTime="2020-06-22T14:49:02Z" lastBuildStatus="Success" activity="Building"/>
<Project webUrl="1" name="Apache Camel" lastBuildLabel="9327" lastBuildTime="2020-06-22T03:37:57Z" lastBuildStatus="Success" activity="Building"/>
<Project webUrl="1" name="pulsar-manager-build" lastBuildLabel="125" lastBuildTime="2020-06-22T11:11:32Z" lastBuildStatus="Success" activity="Building"/>
<Project webUrl="1" name="netbeans-linux-experiment" lastBuildLabel="1518" lastBuildTime="2020-06-21T14:49:18Z" lastBuildStatus="Failure" activity="Sleeping"/>
<Project webUrl="1" name="netbeans-license" lastBuildLabel="204" lastBuildTime="2020-06-22T14:49:08Z" lastBuildStatus="Failure" activity="Building"/>
<Project webUrl="1" name="Tamaya-Site-Master" lastBuildLabel="1747" lastBuildTime="2020-06-22T14:15:04Z" lastBuildStatus="Success" activity="Building"/>
<Project webUrl="1" name="zeppelin-pull-request" lastBuildLabel="7435" lastBuildTime="2020-06-22T14:56:28Z" lastBuildStatus="Failure" activity="Sleeping"/>
<Project webUrl="1" name="hadoop-ozone-trunk-qbt-java8-linux-x86" lastBuildLabel="692" lastBuildTime="2020-06-22T14:56:05Z" lastBuildStatus="Failure" activity="Sleeping"/>
<Project webUrl="1" name="JMeter Ubuntu" lastBuildLabel="1034" lastBuildTime="2020-06-22T13:48:57Z" lastBuildStatus="Success" activity="Building"/>
<Project webUrl="1" name="Lucene-Solr-Tests-8.5" lastBuildLabel="346" lastBuildTime="2020-06-22T12:37:57Z" lastBuildStatus="Success" activity="Building"/>
<Project webUrl="1" name="HBase Nightly" lastBuildLabel="149" lastBuildTime="2020-06-22T03:37:57Z" lastBuildStatus="Failure" activity="Building"/>
<Project webUrl="1" name="netbeans-linux-jdk11" lastBuildLabel="717" lastBuildTime="2020-06-22T14:50:22Z" lastBuildStatus="Success" activity="Building"/>
<Project webUrl="1" name="OFBiz-Github-MultiBranch" lastBuildLabel="23" lastBuildTime="2020-06-22T14:21:24Z" lastBuildStatus="Failure" activity="Sleeping"/>
</Projects>
2 changes: 2 additions & 0 deletions cctray_xml_feed_mock/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function delayedResponse(file) {
const generic = response('cctray.xml')
const go = response('go_cd.xml')
const jenkins = response('jenkins.xml')
const screenshot = response('screenshot.xml')

app.get('/cc.xml', jenkins) // Jenkins, Hudson, CircleCI, CruiseControl
app.get('/cc/uuid/cctray.xml', generic) // Solano CI
Expand All @@ -52,6 +53,7 @@ app.get('/go/cctray.xml', go) // GO CD
app.get('/slow/go/cctray.xml', delayedResponse('go_cd.xml')) // GO CD
app.get('/guestAuth/app/rest/cctray/projects.xml', generic) // TeamCity
app.get('/XmlStatusReport.aspx', generic) // CruiseControl.rb, CruiseControl.NET
app.get('/screenshot.xml', screenshot)

app.get('/cctray.xml', generic)
app.get('/secure/cctray.xml', basicAuth('u', 'p'), generic)
Expand Down
Binary file removed doc/screenshot.png
Binary file not shown.
Binary file modified doc/screenshot_monitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshot_monitor_mobile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/screenshot_monitor_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/screenshot_tracking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.10.9
6.0.0
2 changes: 1 addition & 1 deletion resources/version_name.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Plump Purple
Quick Silver
2 changes: 1 addition & 1 deletion src/client/common/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $sick-building: #d14904;
$error: #de3535;
$outline: #a4a4a4;

$version-color: #5946b2;
$version-color: #a6a6a6;

// Decorations

Expand Down

0 comments on commit ce9e1c8

Please sign in to comment.