Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-31 | Authenticate / route as to not leak private dashboard url | David Rubin | |
2013-07-29 | update gemspec to 1.2.0 | David Underwood | |
2013-07-29 | Merge branch 'master' of github.com:Shopify/dashing | David Underwood | |
* 'master' of github.com:Shopify/dashing: add stop command to dashing | |||
2013-07-29 | add stop command to dashing | Matt Critchlow | |
fix dashing stop text description remove local comment from stop method | |||
2013-07-29 | Merge remote-tracking branch 'cjolly/cjolly-application-messages' | David Underwood | |
* cjolly/cjolly-application-messages: only fire dashboard events when target is current dashboard dashboard events - use SSE event names Adding application messaging. Conflicts: test/app_test.rb | |||
2013-07-27 | only fire dashboard events when target is current dashboard | Chad Jolly | |
* send event to all dashboards by including {"dashboard": "*"} in payload * reload event forces reload from server, no caching | |||
2013-07-24 | Merge pull request #171 from mcritchlow/master | David Underwood | |
add stop command to dashing | |||
2013-07-24 | add stop command to dashing | Matt Critchlow | |
fix dashing stop text description remove local comment from stop method | |||
2013-07-16 | Merge pull request #165 from cjolly/tests-tmp-history-file | David Underwood | |
use tmp dir for history file when running tests | |||
2013-07-14 | use tmp dir for history file when running tests | Chad Jolly | |
2013-07-14 | dashboard events - use SSE event names | Chad Jolly | |
2013-07-14 | Adding application messaging. | Pieter van de Bruggen | |
While widgets are the most common target for events, there is good reason to sometimes target the application as a whole. This patch adds support for such events using the /-prefixed notation. (This convention is safe for use since it represents an extremely uncommon widget ID, and one which data could not be POSTed to.) Such events are NOT subject to replay, and are handled on the client-side by firing corresponding events on the Dashing application class. As a proof of concept (and to fufill a feature request), this patch also introduces a POST /reload endpoint, which when provided with a valid authkey (and optionally a dashboard name) fires the appropriate 'reload' event on all of the loaded dashboards. The 'reload' event handler then reloads the dashboard, unless a different dashboard was specified. | |||
2013-07-08 | Merge pull request #156 from davefp/recursive_job_loading | Daniel Beauchamp | |
Recursively load jobs | |||
2013-06-28 | Yo dawg, I heard you liked jobs so we added recursive loading to your job ↵ | David Underwood | |
loader so you can have job subfolders in the job folder that contain jobs | |||
2013-06-27 | bump minor gem version for release of history file | David Underwood | |
2013-06-27 | Merge branch 'master' of github.com:Shopify/dashing | David Underwood | |
* 'master' of github.com:Shopify/dashing: render titles correctly | |||
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. |