v0.14.0-beta
Pre-releaseCHANGELOG
506318e Fixes #916: Removes extra Godeps (#970)
1b8e3e1 Fixed #889: Made snapd honor log level settings Now snapd honors log level settings from config and command line flags for startup log messages.
cc6b294 Adding warning as suggested
99636c8 Fix for issue #954
cc4165b Move plugin auto discovery into control module
0433b6e sdi-1177 make consistent behavior for RecordFailure
20119c5 Updated mock-file examples to switch user to name to match plugin config
34b0c60 Remove config from psutil-influx.json example since it's for mock
21c50c3 added Redfish plugin into Snap's committed plugin section
1251bef Fixes error in json unmarshaling of cpolicy node
6372b0c Fixes #834: Fixes unload typo in commands.go
eff6b76 Fixes #385: Added swap plugins to snapctl and client
29ce8ea Partial refactor of /plugin tests
383246d Fixes #942: Return schedules in REST API response for task creation for windowed and cron schedules
4a6fe7f Unit tests added for pool.SelectAP
409b4c2 PR comments implemented
d6accfa Removed commented code fragment
3e4685d Review comments implemented
2932552 Config based routing
a54dbd2 Tagging metrics via task manifest
fbc056c Start of test refactoring:
129af14 Fixes #929: Corrects error in control/runner.go (#930)
6a38b23 Remove -v option from verbose flag as it conflicts with other flag options that use -v
91f79c8 Add Description, Unit, and Dynamic Elements to metric and metric catalog outputs of snapctl.
9ec96eb Correcting case based on common convention:
acd92d9 Fix snapctl so it compiles for 32bit.
fb0f412 Fix plugin path in README.md
6fa2069 revising Snap documentation for new users
7d111f5 Feature #924: Display tags for a metric in watch output of a task for snapctl.
1c09e2f Update REST API responses to include Description, Unit, Dynamic, and DynamicElements for metrics returned from the metric catalog. This includes setting dynamic elements of the metric namespace when the metric is dynamic.
783afb3 Update core/metric.go to include Description() and Unit() in CatalogedMetric interface. Add (Namespace)Element() method that returns the NamespaceElement for the provided index.
da5ab95 Add Description, Unit, Dynamic, DynamicElements to rbody response. Add DynamicElement struct to hold information for dynamic elements of namespaces.
3c4d95c eligibility conditon simplified
40e39c8 Fixes for better error handling following review comments
71f9521 Fix for TravisCI to pass
b24a775 New version integrating comments
079ba51 Fixes #910
43820e2 GH-914 Fix speter.net godep dependency bug.
dd0af25 Fix for issue #418
a579d11 Fixes #901: mock2 doesn't update wildcard value (#902)
c7e2597 Added new plugins to the plugin list (#862)
1e44f11 adds schema validation to the config file parsing process
636b9fd Fixes #898: Adds error handling to catch unrecognized keys in the global configuration file and report them as errors during the parsing process
e332eab Fixes #897: Adds error handling to the configuration file parsing process by adding more information to the error messsages (if any) that are returned when the configuration file cannot be parsed correctly
bd6f5e4 Fixes #891: Modify autodiscover load plugin log
32220a6 Refactored methods on core.Namespace: Strings() and String()
7a42df2 Fixes #874: fixed panic in snapd when sections of the configuration file are all commented out (at a top-level)
891c09f - Changed signature of core.NewNamespace to variadic arguments (#885)
f598bd1 Metric schema and metadata (#872)
e02da9a delve might be reasonable alternative
07dcd9e Fixes 821: Watch not closed by server when snapd exits
f8a7aeb Update travis to test against latest Golang versions 1.6.2 and 1.5.4
81601f0 Fixes #868: Adds sending of error from getPool for all invalid keys
c914792 Fixes issue where errors were not being added in SubscribeDeps
65280b2 Fixes issue where errors were not being added
60eee0a Fix #864: Disable running go vet until consistent output can be achieved.
2d02134 Clearer introduction, added image and adding blog links
12839a6 Update travis to test with Go 1.6.1
497bfdf - Removed panics for incorrect content type in processJob.Run() - Now when content type is different then expected error is reported
8d1b8fe Added missing plugins to PLUGIN_CATALOG.md and reordered
627f1ba Fixes #847 - task config should take precedence
46f8ec4 Add missing license header to pkg/cfgfile/cfgfile_test.go
00b051a fix typos
d9f56a0 Fixes #840 Add Url to HREF field for available plugin (#841)
0d7554d Fixes #833 Move plugin-config outside of tribe cmds
33ff9a6 Added vet checking comment back to test.sh
fb12921 Fix a typo in Readme.md
5b724a1 Fix: #812 Add type/name filter support for rest getPlugins
b7ec954 Fix #824: Add proper handling of subscription movement
17e4889 Removed travis 1.4.3 and go vet import
feec4f7 Adding @IzabellaRaulin as a maintainer
4a20ccc First implementation of dynamic query support
8f8c549 Feature #818 - Cron scheduler
8009a61 Fixes #825: changes idx to watch id in watcher.go
65b06dd "_PATH/bin/snapctl" is missing
d231cbd Moves applicable plugins from committed to mainted
ab014ff Adds download links to plugin catalog
e9f052e Fixes #820 - Task fails when metrics come from different versions of the same plugin
8551a7b update format issues
3bb2886 add more context around godeps install
11f01b6 refer to golang install url
631d4a1 updates to snap build docs
c41f23b build doc formatting fix
c5ed14d Fixes #758: Added BoolRule to session and cpolicy node
0afcbd8 The tribe nodes still need to set --tribe
a1d9228 fixes #804: give fixed names to gob registered types
28858f5 Fixes #785 (adds ability to chain process plugins and the unit test to prove that the code added actually works)