From f0eddbf7479f21d3d01e977aae1061cb194ce011 Mon Sep 17 00:00:00 2001 From: Bitdeli Chef Date: Tue, 1 Oct 2013 10:14:09 +0000 Subject: [PATCH 1/2] Add a Bitdeli badge to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7d3dcdb50..8931efe43 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,7 @@ you'll need to apply your changes again after restart. I'm working on this one, ## Inspired by No longer maintained [Radiator View Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Radiator+View+Plugin) + + +[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/jan-molak/jenkins-build-monitor-plugin/trend.png)](https://bitdeli.com/free "Bitdeli Badge") + From 56fd72c8fa9371dad03a7be1a9f749743ab27103 Mon Sep 17 00:00:00 2001 From: Jan Molak Date: Sun, 6 Oct 2013 18:40:45 +0100 Subject: [PATCH 2/2] Build Monitor supports long-lived cookies as of v1.0+build.50 --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 8931efe43..ac9f6ee23 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,6 @@ What this means to you is that if you'd like to use the Build Monitor plugin, pl that you're using Chrome or Opera to display it. Safari 7 and Internet Explorer 11 will be supporting this functionality in the [near future](http://caniuse.com/flexbox). -### View configuration stored in a session cookie - -Current implementation of Angular.js doesn't seem to allow for storing cookies with expiry time set to -[anything longer than "session"](http://stackoverflow.com/questions/12624181/angularjs-how-to-set-expiration-date-for-cookie-in-angularjs). - -What this means to you is that if you change the default font size or column count settings and restart the browser, -you'll need to apply your changes again after restart. I'm working on this one, so stay tuned. - ## Roadmap 1. Display what triggered the build (SCM change, another job, manual)