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

Releases: Shopify/dashing

Version 1.3.4 released

30 May 19:12
Compare
Choose a tag to compare
  • Locks down rufus scheduler to version 2.0.24. There are some small issues from using the rewritten RS (3.0). So for now let's use this version until Dashing 2.0 comes out.
  • Fix a bug where Rufus scheduler was starting twice.

v1.3.1

06 Oct 15:47
Compare
Choose a tag to compare

Changes since v1.3.1

  • Fixed the FontAwesome asset url (fontawesome glyphs should load correctly now)

Thanks To

v1.3.0

02 Oct 14:31
Compare
Choose a tag to compare

Changes since v1.2.0

  • Added authentication to the root url
  • Fixed a bug where the default dashboard wasn't correctly selected on all OSes
  • Locks rufus scheduler to version 2.x.x to avoid breakages with v3.0.0 and above
  • Dashboards now reload themselves after 5 minutes if they lose the SSE connection
  • Adds history.yml to .gitignore
  • Updates Fontawesome to version 3.2.1
  • Allows different graph types to be specified
  • Updates rickshaw and d3 libs

Thanks To

1.2.0

29 Jul 16:16
Compare
Choose a tag to compare

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

v1.1.0

02 Jul 19:47
Compare
Choose a tag to compare

Changes since v1.0.7

  • Dashing now saves the history hash to history.yml on exit, and loads it when the server is restarted
  • Bug fix for page title not being displayed
  • Update LICENSE to remove placeholders

Thanks To