Skip to content

Kitto 0.3.0

Choose a tag to compare

@zorbash zorbash released this 10 Dec 16:32
· 146 commits to master since this release

Changes

[0.3.0] - 2016-12-08

Added

  • :command option to job DSL

Example:

job :kitto_last_commit,
    every: {5, :minutes},
    command: "curl https://api.github.com/repos/kittoframework/kitto/commits\?page\=1\&per_page\=1"

Broadcasts JSON in the form { "exit_code": "an integer", "stdout": "a string" }

Changed

  • Calls to broadcast/1 inside a job are rewritten to Kitto.Notifier.broadcast/2
  • Installer checks for app name validity
  • The graph type of the graph widget is now configurable (9eeaf5f)