Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

1.2.0

Compare
Choose a tag to compare
@davefp davefp released this 29 Jul 16:16
· 117 commits to master since this release

Changes since v1.1.0

  • New command: dashing stop will kill a running dashing instance (alias for thin stop)
  • Jobs are now loaded from subdirectories of the jobs dir
  • Application messaging. You can now send messages to entire dashboards. There's an example dashboard reload task that works as follows: curl -i -d '{ "auth_token": "YOUR_AUTH_TOKEN", "event": "reload"}' http://localhost:3030/dashboards/sample

Thanks To