summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-18Persist history at exit and load on start, so that server restarts don't lose...Nathan Broadbent
2013-05-09Bump coffee script version.pushmatrix
2013-05-09updated version of gridsterBen Thomas
2013-05-09allow send_event to be called from within modulesZachary Salzbank
2013-05-09add test for redirecting to first dashboard, and returning a 404 if dashboard...Aaron Peckham
2013-05-09Test that the Sinatra app redirects to the default dashboard; saves data post...Aaron Peckham
2013-05-09Properly hyphenate css class names for widgets.Federico Bana
2013-04-30Merge pull request #107 from neopoly/protocol-agnosticDaniel Beauchamp
2013-04-29Merge pull request #115 from jfriedlaender/patch-1Daniel Beauchamp
2013-04-29Added suffix option for number widgetJoel Friedlaender
2013-04-18Use protocol agnostic google font url.Peter Suschlik
2013-04-03Send an X-Accel-Redirect in /events to disable nginx buffering.Jean Boussier
2013-04-03Merge pull request #91 from southpolesteve/patch-1Daniel Beauchamp
2013-04-03Merge pull request #92 from persand/patch-1Daniel Beauchamp
2013-03-28Remove unnecessary semicolonsPer Sandström
2013-03-27Create .gitignoreSteve Faulkner
2013-03-24Add a Thor command to install a widget by its Gist Id.Emmanuel Hadoux
2013-03-12Use https ruby gems in the gemfilepushmatrix
2013-03-12update to latest batmanJohn Tajima
2013-02-13Bump to version 1.0.4Daniel Beauchamp
2013-02-13Merge pull request #48 from davefp/status_fixDaniel Beauchamp
2013-02-13Added the public directory for serving static assets. This allows for stuff l...Daniel Beauchamp
2013-02-08No longer clamp rack version to 1.4.2. People should update to 1.5.2+Daniel Beauchamp
2013-01-24Allow overriding the 'updatedAt' field. This is useful if you want to show th...Daniel Beauchamp
2013-01-10Update to 1.0.2. Specify dependency on rack <= 1.4.2 until Sinatra supports 1...Daniel Beauchamp
2012-12-29Merge branch 'master' of github.com:Shopify/dashing into status_fixDavid Underwood
2012-12-29Makes the status class removal more flexibleDavid Underwood
2012-12-24Establish test suite.Kevin Thompson
2012-12-16Prevents duplicate widget event notificationsTim Santeford
2012-12-12Correctly removes old status classes on the number widgetDavid Underwood
2012-12-05Added link to MIT license in readme.Daniel Beauchamp
2012-12-05Update readme to include a descriptionDaniel Beauchamp
2012-12-03Removes whitespace :scissors:Ayrton De Craene
2012-12-04Display 'last updated' using user's locale. Closes #10Scott Gerring
2012-11-28Specify uf8 encoding in the gemspec.Daniel Beauchamp
2012-11-14Set explicit delay for AnimatedNumber filter. Firefox doesn't run SetInterval...Daniel Beauchamp
2012-11-05Save layout only suggested when layout changes. Closes #3Ryan Seys
2012-10-30Release 1.0!Daniel Beauchamp
2012-10-30Make the default port 3030Daniel Beauchamp
2012-10-30Added new widgets, and made them more flexible. Ready for 0.1.3!Daniel Beauchamp
2012-10-11Provide a way to get the query params given to a dashboard.Daniel Beauchamp
2012-09-17Updated the animated setter to better work with null values.Daniel Beauchamp
2012-09-17Added a debug mode that lets you see all messages coming in.Daniel Beauchamp
2012-08-28Added in a fix that forces your json codec to initialize before jobs are run.Daniel Beauchamp
2012-08-24Widgets now have a formatted 'updatedAtMessage'. For stuff like 'Last updated...Daniel Beauchamp
2012-08-24Keep track of updatedAt server side, instead of on widgets.Daniel Beauchamp
2012-08-24Remove some lingering calls to 'super' from widgets.Daniel Beauchamp
2012-08-24You no longer need to call 'super' inside your onData callbacks for widgets.Daniel Beauchamp
2012-08-14Updated the sample project.Daniel Beauchamp
2012-08-13Added more descriptive thor task descriptions.Daniel Beauchamp