Skip to content

Releases: hoborglabs/dashboard

Feature Release

17 Jan 15:26
Compare
Choose a tag to compare
  • [GITHUB-22] Adds etags to Github requests

Bug Fix Release

10 Jan 09:40
Compare
Choose a tag to compare
  • [GITHUB-20] Changed http client over to curl

Next Release

02 Jan 20:19
Compare
Choose a tag to compare
  • [tkt-40] Adding develop and master branch to .travis.yml
  • [tkt-41] Big clean-up
  • [tkt-29] Installation process clean-up
  • [tkt-39] Added working example of dashboard
  • [tkt-17] Adds "cacheable_for" widget config

Release Process Fixes

03 Jul 19:11
Compare
Choose a tag to compare

This release is only for fixing release issues. No new functionality is included in this release.

Add Graphite\Target::img()

20 Jun 13:02
Compare
Choose a tag to compare
v1.1.9

CI automated bugfix release

introducing Graphite::target()

09 May 10:25
Compare
Choose a tag to compare

Added new function for graphite client, you can use it like this:

$graphiteClient = new Graphite('http://graphs.mycompany.net', array('from' => '-3min'));
$avgFromLast5min = $graphiteClient->target(
    'my.graphite.target',
    array('derivative' => 1), // graphite functions
    array('from' => '-5min') // graphite options
)->avg();

Right now Graphite\Target has only avg() function available. More coming soon.

another fix for dev template

06 May 16:54
Compare
Choose a tag to compare
v1.1.7

Another fix for dev template

Fix dev template

06 May 15:54
Compare
Choose a tag to compare
v1.1.6

Updating dev template

Widget's CLI source fix

14 Apr 14:40
Compare
Choose a tag to compare

Fix the CLI widget source include

fix for `ant validate`

24 Feb 13:08
Compare
Choose a tag to compare
Fix for github api 401 errors

validate tasks downloads only main dependencies.
You have to manually run `./composer.phar update --dev` to get dev dependencies