Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-30 | Make relative to allow running on sub-path | micpango | |
2013-08-21 | Merge branch 'master' of github.com:Shopify/dashing | David Underwood | |
* 'master' of github.com:Shopify/dashing: Handle widgets with multiple capital letters | |||
2013-08-21 | Updates fontawesome to 3.2.1 | David Underwood | |
2013-08-20 | Merge pull request #181 from drubin/patch-2 | Daniel Beauchamp | |
Handle widgets with multiple capital letters | |||
2013-08-20 | Updates rickshaw and d3, and puts version numbers in the filenames | David Underwood | |
2013-08-20 | Strip html by default in widgets. Users can disable this with the 'raw' ↵ | pushmatrix | |
filter. Closes #176 | |||
2013-08-16 | Allow the graph type to be specified when using the graph widget | David Underwood | |
2013-08-09 | The default dashboard is picked simply as the first one alphabetically ↵ | pushmatrix | |
across all OSes. Closes #97 | |||
2013-08-08 | Handle widgets with multiple capital letters | David Rubin | |
This change allows widgets to have names like AwesomeWidgetYes and it will be given awesome-widget-yes instead of awesome-widget_yes | |||
2013-07-31 | Merge pull request #174 from drubin/auth-for-index | David Underwood | |
Security: authenticate / route as to not leak private dashboard urls | |||
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 | |