forked from Shopify/dashing
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
…ashboard doesn't exist
resolves the error: undefined local variable or method `settings' when send_event is called from in a module
…n't lose all pushed events
…rk with the 1.1 API.
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
Render titles correctly
* 'master' of github.com:Shopify/dashing: render titles correctly
… job loader so you can have job subfolders in the job folder that contain jobs
Recursively load 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.
Fixes event connection close error never re-establishes connection.
add firebase gems
gitignore history.yml
changed url from ../fonts/ to ../assets/ so that dashing can work with its own url scheme.
fix url for fontawesome css
Updating gems and refactoring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatically opened by http://forkbomb.io