Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-27 | Updates gitignore to exclude compiled gem | David Underwood | |
2013-06-26 | Merge pull request #153 from davefp/title_fix | Daniel Beauchamp | |
Render titles correctly | |||
2013-06-25 | render titles correctly | David Underwood | |
2013-06-24 | Update License | Daniel Beauchamp | |
2013-06-21 | Changes history file location to avoid failing tests | David Underwood | |
2013-06-21 | Merge pull request #142 from ndbroadbent/persist_history | David Underwood | |
Persist and load history using a YAML file, so that server restarts don't lose pushed data | |||
2013-06-21 | Version 1.0.7 | David Underwood | |
2013-06-21 | Merge pull request #123 from apeckham/haml | David Underwood | |
Use any Tilt-supported view language: Haml, Slim, ERB, Liquid, etc. | |||
2013-06-14 | Version 1.0.6. | pushmatrix | |
2013-06-14 | Added dependency to the twitter gem so that the twitter widget can work with ↵ | pushmatrix | |
the 1.1 API. | |||
2013-05-20 | allow widget views to be written in any Tilt-supported template language | Aaron Peckham | |
2013-05-18 | Persist history at exit and load on start, so that server restarts don't ↵ | Nathan Broadbent | |
lose all pushed events | |||
2013-05-09 | use any Tilt-supported view engine for dashboards, including Haml | Aaron Peckham | |
2013-05-09 | Bump coffee script version. | pushmatrix | |
2013-05-09 | updated version of gridster | Ben Thomas | |
2013-05-09 | allow send_event to be called from within modules | Zachary Salzbank | |
resolves the error: undefined local variable or method `settings' when send_event is called from in a module | |||
2013-05-09 | add test for redirecting to first dashboard, and returning a 404 if ↵ | Aaron Peckham | |
dashboard doesn't exist | |||
2013-05-09 | Test that the Sinatra app redirects to the default dashboard; saves data ↵ | Aaron Peckham | |
posted to /widgets/X, and requires auth; returns data on /events; returns the sample dashboards; and returns sample widgets. | |||
2013-05-09 | Properly hyphenate css class names for widgets. | Federico Bana | |
2013-04-30 | Merge pull request #107 from neopoly/protocol-agnostic | Daniel Beauchamp | |
Use protocol agnostic google font url. | |||
2013-04-29 | Merge pull request #115 from jfriedlaender/patch-1 | Daniel Beauchamp | |
Added suffix option for number widget | |||
2013-04-29 | Added suffix option for number widget | Joel Friedlaender | |
Added an option to append a suffix to the number in the number widget. Done in the same was as prepend. Useful for things like percentage (eg. 10%). | |||
2013-04-18 | Use protocol agnostic google font url. | Peter Suschlik | |
HTTPS users are happy now :) | |||
2013-04-03 | Send an X-Accel-Redirect in /events to disable nginx buffering. | Jean Boussier | |
2013-04-03 | Merge pull request #91 from southpolesteve/patch-1 | Daniel Beauchamp | |
Create .gitignore for project template | |||
2013-04-03 | Merge pull request #92 from persand/patch-1 | Daniel Beauchamp | |
Remove unnecessary semicolons | |||
2013-03-28 | Remove unnecessary semicolons | Per Sandström | |
2013-03-27 | Create .gitignore | Steve Faulkner | |
2013-03-24 | Add a Thor command to install a widget by its Gist Id. | Emmanuel Hadoux | |
2013-03-12 | Use https ruby gems in the gemfile | pushmatrix | |
2013-03-12 | update to latest batman | John Tajima | |
2013-02-13 | Bump to version 1.0.4 | Daniel Beauchamp | |
2013-02-13 | Merge pull request #48 from davefp/status_fix | Daniel Beauchamp | |
Correctly removes old status classes on the number widget when updating the status | |||
2013-02-13 | Added the public directory for serving static assets. This allows for stuff ↵ | Daniel Beauchamp | |
like favicons and custom 404/500 pages. | |||
2013-02-08 | No longer clamp rack version to 1.4.2. People should update to 1.5.2+ | Daniel Beauchamp | |
2013-01-24 | Allow overriding the 'updatedAt' field. This is useful if you want to show ↵ | Daniel Beauchamp | |
the freshness of the data instead of when the job was last run. | |||
2013-01-10 | Update to 1.0.2. Specify dependency on rack <= 1.4.2 until Sinatra supports ↵ | Daniel Beauchamp | |
1.4.2+ | |||
2012-12-29 | Merge branch 'master' of github.com:Shopify/dashing into status_fix | David Underwood | |
2012-12-29 | Makes the status class removal more flexible | David Underwood | |
as suggested by @crcastle | |||
2012-12-24 | Establish test suite. | Kevin Thompson | |
2012-12-16 | Prevents duplicate widget event notifications | Tim Santeford | |
2012-12-12 | Correctly removes old status classes on the number widget | David Underwood | |
when updating the status | |||
2012-12-05 | Added link to MIT license in readme. | Daniel Beauchamp | |
2012-12-05 | Update readme to include a description | Daniel Beauchamp | |
2012-12-03 | Removes whitespace :scissors: | Ayrton De Craene | |
2012-12-04 | Display 'last updated' using user's locale. Closes #10 | Scott Gerring | |
2012-11-28 | Specify uf8 encoding in the gemspec. | Daniel Beauchamp | |
2012-11-14 | Set explicit delay for AnimatedNumber filter. Firefox doesn't run ↵ | Daniel Beauchamp | |
SetInterval unless there is a delay specified. Closes #6 | |||
2012-11-05 | Save layout only suggested when layout changes. Closes #3 | Ryan Seys | |
2012-10-30 | Release 1.0! | Daniel Beauchamp | |