Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream changes #1

Merged
merged 80 commits into from
Jan 22, 2014
Merged

Upstream changes #1

merged 80 commits into from
Jan 22, 2014

Conversation

forkbot
Copy link

@forkbot forkbot commented Jan 22, 2014

Automatically opened by http://forkbomb.io

Peter Suschlik and others added 30 commits April 18, 2013 14:08
HTTPS users are happy now :)
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%).
Added suffix option for number widget
Use protocol agnostic google font url.
…ata posted to /widgets/X, and requires auth; returns data on /events; returns the sample dashboards; and returns sample widgets.
resolves the error:
  undefined local variable or method `settings'

when send_event is called from in a module
Use any Tilt-supported view language: Haml, Slim, ERB, Liquid, etc.
Persist and load history using a YAML file, so that server restarts don't lose pushed data
* 'master' of github.com:Shopify/dashing:
  render titles correctly
… job loader so you can have job subfolders in the job folder that contain jobs
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.
John Tajima and others added 28 commits September 3, 2013 13:35
Fixes event connection close error never re-establishes connection.
This reverts commit a4cdeb8, reversing
changes made to 2671d38.
changed url from ../fonts/ to ../assets/ so that dashing can work with its own url scheme.
fix url for fontawesome css
Floppy added a commit that referenced this pull request Jan 22, 2014
@Floppy Floppy merged commit 4bcc787 into theodi:master Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.