Download Latest Version v0.4.0.zip (100.8 kB)
Email in envelope

Get an email when there's a new version of Kitto

Home / v0.3.0
Name Modified Size InfoDownloads / Week
Parent folder
Kitto 0.3.0.tar.gz 2016-12-10 44.5 kB
Kitto 0.3.0.zip 2016-12-10 78.9 kB
README.md 2016-12-10 1.1 kB
Totals: 3 Items   124.5 kB 0

Changes

[0.3.0] - 2016-12-08

Added

  • :command option to job DSL

Example:

:::elixir
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 (9eeaf5ff)
Source: README.md, updated 2016-12-10